@charset "utf-8";
#wrapper {
    width:100%;
    background:#faf8f9 url(../../images/layout/bg_wrapper.gif);
    background-repeat:repeat-x;
}
#headerWrap {
    width:100%;
    position:relative;
    background:#fff url(../../images/layout/bg_headerWrap.gif);
    height:135px
}
#header {
    width:1100px;
    margin:0 auto;
    z-index:10000;
}
.gnbOutBox {
    position:absolute;
    background:#fff url(../../images/layout/bg_gnbOutBox.png);
    background-repeat:repeat-x;
    height:auto;
    height:102px;
    width:100%;
    overflow:hidden;
    z-index:9000;
    top:35px
}
.gnbOutBox h1 {
    float:left;
    height:74px;
    background:#fff;
    z-index:9000;
    position:absolute;
}
.gnbOutBox h1 img {
    padding-top:25px
}

.gnbOutBox h1 span img {
    display: block;
    position: absolute;
    left: 205px;
    top:28px;
    width:45px;
    height: 45px;
    padding: 0;
}

.defaultbox {
    width:1100px;
    position:relative;
    margin:auto;
}
#headerTop {
    height:35px
}
#gnbwrap2 {
    width:1100px;
    margin:auto;
    height:35px;
    line-height:35px;
    color:#fff;
    position:relative;
}
#gnbwrap2 .home-sitemap {
    position:absolute;
    top:0;
    right:0;
    font-family:'malgun Gothic';
}
#gnbwrap2 .home-sitemap li {
    float:left;
    border-right:1px solid #6b6b6b;
    height:35px
}
#gnbwrap2 .home-sitemap li a {
    display:inline-block;
    padding:0 6px
}
#gnbwrap2 .home-sitemap li a.times {
    color:#fff;
    font-size:12px;
    vertical-align:top;
    background:url(../../images/main/ico_times.png) 90% 50% no-repeat;
    padding-right:25px;
    padding-left:15px
}
#gnbwrap2 .home-sitemap li a.ex {
    padding:10px 7px 0 7px;
    height:25px;
    vertical-align:top;
}
#gnbwrap2 .home-sitemap li a.ex2 {
    padding:5px 7px 0 7px;
    height:30px;
    vertical-align:top;
}
#gnbwrap2 .home-sitemap li a.ex2:last-child {
    padding-right:0px
}
#gnbwrap2 .home-sitemap li:last-child {
    border-right:none
}
#gnbwrap2 .home-sitemap li dl {
    margin-right:15px
}
#gnbwrap2 .home-sitemap li dl dd {
    float:left
}
#gnbwrap2 .home-sitemap li dl dd a {
    font-size:13px;
    color:#e2e2e2;
}
#gnbwrap2 .home-sitemap li dl dd:last-child {
    border-right:none
}
.language {
    float:left;
    position:relative;
    height:35px;
    z-index:9999;
}
.language .lang {
    overflow:hidden;
    height:17px !important;
    margin-top:8px;
}
.language .lang.on img {
    margin-top:-17px;
}
.language ul {
    display:none;
    position:absolute;
    top:35px;
    left:0;
    width:86px;
    background:#464646;
}
.language ul li {
    border-top:1px solid #6e6e6e;
    float:none !important;
}
.language ul li:first-child {
    border-top:0;
}
.language ul li a {
    display:block;
    height:29px !important;
    font-size:13px;
    color:#fff;
    line-height:29px;
    text-align: center;
}
/*모바일 상단*/
#mobile_top {
    display:none
}
#mobile_menu {
    display:none
}
.mobilelayerBg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:998;
    display: none
}
/* 전체메뉴 */
.allMenu {
    display:none;
    height:332px;
    background:#f0f0f0;
    border-bottom:1px solid #b2b2b3
}
.allMenu .inner {
    position:relative;
    width:1100px;
    height:292px;
    margin:0 auto;
    padding-top:40px;
    z-index:0;
}
.allMenu .inner>ul {
    overflow:hidden;
}
.allMenu .inner>ul>li {
    float:left;
    width:175px;
    padding-left:25px;
}
.allMenu .inner>ul>li>h3 {
    margin-bottom:15px;
}
.allMenu .inner>ul>li>h3,.allMenu .inner>ul>li>h3>a {
    font-size:16px;
    font-weight:bolder;
    color:#000;
    line-height:20px;
    text-decoration:none;
}
.allMenu .inner>ul>li>ul {
}
.allMenu .inner>ul>li>ul>li {
    margin-top:11px;
}
.allMenu .inner>ul>li>ul>li:first-child {
    margin-top:0;
}
.allMenu .inner>ul>li>ul>li>a {
    font-size:12px;
    color:#666;
    background:url(../images/common/bul_square03.gif) no-repeat 0 7px;
    padding-left:10px;
}
.allMenu .inner .btnClose {
    position:absolute;
    bottom:15px;
    right: 40px;
}
/* gnb */
#gnbWrap {
    position:absolute;
    top:45px;
    right:0px;
}
#gnbWrap #gnb {
    background:url(../images/layout/bg_gnb.jpg) 100% 67px no-repeat;
    width:950px
}
#gnbWrap #gnb>li {
    float:left;
    padding:0 20px;
}
#gnbWrap #gnb>li:first-child {
    margin-left:170px;
    background:none;
}
#gnbWrap #gnb>li:last-child {
    padding-right:0px;
}
#gnbWrap #gnb>li>span {
    height:31px;
    line-height:31px;
}
#gnbWrap #gnb>li>span>a {
    margin-top:-3px;
    font-size:18px;
    font-weight:bold;
    color:#333333;
    letter-spacing:-0.015em;
    *letter-spacing:-0.08em;
    text-decoration:none;
}
#gnbWrap #gnb>li.on>span {
    display:block;
}
#gnbWrap #gnb>li.on>span>a {
    color:#245fb2;
}
#gnb li a:hover {
    color:#245fb2;
}
#gnbWrap #gnb:after {
    content:".";
    height:0;
    font-size:0;
    visibility:hidden;
    display:block;
    clear:both;
}
.depth2Wrap.sub03 {
    margin-left:-340px
}
.depth2Wrap.sub04 {
    margin-left:-225px;
}
.depth2Wrap.sub05 {
    margin-left:-110px;
}
.depth2Wrap.sub06 {
    margin-left:-30px;
}
.depth2Wrap.sub07 {
    margin-left:70px;
}
.depth2Wrap {
    border-right:1px solid #ededee
}
.depth2Wrap {
    position:absolute;
    height:100%;
    top:75px !important;
    width:190px;
    padding-top:0;
    z-index:998;
    background:#fff;
    border-left:1px solid #ededed;
    padding-left:30px
}
.depth2Wrap .menuWrap {
    position:relative;
    padding:0 0px;
}
.depth2Wrap .menuWrap .depth2 {
}
.depth2Wrap .menuWrap .depth2 li h3 {
    color:#148b8b;
    font-size:18px;
    padding:35px 0 25px
}
.depth2Wrap .menuWrap .depth2>li>a {
    font-size:14px;
    font-weight:normal;
    color:#666;
    line-height:32px;
    text-decoration:none;
    padding:0;
    display:block;
    margin-top:-5px;
    word-break:keep-all;
}
.depth2Wrap .menuWrap .depth2>li>a:hover,.depth2Wrap .menuWrap .depth2>li>a.on {
    color:#0f7575 !important;
    text-decoration:underline !important;
}
.depth2Wrap .menuWrap .depth2>li>a img {
    margin-left:10px;
    vertical-align:middle;
    margin-top:-3px
}
.depth2Wrap .menuWrap .depth2 .depth3 {
    display: none;
}
/*con*/
#mainContainer {
    position:relative;
    min-width:1100px;
    background:#f8f7f5 url(../images/main/bg_container.gif) repeat-x 0 0;
    z-index:1;
}
#mainContents {
    width:1100px;
    height:1196px;
    margin:0 auto;
}
#container {
    position:relative;
    /*border-top:1px solid #eef2f4;*/ background:#fff;
    z-index:1;
}
#contentsWrap {
    overflow:hidden;
    width:1100px;
    margin:0 auto;
    margin-top:40px;
}
#lnbWrap {
    float:left;
    width:230px;
    padding-bottom:80px;
}
#lnbWrap .quickWrap {
    overflow:hidden;
}
#lnbWrap .quickWrap a {
    float:left;
}
#lnbWrap h2 {
    height:100px;
    font-size:28px;
    line-height:33px;
    padding-top:60px;
    text-align:center;
    color:#fff;
    border:1px solid #faf8f9;
    border-bottom:none;
}
#lnbWrap h2 span {
    color:#2fcbf8;
    font-size:14px;
    display:block;
    font-weight:100;
    letter-spacing:0.5px
}
#lnbWrap h2.type01 {
    background:url(../images/layout/bg_lnb_title01.png) no-repeat
}
#lnbWrap h2.type02 {
    background:url(../images/layout/bg_lnb_title02.png) no-repeat
}
#lnbWrap h2.type03 {
    background:url(../images/layout/bg_lnb_title03.png) no-repeat
}
#lnbWrap h2.type04 {
    background:url(../images/layout/bg_lnb_title04.png) no-repeat
}
#lnbWrap h2.type05 {
    background:url(../images/layout/bg_lnb_title05.png) no-repeat
}
#lnbWrap h2.type06 {
    background:url(../images/layout/bg_lnb_title06.png) no-repeat
}
#lnbWrap .lnb {
    width:230px;
    background:#fff
}
#lnbWrap .lnb>li {
}
#lnbWrap .lnb>li>a {
    display:block;
    height:50px;
    padding-left:17px;
    font-size:16px;
    color:#3e3e3e;
    line-height:50px;
    border:1px solid #dcdcdc;
    border-top:none
}
#lnbWrap .lnb>li.last a {
    background:none;
}
#lnbWrap .lnb>li.on>a,#lnbWrap .lnb>li>a:hover {
    color:#fff;
    background:url(../images/layout/bg_lnb_on.gif) no-repeat 0 0;
}
#lnbWrap .lnb>li>.depth3 {
    display:none;
    padding:17px 0 21px 25px;
    border:1px solid #dcdcdc;
    border-top:none;
}
#lnbWrap .lnb>li>.depth3>ul {
}
#lnbWrap .lnb>li>.depth3>ul>li {
    margin-top:12px;
    line-height:20px
}
#lnbWrap .lnb>li>.depth3>ul>li:first-child {
    margin-top:0;
}
#lnbWrap .lnb>li>.depth3>ul>li>a {
    display:block;
    padding-left:12px;
    font-size:16px;
    text-decoration:none;
}
#lnbWrap .lnb>li>.depth3>ul>li.on>a,#lnbWrap .lnb>li>.depth3>ul>li>a:hover {
    color:#1971b2;
    background:url(../images/common/bul_purple.png) no-repeat 0 8px;
}
#lnbWrap .lnb>li.on>.depth3 {
    display:block;
}
#lnbWrap .callWrap {
    padding:47px 0 0 0px;
}
#lnbWrap .callWrap .titCall {
    color:#f67223;
    line-height:28px;
    letter-spacing:-1px;
    font-weight:bolder;
}
#lnbWrap .callWrap .callNum {
    margin-top:15px;
}
#lnbWrap .callWrap .accept {
    margin-top:17px;
    font-size:12px;
    color:#3e3e3e;
}
#lnbWrap .callWrap .acceptTxt {
    margin-top:4px;
    color:#7e7e7e;
}
#lnbWrap .callWrap .infoTxt {
    margin:19px 0 0 -10px;
    padding:17px 0 0 9px;
    background:#f9f9f9 url(../images/layout/bg_call_line.gif) repeat-x 0 0;
}
#lnbWrap .callWrap .infoTxt li {
    margin-top:3px;
    padding-left:10px;
    color:#7e7e7e;
    line-height:18px;
    background:url(../images/layout/bul_info_txt.gif) no-repeat 0 8px;
}
#lnbWrap .callWrap .infoTxt li:first-child {
    margin-top:0;
}
#lnbWrap .callWrap .callList {
    margin-top:16px;
}
#lnbWrap .callWrap .callList li {
    margin-top:4px;
}
#lnbWrap .callWrap .callList li:first-child {
    margin-top:0;
}
#lnbWrap .callWrap .callList li .num {
    margin-left:7px;
    font-weight:bolder;
}
#lnbWrap .pdfDown {
    display:block;
    height:59px;
    margin-top:4px;
    padding-left:82px;
    font-size:14px;
    font-weight:bolder;
    color:#3e3e3e;
    line-height:55px;
    text-decoration:none;
    border:1px solid #e5e5e5;
    background:#f9f9f9 url(../images/layout/bg_pdf_down.png) no-repeat 25px 8px;
}
#contents_area {
    float:right;
    width:815px;
    line-height:1em;
    *line-height:1.05em;
    font-size:14px;
    height:auto;
    margin-bottom:133px;
}
#contentsWrap h3 {
    margin-bottom:35px;
    font-size:40px;
    font-weight:500;
    color:#3e3e3e;
    line-height:40px;
    position:relative;
    padding-top:18px;
}
#contentsWrap .location {
    text-align:right;
}
#contentsWrap .location a {
    color:#555
}
#contentsWrap .location .first {
    color:#8c8c8c;
}
#contentsWrap .location .arrow {
    margin: 0 6px;
}
/*footer*/
#footerWrap {
    height:230px;
    background:#5d5e61;
    border-top:1px solid #dfdfdf;
    clear:both;
}
#footer {
    position:relative;
    width:1100px;
    margin:0 auto;
}
#footer address {
    color:#fff;
    line-height:18px;
}
#footer address a {
    color:#fff;
    padding-right:15px
}
#footer .copyright {
    color:#fff;
}
#ft_auth {
    position:absolute;
    right:0px;
    top:35px
}
#ft_auth li {
    float:left;
    margin-left:10px
}
#ft_Menu {
    float:left;
    width:890px
}
#ft_Menu li {
    border-left:1px solid #838383;
    box-sizing:border-box;
}
#ft_Menu li a {
    font-size:13px;
    text-decoration:none;
    padding:0 7px;
    color:#fff
}
.ft_Menu_left {
    overflow:hidden;
    float:left;
    padding:35px 0;
}
.ft_Menu_left.ex li:first-child {
    border-left:none !important;
}
.ft_Menu_left.ex li:first-child a {
    padding-left:0px !important
}
.ft_Menu_left li {
    float: left
}
/* 상단 팝업 */
.topPopup {
    display:none;
    background:#006cba;
}
.topPopup .popupImg {
    position:relative;
    width:1100px;
    margin:0 auto;
}
.topPopup .popupImg .btnClose {
    position:absolute;
    bottom:13px;
    right:0;
    z-index:10;
}
.topPopup .popupImg .btnClose label {
    color:#fff;
}
.topPopup .popupImg .btnClose a {
    margin-left: 7px;
}
/*전체메뉴*/
#total_m_lay {
    display:none;
    top:130px;
    height:332px;
    background:#465066
}
#total_m_lay .total_m {
    position:relative;
    width:1100px;
    height:332px;
    margin:0 auto;
    z-index:0;
}
#total_m_lay .total_m>ul {
    overflow:hidden;
}
#total_m_lay .total_m>ul>li {
    height:307px;
    float:left;
    width:203px;
    padding-left:15px;
    border-left:1px solid #596072;
    padding-top:25px;
}
#total_m_lay .total_m>ul>li:last-child {
    border-right:1px solid #596072
}
#total_m_lay .total_m>ul>li:hover {
    background:#f6af53
}
#total_m_lay .total_m>ul>li>h3 {
    margin-bottom:20px;
}
#total_m_lay .total_m>ul>li>h3,.total_m>ul>li>h3>a {
    font-size:16px;
    color:#babec6;
    line-height:20px;
    text-decoration:none;
    font-weight:bolder;
}
#total_m_lay .total_m>ul>li:hover>h3 a {
    color:#32241a;
    font-weight:bolder;
}
#total_m_lay .total_m>ul>li>ul {
}
#total_m_lay .total_m>ul>li>ul>li {
    margin-top:13px;
}
#total_m_lay .total_m>ul>li>ul>li:first-child {
    margin-top:0;
}
#total_m_lay .total_m>ul>li>ul>li>a {
    font-size:12px;
    color:#babec6;
}
#total_m_lay .total_m>ul>li:hover>ul>li>a {
    color:#744c19
}
#total_m_lay .total_m>ul>li:hover>ul>li>a:hover {
    color:#0421b4;
    text-decoration:underline !important;
}
#total_m_lay .total_m .tot_close {
    position:absolute;
    right:4px;
    bottom:0;
    width:57px;
    height:54px;
    line-height:28px;
}
#total_m_lay .total_m .tot_close a {
    text-decoration:none;
}
.btn_total {
    float:right;
    margin-top:47px;
    right:0px;
    position:absolute;
    z-index: 999999
}
/*검색*/
.search {
    float:right;
    margin-top:47px;
    right:55px;
    position:absolute;
    z-index:999999;
}
#mobile_search_inp {
    position:absolute;
    display:none;
    right:0;
    top:6px;
    width:400px;
    margin:0;
    padding:8px;
    background:#fff;
    border:1px solid #6b6b6b;
    z-index:999;
}
.btnSearch {
    font-size:14px;
    background:#156cc1;
    border:none;
    color:#fff;
    width:60px;
    padding:10px 0;
    font-weight:400;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
#mobile_search_inp input[type="text"] {
    border:none;
    padding:10px;
    width:310px;
    font-size:14px;
    height:12px;
}
#header_ex {
    margin:0 auto;
    position:relative;
    z-index: 9999;
}
/* 카테고리 메뉴 */
#header_ex .navigation_bar {
    position:relative;
    *zoom:1;
    z-index:9998;
}
#header_ex .navigation_bar .gnb_sub {
    position:absolute;
    right:0;
    top:0;
    height:50px;
    background-color:#5e6b9e;
    color:#fff;
    font-size:12px;
    line-height: 17px;
}
/* 헤더 상단 고정 */
#header_ex .sticky_header {
    visibility:hidden;
    position:fixed;
    z-index:999999;
    left:0;
    top:0;
    width:100%;
    min-width:1010px;
    background-color:#444c5f;
    transition:visibility 0.2s ease,opacity 0.2s ease,transform 0.2s ease;
    opacity:0;
    transform:translate(0,-50px);
}
#header_ex .sticky_inner {
    position:relative;
    width:1100px;
    height:60px;
    line-height:60px;
    margin:0 auto;
}
#header_ex .sticky_inner ul {
    width:760px;
    margin:auto
}
#header_ex .sticky_inner ul li {
    float:left;
    padding:0 25px
}
#header_ex .sticky_inner ul li:first-child {
    padding-left:0px
}
#header_ex .sticky_inner ul li:last-child {
    padding-right:0px
}
#header_ex .sticky_inner ul li a {
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
@keyframes sticky_header {
    from {
        transform:translate(0,-50px);
    }
    to {
        transform:translate(0,0);
    }
}
#header_ex.fixed {
    padding-top:190px;
    height: 0;
}
/* fixed로 높이가 빠진만큼 보충 140+50 */
#header_ex.fixed .sticky_header {
    visibility:visible;
    transform:translate(0,0);
    opacity:1;
}
/* IE8< #header.fixed .navigation_bar{position:fixed;z-index:9999;left:0;right:0;top:0;margin:0 auto;width:900px;height: auto;}*/
#header_ex.fixed .navigation_bar {
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    padding-left:0;
    min-width:1010px;
    height:auto;
}
#header_ex.fixed .navigation_bar .gnb_main,#header_ex.fixed .navigation_bar .gnb_sub {
    display:none;
}
/* IE8< #header.fixed .top_header{position:fixed;left:0;right:0;top:0;margin:0 auto;width:950px;height: auto;}*/
#header_ex.fixed .top_header {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    min-width:1010px;
    height:auto;
}
.layerBg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:100000;
}
#treatment_pop {
    width:900px;
    font-size:13px;
    border:1px solid #6f6f6f;
    background:#ffffff;
    z-index:1000000;
    position:fixed;
	top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
/* password모달창 */
#password_pop {
    width:460px;
    font-size:13px;
    border:1px solid #6f6f6f;
    background:#ffffff;
    z-index:1000000;
    position:fixed;
    top:250px;
    left:50%;
    margin-left: -230px;
}

.ul-list01>li {
    padding-left: 11px;
    line-height: 30px;
    background: url(../images/common/bul_gray.gif) no-repeat 0 13px;
    font-size: 16px;
    color: #666669;
}


/* TOP 버튼 */
.btn-top-go {
    display: none;
    position: fixed;
    bottom: 250px;
    right: 10%;
    width: 44px;
    height: 45px;
    font-family: "맑은 고딕", "Malgun Gothic", 맑은 고딕, Malgun Gothic, sans-serif;
    background: url(../images/common/btn_top.png) no-repeat 0 0;

    background: transparent url(../images/common/btn_top.png) no-repeat 0 0;
    background: -webkit-linear-gradient(transparent, transparent), url(../images/common/btn_top.png) no-repeat 0 0;
    background: linear-gradient(transparent, transparent), url(../images/common/btn_top.png) no-repeat 0 0;

    background-size: 44px 45px;
    text-indent: -5000em;
    z-index: 1000;
}
/* //TOP 버튼 */

/* 리뉴얼 footer */
.footer {
    padding:77px 0;
    background-color:#fff;
}
.footer * {
    box-sizing:border-box;
}
.footer-wrapper {
    max-width:1140px;
    padding:0 20px;
    margin:0 auto;
}
.footer-wrapper:after {
    display:block;
    content:"";
    clear:both;
}
.footer-area {
    position:relative;
    float:left;
    width:50%;
    margin-bottom:25px;
}
.footer-area:nth-of-type(1) {
    padding-right:25px;
}
.footer-area:nth-of-type(1):before {
    position:absolute;
    top:0;
    right:0;
    content:"";
    display:block;
    width:1px;
    height:230px;
    background-color:#ededed
}
.footer-area:nth-of-type(2) {
    padding-left:43px;
}
.footer-menu {
    float:left;
    width:44.55%;
    max-width:245px;
}
.footer-menu>li {
    display:block;
    margin-bottom:3px;
}
.footer-menu>li:last-child {
    margin-bottom:0;
}
.footer-menu>li>a {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    color:#444444;
    font-size:17px;
    line-height:27px;
    font-weight:500;
    transition:all 0.2s ease;
}
.footer-menu>li>a:before {
    position:absolute;
    bottom:2px;
    left:0;
    content:"";
    display:block;
    width:0;
    height:1px;
    background-color:#444;
    transition:all 0.2s ease;
}
.footer-menu>li>a:hover {
    color:#000;
}
.footer-menu>li>a:hover:before {
    width:100%;
}
.footer-menu>li>.privacy {
    color:#006bc6 !important;
}
.footer-menu>li>.privacy:before {
    background-color:#006bc6 !important
}
.footer-information01 {
    float:left;
    width:calc(100% - 245px);
}
.footer-information01>dl {
    margin-bottom:18px;
}
.footer-information01>dl>dt {
    display:inline-block;
    vertical-align:middle;
    color:#333333;
    font-size:17px;
    line-height:27px;
}
.footer-information01>dl>dd {
    display:block;
    color:#666666;
    font-size:17px;
    line-height:24px;
}
.footer-information01>dl>dd>span {
    display:block;
}
.footer-information01>ul {
    display:block;
    margin-bottom:25px;
}
.footer-information01>ul:after {
    display:block;
    content:"";
    clear:both;
}
.footer-information01>ul>li {
    float:left;
    margin-right:5px;
}
.footer-information01>ul>li>a {
    display:block;
    width:38px;
    height:38px;
    border-radius:100%;
    transition:all 0.2s ease;
}
.footer-information01>ul>li>a:hover {
    box-shadow:5px 5px 5px 0 rgba(0,0,0,0.2)
}
.footer-familysite-wrapper {
    position:relative;
    padding-right:73px;
    width:calc(100% - 28px)
}
.footer-familysite-wrapper>select {
    display:block;
    width:100%;
    height:54px;
    border:1px solid #d2d2d2;
    border-right:0;
    padding-right:0;
    color:#333333;
    font-size:16px;
    line-height:54px;
    text-indent:20px;
    font-family:"Apple Gothic",'Noto Sans KR',"Nanum Gothic","malgun Gothic","나눔고딕","맑은 고딕",'돋움',Apple Gothic,Noto Sans KR,Nanum Gothic,malgun Gothic,dotum,sans-serif;
    appearance:none;
    background-image:url(../images/common/icon_select01.png);
    background-position:calc(100% - 24px) center;
    background-size:12px 8px;
    background-repeat:no-repeat
}
.footer-familysite-wrapper .btn-go {
    position:absolute;
    top:0;
    right:0;
    display:block;
    border:1px solid #292929;
    width:73px;
    height:54px;
    color:#292929;
    font-size:16px;
    transition:all 0.2s ease;
}
.footer-familysite-wrapper .btn-go:hover {
    background-color:#292929;
    color:#fff;
}
.footer-information02 {
    display:block;
}
.footer-information02:after {
    display:block;
    content:"";
    clear:bothl
}
.footer-information02>dl {
    float:left;
    width:50%;
    margin-bottom:34px;
}
.footer-information02>dl>dt {
    display:block;
    margin-bottom:1px;
    font-size:17px;
    line-height:27px;
    color:#333333;
    font-weight:500;
}
.footer-information02>dl>dd.phone {
    margin-bottom:8px;
}
.footer-information02>dl>dd.phone>a {
    display:block;
    font-size:28px;
    line-height:32px;
    font-weight:900;
    font-family:"Roboto",sans-serif;
    color:#00aeef;
    pointer-events:none;
    cursor:default;
}
.footer-information02>dl:nth-child(3) {
    clear:both;
    margin-bottom:0;
}
.footer-information02>dl>dd ul li {
    position:relative;
    padding-left:84px;
    color:#666666;
    font-size:17px;
    line-height:24px;
}
.footer-information02>dl>dd ul li>strong {
    position:absolute;
    left:0;
    font-weight:400;
}
.footer-wrapper .copyright {
    clear:both;
    color:#777777;
    font-size:17px;
    line-height: 24px;
}

/* 댓글이벤트용 */
#contentsWrap02 {
	overflow:hidden;
	width:815px;
	margin:0 auto;
	margin-top:20px;
}
/* //댓글이벤트용 */