@charset "utf-8";

.ctt_admin {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#mir {
    min-height:850px;
}
.mircenter,
#bbs,
#subcontainer,
.register {
    max-width:1460px;
    width:100%;
    padding:0 10px;
    margin:0 auto;
}
#subcontainer,
#bbs {
    display:flex;
    justify-content: flex-end;
}
.sub_mircenter {
    max-width: calc(100% - 320px);
    width:100%;
}

header {
    border-bottom:1px solid #ccc;
}
#header {
    width:100%;
    max-width:1740px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;

}
#header .menu {
    display:flex;
    align-items:center;
    gap:80px;
}
#header .menu .gnb {}
#header .menu .allmenu {
    width:60px;
    height:60px;
    background-image:url(../img/layout/menu.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% 100%;
}

#global {}
#global .depth1 {
    display:flex;
    align-items:center;
    gap:80px;
}

#global .depth1 .dl1 .da1 {
    font-size:1.33rem;
    font-weight:600;
    display:block;
    padding:45px 0;
    text-shadow: 0px 3px 20px rgba(156, 179, 233, 0.65);
}

#global .depth1 .dl1.g7 {
    display:none;
}
#global .depth1 .dl1.sel .da1 {
    color:#3A5188;
}
#global .depth1 .dl1 .da1.sel {
    color:#3A5188;
}
#global .depth2 {
    position: absolute;
    z-index: 222;
   height: 0;
    opacity: 0;
    top: 119px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
}
#global .dl1.sel .depth2 {
    height: 320px;
    opacity: 1;
}
#global .depth2 .depth2_wrap {
    display: flex;
    height:100%;
}
#global .depth2 .title {
    background-color:#F7F7F7;
    width: 30%;
    padding: 50px;
    display: flex;
    justify-content: flex-end;
    background-repeat:no-repeat;
    background-position:90% bottom;
    background-size: 150px;
}
#global .depth2 .title .titleTxt {
    padding-right:80px;
}
#global .depth2 .title .titleTxt strong {
    font-size:1.77rem;
    font-weight:600;
}
#global .depth2 .title .titleTxt p {
    font-size:1rem;
    font-weight:400;
    color:#444;
    margin-top:10px;
}
#global .depth2 ul {
    width: 70%;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
#global .depth2 .dl2 {
    width:calc(25% - 30px);
    margin-right:30px;
    margin-bottom:25px;
}
#global .depth2 .dl2 .da2 {
    display:block;
    padding:20px;
    font-size:1rem;
    font-weight:500;
    border:1px solid #ccc;
    border-radius:10px;
    background-repeat:no-repeat;
    background-position:90% center;
    background-image:url(../img/layout/menu_arrow.png);
}
#global .depth2 .dl2 .da2:hover {
    color:#479CE2;
    font-weight:700;
    background-image:url(../img/layout/menu_arrow_on.png);
    transition:all 0.3s;
    background-color:#F6FBFF;
    border-color:#5FABE7;
}
#global .g1 .depth2 .title {
    background-image:url(../img/layout/menu01_bg.png);
}
#global .g2 .depth2 .title {
    background-image:url(../img/layout/menu02_bg.png);
}
#global .g3 .depth2 .title {
    background-image:url(../img/layout/menu03_bg.png);
}
#global .g4 .depth2 .title {
    background-image:url(../img/layout/menu05_bg.png);
}
#global .g5 .depth2 .title {
    background-image:url(../img/layout/menu06_bg.png);
}

#category {}
#category .category {
    position: fixed;
    width: 95%;
    max-width: 1200px;
    opacity: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: none; /* 초기에는 숨겨진 상태 */
    z-index: 300;
}
#category .category.sel {
    opacity: 1;
    display: block; /* sel 클래스가 추가되면 표시됨 */
}
#category .category .category_inn {
    padding: 30px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(180, 180, 180, 0.15);
    display:flex;
    flex-direction:column;
}

#category .category .depth1 {
    display: flex;
    align-items: stretch;
}
#category .category .depth1 .dl1 {
    width: 18%;
    margin: 1% 1% 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
#category .category .depth1 .dl1:nth-child(7) {
    display:none;
}
#category .category .depth1 .dl1 .da1 {
    font-size: 1.11rem;
    padding: 15px 5px 10px;
    border-bottom: 1px solid #ddd;
    background-color: #5071DE;
    color: #fff;
    font-weight: 700;
}
#category .category .depth2 {
    padding: 10px 0;
}
#category .category .depth2 .dl2 {
    padding: 5px 0;
}
#category .category .depth2 .dl2 .da2 {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

#category .category .close {
    width: 20px;
    height: 20px;
    background-image: url(../img/layout/nav_ham_close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background-color: unset;
}
#category .bg.sel {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 222;
    left: 0;
    top: 0;
}
#category .category_btns {
    align-self: flex-end;
    display: block;
    width: 30%;
    margin:30px auto 0;
}
#category .category_btns .category_btn {
    display:block;
    text-align:center;
    color:#fff;
    padding: 15px 5px;
    background-color:#5071DE;
    border: 2px solid #5071DE;
    border-radius: 5px;
    font-weight:600;
    font-size: 1.22rem;
}
#category .category_btns .category_btn:hover {
    background-color:#fff;
    color:#5071DE;
}

#footer {
    border-top:1px solid #ddd;
}
#family_site {}
#family_site .family_site_wrap {
    display:flex;
    align-items:center;
    padding:20px 0;
    gap:30px;
}
#family_site .family_site_wrap .family_site_title {
    width:fit-content;
    min-width:125px;
}
#family_site .family_site_wrap .family_site_title p {
    font-size:1.33rem;
    font-weight:500;
    letter-spacing:-1.2px;
}
#family_site .family_site_wrap .family_site_slide {
    width:100%;
}
#family_site .family_site_wrap .family_site_slide .box-flow-ctrl {
    display:none;
}
#family_site .family_site_wrap .family_site_slide .box-flow-wrap {
    position: relative;
    height:55px;
    overflow:hidden;
    box-sizing:border-box;
    width:100%;
}
#family_site .family_site_wrap .family_site_slide .box-flow {
    position:absolute;
    display:flex;
    align-items:center;
    gap:40px;
}
#footer_tail {
    background-color:#555555;
    padding:20px 0;
}
#footer_tail .footer_btns {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
#footer_tail .footer_btns .site_btns {
    display:flex;
    align-items:center;
    gap:30px;
}
#footer_tail .footer_btns .site_btns a {
    font-size:0.88rem;
    font-weight:400;
    color:#fff;
    position: relative;
}
#footer_tail .footer_btns .site_btns a::after {
    content:'';
    width:1px;
    height:15px;
    background-color:#fff;
    position:absolute;
    right:-15px;
    top:50%;
    transform: translateY(-50%);
}
#footer_tail .footer_btns .site_btns a:last-child:after {
    display:none;
}
#footer_tail .footer_btns .site_btns a.privacy {
    font-weight:700;
}
#footer_tail .member_btns {
    display:flex;
    align-items:center;
    gap:30px;
}
#footer_tail .member_btns a {
    font-size:0.88rem;
    font-weight:400;
    color:#a5a5a5;
    position: relative;
}
#footer_tail .member_btns a::after {
    content:'';
    width:1px;
    height:15px;
    background-color:#a5a5a5;
    position:absolute;
    right:-15px;
    top:50%;
    transform: translateY(-50%);
}
#footer_tail .member_btns a:last-child:after {
    display:none;
}
#footer_tail .copyrights {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
}
#footer_tail .copyrights address {
    text-align:right;
}
#footer_tail .copyrights address p {
    font-size:14px;
    font-weight:400;
    line-height:1.57;
    color:#fff;
    font-style:normal;
}
#footer_tail .copyrights address a {
    color:#fff;
}
#footer_tail .copyrights address a:hover {
    color:#479CE2;
}
#footer_tail .copyrights address .mo {
    display:none;
}

#quick {
    position:fixed;
    right: 2%;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:20px;
    z-index:11;
}
#quick .quick_sns {
    border-radius:100px;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(72, 118, 187, 0.25);
    display:flex;
    gap:10px;
    flex-direction:column;
    padding:10px;
}
#quick .quick_sns a {
    display:block;
    width:50px;
    height:50px;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all .2s;
}
#quick .quick_sns li:hover a {
    transition:all .2s;
}
#quick .quick_sns .facebook a {
    background-image:url(../img/layout/quick_facebook.png);
}
#quick .quick_sns .youtube a {
    background-image:url(../img/layout/quick_youtube.png);
}
#quick .quick_sns .kakao a {
    background-image:url(../img/layout/quick_kakao.png);
}
#quick .quick_sns .call a {
    background-image:url(../img/layout/quick_call.png);
}
#quick .quick_sns .facebook:hover a {
    background-image:url(../img/layout/quick_facebook_hover.png);
}
#quick .quick_sns .youtube:hover a {
    background-image:url(../img/layout/quick_youtube_hover.png);
}
#quick .quick_sns .kakao:hover a {
    background-image:url(../img/layout/quick_kakao_hover.png);
}
#quick .quick_sns .call:hover a {
    background-image:url(../img/layout/quick_call_hover.png);
}


#quick .quick_top {
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(72, 118, 187, 0.25);
    width:80px;
    height:80px;
    position: relative;
    border:2px solid transparent;
    background-image:url(../img/layout/top.png);
    background-repeat:no-repeat;
    background-position:center center;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .2s;
}

#quick .quick_top:hover {
    border-color:#5071de;
    background-color:#F2F5FF;
    background-image:url(../img/layout/top_hover.png);
    transition:all .2s;
}

#title .title {
    margin-top:30px;
    margin-bottom:20px;
}
#title .title .title_center {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-start;
    position: relative;
}
#title .title .desc {
    width:calc(100% - 320px);
    border-bottom:1px solid #ddd;
}
#title .title .desc .desc_box {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding:30px 20px 15px;
}
#title .title .desc .desc_box h2 {
    font-size:1.77rem;
    font-weight:700;
}
#title .title .desc .desc_box .loc {}
#title .title .desc .desc_box .loc ul {
    display:flex;
    align-items:center;
}
#title .title .desc .desc_box .loc ul li span {
    font-weight:400;
    margin:0 3px;
    color:#777;
}
#title .title .desc .desc_box .loc ul li a {
    font-size:0.88rem;
    color:#777;
    font-weight:400;
}
#title .title .desc .desc_box .loc ul li:nth-child(3) a {
    font-weight:700;
}
#title .title .side_menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index:111;
    width:300px;
}
#title .title .side_menu .side_navi {
    display:flex;
    flex-direction:column;
}
#title .title .side_menu .side_navi .nv1 {
    width:100%;
    min-height:135px;
    border-radius: 5px;
    background-color: #5C7CC8;
    display: flex;
    align-items: center;
    justify-content: center;
}
#title .title .side_menu .side_navi .nv1 h2 {
    font-size:1.55rem;
    color:#fff;
    font-weight:700;
    text-align: center;
}
#title .title .side_menu .side_navi .nv2 {}
#title .title .side_menu .side_navi .nv2 .naviBtn {
    display:none;
}
#title .title .side_menu .side_navi .nv2 .navimenu {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-top:10px;
}
#title .title .side_menu .side_navi .nv2 .navimenu li {
    border:1px solid #ddd;
    background-color:#fff;
    border-radius:5px;
  
    position: relative;
}
#title .title .side_menu .side_navi .nv2 .navimenu li a {
    display:block;
    padding:15px 20px;
}
#title .title .side_menu .side_navi .nv2 .navimenu li span {
    font-size:1rem;
    font-weight:400;
}
#title .title .side_menu .side_navi .nv2 .navimenu li::after {
    content:'';
    width:25px;
    height:25px;
    border-radius:50%;
    background-color:#ddd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    background-image:url(../img/layout/sub_menu_arrow.png);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right:5%;
    top:50%;
    transform:translateY(-50%);
}
#title .title .side_menu .side_navi .nv2 .navimenu li.sel {
    background-color:#3A5188;
}
#title .title .side_menu .side_navi .nv2 .navimenu li.sel span {
    color:#fff;
    font-weight:700;
}
#title .title .side_menu .side_navi .nv2 .navimenu li.sel::after {
    background-color:#fff;
}
/* 반응형 */
@media (max-width:1700px) {
    #global .depth2 .dl2 .da2 {
        background-position:95% center;
    }
}
@media (max-width:1440px) {
    .sub_mircenter {
        max-width:calc(100% - 290px);   
    }


    #header .menu {
        gap:50px;
    }
    #global .depth1 {
        gap:50px;
    }
    #global .depth1 .dl1 .da1 {
        font-size:1.22rem;
    }
    #global .depth2 {
        top:116px;
    }
    #global .depth2 .title {
        display:none;
    }
    #global .depth2 ul {
        width:100%;
        padding-right:30px;
    }
    #global .depth2 .dl2 {
        width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }


    #quick {
        flex-direction:row;
        justify-content:center;
        border-top:1px solid #ddd;
        position:unset;
        transform:unset;
        padding:10px 0;
        gap:10px;
    }
    #quick .quick_sns {
        border-radius:0;
        box-shadow:unset;
        flex-direction: row;
        padding:0;
    }
    #quick .quick_top {
        width:50px;
        height:50px;
    }
    #quick .quick_top img {
        width: 50%;
    }
    #title .title .desc {
        width:calc(100% - 290px);   
    }
    #title .title .side_menu {
        width:250px;
        left:20px;
    }

}
@media (max-width:1200px) {
    .sub_mircenter {
        max-width:100%; 
    }

    #header {
        padding-top:18px;
        padding-bottom:18px;
    }
    #header .menu .gnb {
        display: none;
    }

    #category .bg {
        background-color:#fff;
    }
    #category .category {
        top: 0;
        transform: translateX(-50%);
  
    }
    #category .category.sel {
        display: block;
        visibility: visible;
        overflow-y: scroll;
        z-index: 1000000000;
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 0;
    }
    #category .category .category_inn {
        padding: 0;
        padding-top: 55px;
        background-color: #fff;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }

    #category .category .depth1 {
        display:block;
        padding:0;
   
    }
    #category .category .depth1 .dl1 {
        width: 100%;
        background-color: #fff;
        margin:0;
        border-bottom:none;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    #category .category .depth1 .dl1:last-child {
        border-bottom:1px solid #ddd;
    }
    #category .category .depth1 .dl1 .da1 {
        font-size:1.22rem;
        padding:15px 45px;
        font-weight:600;
        color:#5071DE;
        border-bottom:none;
        background-color:#fff;
        text-align:left;
    }
    #category .category .depth1 .dl1.sel .da1 {
        background-color:#5071DE;
        color:#fff;
    }
    #category .category .depth2 {
        margin-top: 0;
        padding: 0;
    }
  
    #category .category .depth2 .dl2 {
        padding:0;
    }
    #category .category .depth2 .dl2 .da2 {
        display:block;
        padding:10px 45px;
        font-size:1rem;
        color:#404040;
        background-color:#faf8f5;
        text-align:left;
    }
    #category .category_btns {
        display:block;
        margin:15px auto 0;
        width:94%;
    }
    #category .category_btns .category_btn {

    }

    #title .title {
        margin-top:20px;
    }
    #title .title .desc {
        width:100% 
    }
    #title .title .desc .desc_box {
        padding:15px 20px;
    }
    #title .title .side_menu {
        display:none;
    }
}
@media (max-width:1024px) {
    #footer_tail .copyrights {
        flex-direction:column;
        gap:15px;
    }
    #footer_tail .copyrights address {
        text-align:center;
    }
}
@media (max-width:991px) {
    #footer_tail .footer_btns {
        flex-direction:column;
        gap:15px;   
    }
    #footer_tail .footer_btns .site_btns {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:768px) {
    #header {
        padding-top:10px;
        padding-bottom:10px;
    }
    #header .logo img {
        max-width:240px;
    }
    #header .menu .allmenu {
        width:40px;
        height:40px;

    }
    #family_site {
        display:none;
    }
    #footer_tail .footer_btns .site_btns {
        gap: 0;
    }
    #footer_tail .footer_btns .site_btns a {
        margin: 5px 15px;
    }
    #footer_tail .copyrights address p {
        font-size:12px;
    }
    #footer_tail .copyrights address .mo {
        display:block;
    }
    #title .title .desc .desc_box {
        flex-direction: column;
        align-items: center;
        gap:5px;
        padding-top:0;
    }
    #title .title .desc .desc_box h2 {
        text-align:center;
        font-size: 1.80rem;
        letter-spacing: -0.54px;
    
    }
    #title .title .desc .desc_box .loc ul li a img {
        width:12px;
    }
    #quick .quick_top {
        background-size:20px;
    }
}
@media (max-width:480px) {
    #header .logo img {
        max-width:180px;
    }
 
}