/*  폰트 적용 */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
    font-family: "Noto Sans KR", sans-serif;
}

/* 노말라이즈 */
body, ul, li, h1 {
    margin:0;
    padding:0;
    list-style:none;
	color: #555555;
}

a {
    color: #707070;
    text-decoration: none;
}

/* 라이브러리 */
.con {
    margin:0 auto;
}
.con2 {
    margin:0 auto;
}
.con3 {
    margin:0 auto;
}
.con1500 {
    margin:0 auto;
}
.img-box > img {
    width:100%;
    display:block;
}

.row::after {
    content:"";
    display:block;
    clear:both;
}

.cell {
    float:left;
    box-sizing:border-box;
}

.cell-right {
    float:right;
    box-sizing:border-box;
}

.margin-0-auto {
    margin:0 auto;
}

.block {
    display:block;
}

.inline-block {
    display:inline-block;
}

.text-align-center {
    text-align:center;
}

.line-height-0-ch-only {
    line-height:0;
}

.line-height-0-ch-only > * {
    line-height:normal;
}

.relative {
    position:relative;
}

.absolute-left {
    position:absolute;
    left:0;
}

.absolute-right {
    position:absolute;
    right:0;
}

.absolute-top {
    position:absolute;
    top:0;
	    display: inline-block;
}

.absolute-bottom {
    position:absolute;
    bottom:0;
}

.absolute-center {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}

.absolute-middle {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}

/*.absolute-center.absolute-middle {
    transform:translateX(-50%) translateY(-50%);
}
*/

/* 기타 라이브러리 */
.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.ico > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: black;
}

.ico > div:nth-child(2) {
    top: 40%;
    transition: visibility 0s 0.3s;
}

.ico > div:nth-child(3) {
    top: 80%;
}

.ico.active > div:nth-child(2) {
    visibility: hidden;
    transition: visibility 0s;
}

.ico > div:nth-child(1),
.ico > div:nth-child(3) {
    transition: top 0.15s 0.15s, transform 0.15s 0s;
}

.ico.active > div:nth-child(1),
.ico.active > div:nth-child(3) {
    top: 40%;
    transform: rotate(45deg);
    transition: top 0.15s, transform 0.15s 0.15s;
}

.ico.active > div:nth-child(3) {
    transform: rotate(-45deg);
}

/* 최대 고정형 레이아웃 용 */
/* 커스텀 */
html, body {
	height:100%;
}
body {
    overflow-x:hidden;
}
.con {
    max-width: 1200px;
}
.con2 {
    max-width: 950px;
}
.con3 {
    max-width: 100%;
}
.con1500 {
    max-width: 1500px;
}
.visible-on-sm-down {
    display: none;
}


@media (max-width: 1010px) {
    .con {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }
    .no-margin-on-sm-down {
        margin-left: 0;
        margin-right: 0;
    }

    .visible-on-sm-down {
        display: block;
    }

    .visible-on-md-up {
        display: none;
    }

    html.hide-y-scroll-bar-on-sm-down,
    html.hide-y-scroll-bar-on-sm-down > body {
        overflow-y: hidden;
    }
}

@media (max-width: 768px) {
    .con2 {
       /*margin-left: 10px;
        margin-right: 10px;*/
        max-width: none;
    }
    .no-margin-on-sm-down {
        margin-left: 0px;
        margin-right: 0px;
    }

    .visible-on-sm-down {
        display: block;
    }

    .visible-on-md-up {
        display: none;
    }

    html.hide-y-scroll-bar-on-sm-down,
    html.hide-y-scroll-bar-on-sm-down > body {
        overflow-y: hidden;
    }
}


/* 탑메뉴 */
.top-bar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 183px;
    background: rgba(255,255,255,0);
}
.top-bar:hover {
    background-color: white;
    border-bottom:1px solid #ccc;
    transition:height .5s, background-color .5s;
}

.top-bar::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0);
    height:0;
    transition:height .5s, background-color .5s;
    z-index:-1;
}

.top-bar .head_bg {position:absolute;top:0;width:100%;height:0;background-color:#2b2b2b;opacity:0}

.top-bar.open .head_bg {height:148px;opacity:1;border-bottom:1px solid #5f2525}


.top-bar.no-scroll-top-0::before {
    height:100%;
    background-color:rgba(255,255,255,1);
}
.top-bar .part-1 {
    margin-top:30px;
}
/* part-2 로고 */
.top-bar .part-2 {
    margin-top:10px;
}

.top-bar .part-3 {
    margin-top:95px;
}

.top-bar .part-3 > .menu-1 > ul > li > a {
    padding:5px 35px;/*메뉴간격*/
}


.top-bar .part-3 > .menu-1 > .sub_bg_wrap {
    display:none;
    position:absolute;
    top:140px;
    left:0;
    width:100%;
    min-height:64px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background-color:rgba(255,255,255,1);
    transition:top .6s, transform .6s
     font-size: 12px;
}
.top-bar .part-3 > .menu-1 > li {
    position:relative;
    display:inline-block;
    margin:0 32px

}
.top-bar .part-3 > .menu-1 > .gnb > li .dep_1 {
    position:relative;
    color:#24211d;
    line-height:24px;
    letter-spacing:-1px


}
/* dep_1 막대바 */
.top-bar .part-3 > .menu-1 > ul > li .dep_1:after {
    content:'';
    position:absolute;
    z-index:300;
    left:50%;
    bottom:-8px;
    width:0%;
    height:3px;
    background-color:#a58862;
    transition:all 0.3s

}

.top-bar .part-3 > .menu-1 .gnb > li .dep_1:hover:after,
.top-bar .part-3 > .menu-1 .gnb > li .dep_1:focus:after,
.top-bar .part-3 > .menu-1 .gnb > li .dep_1.over:after {
    width:100%;
    left:0;
}
.top-bar .menu-2 a { /* 블로그 */
    font-size: 0.8rem;
    padding: 0px 5px;
}
.top-bar .menu-2 li:nth-child(3) { /* 블로그 */
    margin-right: 35px;
}
/*dep_2 마지막하위메뉴 */
.top-bar .part-3 > .menu-1 > ul ul {
    display: none;
    position: absolute;
    z-index: 2;
    min-width:500px;
   
}

.top-bar .part-3 > .menu-1 > ul > li:hover > ul {
    display: block; 
}

.top-bar .part-3 > .menu-1 > ul ul > li > a {
    display: block;
    color: #555;
    font-family: montserrat;
    font-size: 12px;
    padding: 22px 12px; /* 하위메뉴간격 */
}

.top-bar .part-3 > .menu-1 > ul ul > li:hover > a {
    color: #000;
    font-weight: 600;
}



/*.top-bar .part-3 > .menu-1 .gnb > li .dep_2 {
    color:#24211d;
    font-size:15px;
    line-height:32px;
    letter-spacing:-1px;
    background-color: blue;
}
.top-bar .part-3 > .menu-1 .gnb > li .dep_2:hover,
.top-bar .part-3 > .menu-1 .gnb > li .dep_2:focus,
.top-bar .part-3 > .menu-1 .gnb > li .dep_2.over { color:#9b6722; }
.top-bar .part-3 > .menu-1 .gnb > li .over .gnb_sub { display:block; }
.top-bar .part-3 > .menu-1 .gnb .gnb_sub {
    position:absolute;
    z-index:100;
    top:141px;
    left:0;
    width:100%;
    min-height:64px;
}
.head_wrap > .inner .nav_wrap .gnb .gnb_sub > .inner {
    position:relative;
    width:1210px;
    min-height:64px;
    margin:0 auto;
    text-align:left
}
.top-bar .part-3 > .menu-1 .gnb .gnb_sub > .inner ul {
    padding-top:14px
}
.top-bar .part-3 > .menu-1 .gnb .gnb_sub > .inner ul:after {
    content:'';
    display:block;
    clear:both
}
.top-bar .part-3 > .menu-1 .gnb .gnb_sub > .inner li {
    float:left;
    margin-left:32px;
}
.top-bar .part-3 > .menu-1 .gnb .gnb_sub > .inner li:first-child {
    margin-left:0;
}
*/


/*.top-bar .part-1 .btn-toggle-menu-1.ico-toggle > div {
    background-color:black;
}*/

.top-bar .part-4 { /* 네모버튼 */
    background-color: #00355f;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-top:85px;
    color: white;
    margin-right:40px;
}

.part-5 { /* 네모버튼 */
    background-color: #00355f;
    padding: 10px 20px;
    font-size: 0.8rem;
    margin-top:25px;
    color: white;
    margin-right:15px;
}

.top-bar .inflate-item {
    height:0;
    transition:height 0.3s;
}

.top-bar.no-scroll-top-0 .inflate-item {
    height:10px;
}

.top-bar .inflate-item-2 {
    height:0;
    transition:height 0.3s;
}

.top-bar.no-scroll-top-0 .inflate-item-2 {
    height:10px;
}

/* 탑메뉴 end */


/* 하단 전화, 맵 */
/* copyright-1 */
.bg-2 {
    background-color: #383f43;
    padding: 20px 0;
}
.bg-2 .copyright-1 ul {
}
.bg-2 .copyright-1 li a {
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    opacity:0.7;
    padding-right: 20px;
}
@media (max-width: 630px) {
    .copyright-1 {
    padding-left: 15px;
    }
}
/* copyright-2 */
.bg-3 {
    background-color: #ffffff;
    padding: 40px 0;
}
@media (max-width: 630px) {
.bg-3 {
    padding: 40px 0;
}
}
.bg-3 .copyright-2 > img {
    padding-right: 80px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.bg-3 .copyright-2 > nav li:nth-child(1) {
    font-size: 1rem;
    color: #959595;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}
.bg-3 .copyright-2 > nav li:nth-child(2) {
    font-size: 0.8rem;
    padding-bottom: 5px;
    color: #959595;
}
.bg-3 .copyright-2 > nav li:nth-child(3) {
    font-size: 0.6rem;
    color: #959595;
    letter-spacing: 0.5px;
}
@media (max-width: 630px) {
.bg-3 .copyright-2 > img {
   display: none;
}
    .copyright-2 {
    padding-left: 15px;
    }
}

/* 모바일 좌측메뉴 시작 */
/* 모바일 탑1 바 */
.mobile-top-1-bar-height {
    height: 36px;
}

.mobile-top-1-bar {
    /* 모바일탑상단배경 */
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mobile-top-1-bar .logo {
    text-transform: uppercase;
    text-align: left;
    padding: 6px 0;
	margin-top: 4px;
    margin-left: 40px;
}

.mobile-top-1-bar .logo > img {
    width:55px;
}

.mobile-top-1-bar .toggle-side-bar-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* 좌측 사이드 바 black*/
.left-side-bar-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin-top: 8px;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: visibility 0s 0.3s, background-color 0.5s;
    z-index: 9;
}

.left-side-bar-box.active {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    transition: visibility 0s;
}

.left-side-bar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    padding-top: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: left 0.3s;
	overflow-y:auto;
    box-sizing:border-box;
}

.left-side-bar-box.active .left-side-bar {
    left: 0;
}

.left-side-bar .menu-1 > ul {
}

.left-side-bar .menu-1 ul > li > a {
    display: block;
    padding: 10px 0;
    padding-left: 8px;
    color: white;
    /*background-color:#222;*/
    background-color: rgba(0, 0, 0, 0.5);
      font-size: 0.9rem /* 수정 첨가 */
}
.left-side-bar .menu-1 ul > li > ul > li > a {
    display: block;
    padding: 10px 0;
    padding-left: 8px;
    color: inherit;
    background-color: white;
}

.left-side-bar .menu-1 ul > li > a::after {
    content: "";
    float: right;
    margin-right: 15px;
}

.left-side-bar .menu-1 ul > li > a:not(:only-child)::after {
    content: "+";
}

.left-side-bar .menu-1 ul > li.active > a:not(:only-child)::after {
    content: "+";
}

.left-side-bar .menu-1 > ul ul {
    display: none;
    background-color: #efefef;
}

.left-side-bar .menu-1 > ul ul ul {
    display: none;
    background-color: #dfdfdf;
}

.left-side-bar .menu-1 li.active > ul {
    display: block;
}

.left-side-bar .menu-1 > ul ul > li > a {
    padding-left: 10px;

}

.left-side-bar .menu-1 > ul ul ul > li > a {
    padding-left: 20px;
}

.to-top-btn { /* ↑ 버튼 */
    position: fixed;
    bottom: 25px;
    left: 50%;
    margin-left: 630px;
	font-size: 1.0rem; /* 수정1.2 */
	text-align: center;
	color: #fff; !important;
	border:1px solid #c1c1c1;
    /*background-color: rgba(108,105, 101, 0.9);*/
    padding: 3px 10px;

    border-radius: 0%;
    cursor: pointer;
}

/* 모바일 좌측메뉴 끝 */



/* 아이콘 3개 */
#footer .footer_link { position:absolute; right:-0.5em; bottom:100px; opacity:0; filter: alpha(opacity=0;); z-index:2;}
.footer_link li { float:right; margin-left:0.7em; font-size:1.8rem; }
.footer_link li a { display:inline-block; color:#acacac;}
.footer_link span { float:center; margin-left:0.7em; margin-top:1.9em;font-size:0.7rem; text-align:center; }
.active#footer .footer_link { opacity:1; filter: alpha(opacity=100;); bottom:30px; }

@media  (max-width: 768px){
#footer { padding:1em 1em 0;font-size:0.9em; line-height:1.3em; z-index:1;margin-top:30px; }
#footer p { }
.footer01 br {  }
.footer_link li { float:right; margin-left:0.7em; font-size:1.8rem; }
.footer_link li a { display:inline-block; color:#acacac;}
.footer_link span { float:center; margin-left:0.7em; margin-top:1.9em; font-size:0.7rem; text-align:center; }
.active#footer .footer_link { opacity:1; filter: alpha(opacity=100;); bottom:-60px; }
}
