@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/




#main {
    border: 0px solid #f00;
}
#sub_wrap {
    border: 0px solid #399300;
}

.topArea {
    height: 120px;
    /*height: auto; : 높이값을 삭제하고, 메인페이지 상단 겹침 확인*/
}




/************************************************************
    상단공통 : 로그인, sns, 기타
************************************************************/
/* 상단영역 *********************/
.topArea .gnb {
    width: 100%;
    opacity: 1;
    position: fixed;
    top: 0px;
    z-index: 16;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.topArea .gnb.on {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-shadow: 0px 3px 5px rgba(50,50,50,0.1);
}


/* 로그인 ***********************/
.gnb_log {
    margin: 0 auto;
    max-width: 1270px;
    height: 40px;
    border: 0px solid #aaa;
}
.gnb_log .login {
    float: right;
    margin: 5px 0px 0px 0px;
}
.gnb_log .login ul {
    overflow: hidden;
}
.gnb_log .login li {
    float: left;
    margin-left: 1px;
}
.gnb_log .login li a {
    display: block;
    font-size: 0.875em;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(100,100,100,0.2);
    color: #333;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gnb_log .login li a:hover {
    background-color: #aaa;
    color: #fff;
}
.gnb_log .icon {
    float: right;
    margin: 5px 5px 0 0;
}
.gnb_log .icon ul {
    overflow: hidden;
    float: right;
}
.gnb_log .icon li {
    float: left;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 0;
}

.gnb_log .icon li img {
    border: 0px;
    width: 90%;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gnb_log .icon li img.on {
    opacity: 1.0;
    transform: rotate(30deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width:768px) {
    .gnb_log .login {
        margin-right: 5px;
    }
}





/* quick_menu : 퀵메뉴 */
.quick_menu {
    position: relative;
    float: right;
    margin-right: 10px;
}
.quick_menu p {
    width: 150px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #666;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.quick_menu:hover p {
    padding-top: 5px;
}
.quick_menu ul {
    z-index: 1000;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: #fff;
    width: 150px;
    display: none;
}
.quick_menu ul li {
    
}
.quick_menu ul li a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 1.0em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.quick_menu ul li:hover a {
    padding-left: 10px;
    color: #000;
    font-weight: 400;
    position: relative;
}
.quick_menu ul li:hover a:before {
    position: absolute;
    top: 19px;
    left: 5px;
    content: '';
    background-color: #333;
    width: 10px;
    height: 1px;
}
.quick_menu ul li:last-child a {
    border-bottom: none;
}
@media (max-width:768px) {
    .quick_menu {
        display: none;
    }
}







/************************************************************
    상단메뉴 : 로고, 네비게이션
************************************************************/
/* 영역 ***********************/
.nav {
    max-width: 1270px;
/*    max-width: 100%;*/
    margin: 10px auto;
}

.nav .logoArea {
    width: 25.6%;
/*    width: 100%;*/
    float: left;
    height: auto;
}

.nav .menuArea {
    width: 74.4%;
/*    width: 100%;*/
    float: right;
    background-color: transparent;
    position: relative;
}



/* 로고 */
.logoArea .logo {
    max-width: 325px;
    height: 60px;/*높이값*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}
.logoArea .logo_off {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}
.logoArea .logo_on {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: 0;
}
.logoArea .button {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    padding-top: 7px;
    text-align: center;
    background-color: #111;
    color: #fff;
    cursor: pointer;
}
.logoArea .button.on {
    background-color: #d00000;
    color: #fff;
}



/* 네비게이션 : HOME */
.home {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.home.on {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.home a {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    overflow: hidden;
    background-color: #111;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.500em;
    text-shadow: 0px 0px 10px rgba(255,255,255,1.0);
}
.home a:hover {
    color: #00c4ff;
}


/* 네비게이션 : 1차메뉴 */
.mainmenu {
    max-width: 1270px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mainmenu.on {
    padding-right: 60px;
}

.mainmenu > ul {
    background-color: #333;/* 1픽셀 여백숨김 */
    float: right;
    width: 100%;
}
.mainmenu > ul > li {
    position: relative;
    float: left;
    background-color: #333;
    border-left: 1px solid #444;/*구분라인*/
    box-sizing: border-box;
    /* 메뉴갯수
    width: 25%;     4개일 경우
    width: 20%;     5개일 경우
    width: 16.66%;  6개일 경우
    width: 14.28%;  7개일 경우
    */
    width: 16.66%;
}
.mainmenu > ul > li:first-child {
    border-left: 0px;
    box-sizing: border-box;
}
.mainmenu > ul > li:hover {
    background-color: #111;
}
.mainmenu > ul > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.0em;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.mainmenu > ul > li:hover > a {
    color: #f00;
}

/* 네비게이션 : 2차메뉴 */
.submenu {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
}
.submenu a {
    display: block;
    font-size: 0.875em;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    background-color: #151515;
    color: #ddd;
}
.submenu a:hover {
    background-color: #333;
    color: #f00;
}
/* 768px이하 : 네비게이션메뉴 */
@media (max-width:768px) {
    .nav .logoArea {
        width: 100%;
        position: relative;
    }
    .nav .menuArea {
        width: 100%;
    }
    
    .nav .logoArea .logo {
        width: 200px;
        margin: 0 auto;
        position: relative;
        top: 10px;
    }
    .nav .logoArea .button {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 2px;
    }
    .nav .mainmenu {
        display: none;
        position: absolute;
        width: 100%;
        padding-top: 0px;
        opacity: 0.95;
    }
    .nav .mainmenu > ul {
        width: 100%;
        max-height: 500px;
        overflow: auto;
        margin-top: 10px;
    }
    .nav .mainmenu > ul > li {
        width: 100%;
        border-bottom: 1px solid #444;
    }
    .nav .mainmenu > ul > li > a {
        height: 50px;
        line-height: 50px;
    }
    .nav .mainmenu > ul > li > .submenu {
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    .mainmenu {
        -webkit-transition: none;
        transition: none;
    }
    .mainmenu.on {
        padding-right: 0px;
        -webkit-transition: none;
        transition: none;
    }
    
    .home {
        display: none;
    }
}

@media (min-width:769px) {
    .nav .mainmenu {
        display: block !important;
        position: relative;
    }
}





/************************************************************
    공통하단 : 주소, 전화번호 등
************************************************************/
#bottomArea {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
    background-color: #333;
}

#bottomArea:after {
    content: '';
    display: block;
    clear: both;
}

#bottomArea .sec01 {
    margin: 40px auto;
    padding: 15px 0;
    background-color: #2e2e2e;
}

#bottomArea .sec01 ul {
    overflow: hidden;
}

#bottomArea .sec01 ul li {
    float: left;
    padding-right: 20px;
}

#bottomArea .sec01 ul li a {
    position: relative;
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    color: #aaa;
    padding: 5px 0;
}

#bottomArea .sec01 ul li a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: -11px;
    width: 1px;
    height: 6px;
    background-color: #666;
}

#bottomArea .sec01 ul li a:hover {
    color: #fff;
}

#bottomArea .sec01 ul li:last-child a:after {
    display: none;
}

#bottomArea .sec02 {
    margin-bottom: 30px;
    padding-right: 20px;
}

#bottomArea .sec02 h2 {
    font-size: 2.4em;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

#bottomArea .sec02 ul {}

#bottomArea .sec02 ul li {
    font-size: 0.875em;
    line-height: 22px;
    color: #888
}

#bottomArea .sec02 ul li.des {
    margin-top: 40px;
    line-height: 120%;
    opacity: 0.8;
}

#bottomArea .sec02 ul li span {
    font-size: 0.875em;
    color: #555
}

#bottomArea .sec02 a:hover,
#bottomArea .sec02 a:visited {
    color: #555;
}

#bottomArea .sec02 .use {
    background-color: #2a2a2a;
    display: inline-block;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 0.875em;
    color: #666;
}

#bottomArea .sec03 {
    margin-bottom: 30px;
    padding-right: 20px;
}

#bottomArea .sec03 h3 {
    font-size: 1.0em;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
}

#bottomArea .sec03 ul {}

#bottomArea .sec03 ul li {
    padding-bottom: 5px
}

#bottomArea .sec03 ul li a {
    font-size: 0.875em;
    color: #888;
    display: block;
}

#bottomArea .sec03 ul li a:hover {
    color: #fff
}

#bottomArea .sec03 .familySite select {
    font-size: 0.85em;
}

#bottomArea .sec03 .glyphicon {
    font-size: 1.25em;
    color: #eee;
    padding-right: 10px;
}

#bottomArea .sec04 {
    margin-bottom: 30px;
}

#bottomArea .sec04 h3 {
    font-size: 1.0em;
    font-weight: 500;
    color: #fff;
    padding: 10px 0;
}

#bottomArea .sec04 ul {
    overflow: hidden;
}

#bottomArea .sec04 ul li {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    width: 90px;
    height: 90px;
    margin: 0px 8px 8px 0px;
    opacity: 0.5;
}

#bottomArea .sec04 ul li:hover {
    opacity: 1.0;
}

#bottomArea .sec04 ul li img {
    width: 100%;
    height: 100%;
}





/************************************************************
    서브페이지 레이아웃
************************************************************/

/* 서브페이지 상단여백 ************/
#sub_wrap {
    margin-top: 0px;
}

#contentsArea {
    max-width: 100%;
    text-align: left;
    background-color: #fff;
    margin-top: 0px;
}


/* 상단이미지 *******************/
.n_top_img {
    background-color: #111;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border: 0px solid #f00;
}
.n_top_img img {
    max-width: 100%;
    max-height: 200px;
    display: inline-block;
}


/* 현재위치 **********************/
.n_position {
    max-width: 1270px;
    margin: 10px auto;
    text-align: right;
    padding: 0 10px;
    font-size: 1.0em;
    font-weight: 300;
    color: #666;
    border: 0px solid #f00;
    /*    display: none;*/
}
.n_position img {
    padding-right: 5px;
}



/* 좌측메뉴 **********************/
.left_menu {
    max-width: 250px;
    margin-top: 0px;
    text-align: center;
}
.left_menu h2 {
    background-color: #5b95c9;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
}
.left_menu ul {
    width: 100%;
}
.left_menu ul li {
    margin-top: 1px
}
.left_menu ul li a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding: 10px;
    background-color: #eee;
    font-size: 1.0em;
}
.left_menu ul li:hover a {
    padding-left: 3px;
    background-color: #ccc;
    color: #fff;
}
.left_menu ul li.on a {
    padding-left: 3px;
    background-color: #bbb;
    color: #fff;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
    .left_menu {
        max-width: 100%;
        margin-top: 20px;
    }
}



/* 좌측배너 **********************/
.left_banner {
    margin-top: 10px;
    text-align: left;
}
.left_banner a {
    display: inline-block;
    margin-top: 5px;
}
.left_banner img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .left_banner {
        display: none;
    }
}

/* 좌측 셀렉트 *******************/
.left_select {
    margin-top: 10px;
    max-width: 250px;
}
@media (max-width: 991px) {
    .left_select {
        max-width: 100%;
    }
}




/* 우측본문 전체영역 ***************/
.n_contents {
    margin-top: 0px;/*현재위치 삭제시 위쪽 여백 설정*/
}


/* 우측본문 > 페이지 타이틀 ********/
.n_tit_board,
.n_tit_page {
    padding: 20px 0;
    text-align: left;
    position: relative;
    color: #5b95c9;
    font-weight: 100;
}

.n_tit_board:before,
.n_tit_page:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 5px;
    background-color: #5b95c9;
}












