* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
/* @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");

body { 
    font-family: 'Pretendard';
    overflow: hidden;
}
svg{
    width: 100%;
}
.blind {
    display:none;
}
.main {
    overflow: hidden;
}

#header {
    width:100%;
    position:fixed;
    top:0px;
    z-index:999999999999999999999999999999999;
    background-color:#1d24ab;
}
#header.on {
    background-color:#333;
    transition-duration:0.6s;
}
#header > .inner {
    width:100%;
    position:relative;
    margin:0 auto;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
}
#header .logo,
#header #nav,
#header #info {
}
#header .logo {
   margin: 0 auto;
   z-index:999999999;
}
#header #nav{
    display: none;
}
#header .logo img{
    width:100%;
}
#header.ong .menu_tit { color:#333; }
/* #header #nav .menu_tit.on {
    color:#333;
}

#header #nav .menu_li:hover {
    color:#f6f6f6;
} */
#header #nav .gnb_box {
    position:absolute;
    top:84px;
    left:0;
    width:100%;
    margin-left:0;
    padding:15px;
    text-align: center;
}

#header #nav .gnb_box.on {
    display:block;
}
#header #nav .gnb_ul{
     display: none;
}
#header #nav .gnb_li {
    flex-direction:column;
    width:100%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:center;
    margin:5px 0px;
}
#header .menu_bg{
    width:100%;height: 200px;
    position: absolute;
    top:85px;left:0;
    background-color: #333;
    display: none;
}
#header #info {
    display: flex;
    align-items: center;
}
#header #info .member {
    display:table;
}
#header #info .member li {
    display:table-cell;
    padding-right:5px;
}
#header #info .member li::after {
    content:'';
    padding-left:5px;
    border-right:1px solid #ccc;
}
#header #info .member li:last-child:after {
    border-right:none;
} 
#header #info .member li a{
    font-size:1em;
    font-weight:400;
    color:#fff;
}
#header #info .member li:last-child {
    padding-right:0;
}

/* s:햄버거버튼 */
/* hambergur button */
.hamburger {
    cursor: pointer;
    overflow: hidden;
    position:absolute;
    right: 0;top:0;
    z-index:99999;
    width:100px;height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger.on{
    border-left: none;
}
.hamburger_container{
    position: relative;
    width:40px;
    height: 30px;
    display: flex;align-items: center;
}
.hamburger_container>span{
    width:100%;height: 2px;
    background: #fff;
}
.hamburger_container>span:nth-of-type(1){
    position: absolute;top:0;right: 0;
    width:80%;
}
.hamburger_container>span:nth-of-type(3){
    position: absolute;bottom: 0;right: 0;
    width:80%;
}
.hamburger_container.on>span:nth-of-type(2){
    transform: translateX(100%);
    opacity: 0;
    transition: .5s ease;
}
.hamburger_container.on>span:nth-of-type(1){
    width:100%;
    position: absolute;
    top:50%;left:0;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
.hamburger_container.on>span:nth-of-type(3){
    width:100%;
    position: absolute;
    top:50%;right:0;
    transform: rotate(-45deg) translateY(-50%);
    transition: .5s ease;
    background-color: #fff;
}
/* 로그인 박스 */
    .userBox ul{
        display: flex;
        align-items: center;
        margin-right: 150px;;
    }
    .userBox ul li{
        margin:0px 10px;
        font-size: 14px;
    }
    .userBox ul li a { color:#fff; }



/* 로그인박스 end */

/* e:햄버거버튼 */

/* s:all_menu */
#header #all_menu {
    width:100%;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    background-color:#333;
    z-index:999;
    transform: translateX(100%);
    transition: .5s ease;
}
#header #all_menu.on {
    transform: translateX(0);
}
#header #all_menu .menu_ul {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    vertical-align:middle;

}
#header #all_menu .menu_li {
    width:100%;
}

#header #all_menu .menu_tit{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #969696;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 5em;
    font-weight: 600;
    -webkit-user-select: none;
    -webkit-touch-callout: none;  
    text-align:center;
    margin:40px 0;
}
#header #all_menu .all_box {
    display:none;
}
#header #all_menu .all_box.on {
    display:block;
    transition-duration:0.6s;
}
#header #all_menu .all_tit {
    font-size:18px;
    font-weight:400;
    color: #fff;
    padding:10px 0;
    display: block;
}
/* #header #all_menu .all_tit:hover {
    padding-left:20px;
    transition-duration:0.6s;
    font-weight:bold;
    color:#0c56b1;
} */
/* e:all_menu */
/* s:고정 폼 */
#underbar  .form-fixed{
    width: 100%;
    background-color: #1d24ab;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: 0.5s;
}
 #underbar .form-fixed .b-container{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#underbar  .form-fixed .b-container .call-wrap{
    /* width: 31.857%; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#underbar  .form-fixed .call-wrap .call-icon{
    width: 48px ;
    height: 49px;
}
#underbar  .form-fixed .call-wrap .call-box{
    flex-direction: row;
    /* align-items: flex-start; */
}
 #underbar .form-fixed .call-wrap .call-box .call-num{
    margin-left: 16px;
}
  .form-fixed .call-wrap .call-box .call-txt{
    margin-left: 18px;
    
}
 #underbar .form-fixed .call-wrap .sns{
    width: 24px;
    height: 24px;
    margin-left: 18px;
    
}
#underbar .form-fixed .call-wrap .email{
    color: #fdfdfd;
    font-size: 18px;
    margin-left: 10px;
    
}
#underbar .form-fixed .form{
    width: 51.428%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#underbar .call-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#underbar .call-num{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#underbar .call-num span{
    color: #ffe715;
    font-size: 30px;
    font-weight: bold;
}
#underbar .call-txt{
    color: #fdfdfd;
    font-size: 30px;
    font-weight: bold;
}
#underbar  form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#underbar .form .info {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#underbar .form .info p {
    font-size: 16px;
    color: #fdfdfd;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0 5px 5px 0;
    word-break: keep-all;
}
#underbar .form #fix_name, #underbar .form #fix_call, #underbar .form #fix_place {
    width: 90%;
    border-radius: 14px;
}
#underbar .form .info input {
    height: 36px;
    border: none;
    padding-left: 20px;
}
#underbar .form form .agree {
    margin-bottom: 8px;
    display: flex;
}
#underbar .form form .agree input{
    margin-right: 10px;
}
#underbar .form form .agree span, 
#underbar .form form .agree a {
    color: #fdfdfd;
}
#underbar .form .info .call{
    width: 60%;
    margin-left: 10px;
}
#underbar .form .info .place{
    width: 40%;
}
#underbar .form form .box button {
    width: 112px;
    height: 60px;
    background-color: #FFE715;
    border: none;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.55);
    border-radius: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1d24ab;
    transition: 0.5s;
}
.btn_confirm{
    text-align: left;
}
#underbar .form form .box button:hover{
    background-color: #fdfdfd;
}
#underbar .form form .agree label {
    font-size: 12px;
    color: #fdfdfd;
    white-space: nowrap;
}
/* 버튼 */
#underbar .under-btn{
    width: 128px;
    height: 90px;
    background: url(../img/under-bg.png);
    position: absolute;
    top: -50px;
    left: 0;
    margin-left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#underbar .under-btn .but{
    margin-top: 10px;
}
#underbar .under-btn.on .but{
    transform: rotateX(-180deg);
}
#underbar .form-fixed.on{
    transform: translateY( calc( 100% - 20px) );
}
/* e:고정 폼 */

@media screen and (max-width:1835px){
    #underbar .form-fixed .call-wrap .email {
        color: #fdfdfd;
        font-size: 16px;
        margin-left: 10%;
    }
}

@media screen and (max-width:1440px) {
    #underbar .form-fixed .b-container .call-wrap{
        transform: scale(0.8);
        justify-content: center;
    }
    #underbar .form-fixed .call-wrap .email{
        margin-left: 10px;
    }
    #underbar .form-fixed .form{
        width: 100%;
    }
    #underbar .form-fixed .b-container{
        flex-direction: column;
        align-items: center;
    }
    #underbar form{
        flex-direction: column;
        align-items: center;
    }
    #underbar .form .info{
        margin-bottom: 16px;
    }
    #underbar .form form .box button{
        width: 282px;
    }
}
@media screen and (max-width:1024px) {
    #underbar .form .info{
        flex-direction: column;
    }
    #underbar .form .info p{
        width: 60px;
    }
    #underbar .form .info .call{
        margin-left: 0;
    }
    #underbar .form .info .call, 
    #underbar .form .info .name , 
    #underbar .form .info .place{
        display: flex;
        width: 75%;
        justify-content: center;
        margin-bottom: 10px;
    }
    #underbar .form #fix_name, #underbar .form #fix_call, #underbar .form #fix_place{
        width: 70%;
        margin-left: 24px;
    }
}
@media screen and (max-width:650px) {
    #underbar .form-fixed .call-wrap .call-icon{
        width: 30px;
        height: auto;
    }
    #underbar .form-fixed .call-wrap .call-txt{
        display: none;
    }
    #underbar .form-fixed .form{
        margin-top: 10px;
    }
    #underbar .form .info{
        width: 100%;
    }
    #underbar .form-fixed .b-container{
        width: 100%;
    }
    #underbar .under-btn{
        top:-49px;
        transform: scale(0.6);
    }
}

