/* 메인페이지 헤더부분 */
.header{
    width: 100%;
    background-image: url(/theme/basic/img/index/header_bg.jpg);
    background-position: center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}
.header_top{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1350px;
    /* max-width: 70.3125vw; */
    margin: 0 auto;
    height: 15em;
    min-height: 105px;
    align-items: center;
    font-size: 1rem;
    padding: 0 4em;
    /* box-shadow: 0 0 25px 0 #404040; */
}

.header_logo{
    font-size: 4.8em;
}

.header_top_text{
    font-family: 'OTWelcomeRA';
    font-size: 2.4em;    
}

.header_top_text span{
    font-family: 'OTWelcomeBA';
    font-size: 1.25em;
}
.header_top .side_menu_btn{
    display: none;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    width: 3.6rem;
    height: 3.6rem;
}
.header_top .side_menu_btn span{
    background: none;
    font-size: 3.6rem;
    color: #58596b;
}

/* =======축소메뉴 시작======== */
/* 메뉴버튼 클릭시 나오는 네비 */
#gnb_all {
    display: none;
    position: fixed;
    border: 1px solid #c5d6da;
    width: 60%;
    max-width: 400px;
    min-width: 200px;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

/* 
#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
} */

#gnb_all_bg {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}


.gnb_al_ul {
    width: 100%;
    max-width: 640px;
    height: auto;
    padding-left: 0px;
    margin-top: 4rem;
    padding-top: 20px;
    border-bottom: 1px solid #58596b;
}

.gnb_al_li {
    list-style: none;
    padding: 0;
    border-top: 1px solid #58596b;
}

.gnb_al_li a {
    float: none;
    width: 100%;
    text-decoration: none;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 12px;
    color: #58596b;
    position: relative;
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
}

.gnb_close_btn {
    border: solid 0px;
    background: transparent;
    position: relative;
    top: 15px;
}

/* 글자색 변화 */
.gnb_al_li a:hover {
    color: red;
}

/* 메뉴 버튼 크기 */
/* .gnb_al_ul dt {
	transition: all .5s;	
}
.gnb_al_ul dd{
	margin:0;
	overflow:hidden;
	padding:1px 15px;	
	transition: all .5s;
	text-align: left;
  }
.gnb_al_ul dd a{
    float: none;
    width: 100% !important;
    text-decoration: none;
    display: block;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 13pt !important;
    color: black;
    position: relative;
    padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.gnb_dd ul {
    padding: 0px 10px;
    margin: 0px;
}
.gnb_al_ul dd a:hover{
	text-decoration: underline;
}

.gnb_al_ul dt.open{
	border-color:#0E0C0D;
	color:#edeff3;
  }
  .gnb_al_li + dd{
	max-height:0;
  }

  .gnb_al_ul dd{
	margin:0;
	overflow:hidden;
	padding:1px 15px;	
	transition: all .5s;
	text-align: left;
  }
  
  .gnb_al_li.open:after{
	transform:rotate(180deg);
  }
  .gnb_al_li.open:before{
	opacity:1;
	transform:rotate(-360deg);
  }

  .gnb_al_li.open + dd{
	padding:15px 25px !important;
	max-height:300px !important;
  } */

.gnb_close_btn {
    background: #fff;
    color: #b6b9bb;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0
}


/* 메인페이지 헤더부분 끝 */

@media (max-width:1349px) {
    .header_top{
        font-size: 0.403125em;
    }
    .header_top_text{
        display: none;
    }
    .header_top .side_menu_btn{
        display: block;
    }
}

@media (max-width:359px){
    .header_top{
        padding: 0 3.10077519em;
    }
}


