.logout{
    position: fixed;
    left: 30px;
    bottom: 30px;
    color: red !important;
    font-size: 20px;
    z-index: 99999;
}
body > *{
    font-family: 'Noto Sans KR', sans-serif;
}
.mobile_menu{
    display: none;
}

header.t1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 10px 0px;
    border-bottom: 1px solid #fefefe;
}
header .flex{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
header .flex #logo{
    padding: 0px 0px;
}
header .flex #logo h1{}
header .flex #logo h1 img{}
header .flex #menu{}
header .flex #menu .pc ul{}
header .flex #menu .pc ul > .depth1 {
    padding: 20px 0px;
}
header .flex #menu .pc ul li{
    display: inline-block;
    position: relative;
    width: 168px;
    text-align: center;
}
header .flex #menu .pc ul li a{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 35px;
    color: #fff;
}
header .flex #menu .pc ul li ul{
    position: absolute;
    top: 77px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    overflow: hidden;
    max-height: 0px;
    transition: max-height .5s;
    width: 100%;
}
header .flex #menu .pc ul li:hover ul{
    max-height: 500px;
}
header .flex #menu .pc ul li ul li{
    width: 100%;
    white-space: nowrap;
    text-align: center;
    transition: background .5s;
}
header .flex #menu .pc ul li ul li a{
    color: #222;
    width: 100%;
    margin: 0px;
    line-height: 40px;
    font-weight: 300;
}
header .flex #menu .pc ul li ul li:hover{
    background-color: #649ae2;
}
header .flex #menu .pc ul li ul li:hover a{
    color: #fff;
}

header .flex #menu .button{
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
header .flex #menu .button span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
}
header .flex #menu .button span:nth-child(1){
    transform: translate(-50%,-50%) translateY(-8px);
}
header .flex #menu .button span:nth-child(3){
    transform: translate(-50%,-50%) translateY(8px);
}
header .flex #menu .menu_box{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 100%;
    background-color: #454545;
    max-width: 0px;
    overflow: hidden;
    transition: max-width .5s;
}
header .flex #menu .mobile_menu.view .menu_box{
    max-width: 250px;
}
header .flex #menu .menu_box ul{}
header .flex #menu .menu_box ul li{
    margin-top: 20px;
}
header .flex #menu .menu_box ul li div{
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    white-space: nowrap;
    cursor: pointer;
}
header .flex #menu .menu_box ul li .gallery{
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 10px 15px;
}
header .flex #menu .menu_box ul li ol{
    background-color: #555;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s;
}
header .flex #menu .menu_box ul li.view ol{
    max-height: 500px;
}
header .flex #menu .menu_box ul li ol a{
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    padding: 0px 15px;
    white-space: nowrap;
}
header .flex #menu .menu_box ul li ol a:hover{
    background-color: #888;
}

main{}
main #banner{text-align:center }
main #banner .slider{}
main #banner .slider .slide{}
main #banner .slider .slide .moimg{
    display: none;
}
main #banner .slider .slide .text_box{
    position: absolute;
    top: 50%;
    left:36%;
    transform: translate(-50%,-50%);
}
main #banner .slider .slide .text_box .title{}
main #banner .slider .slide .text_box .title p{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
main #banner .slider .slide .text_box .sub{
    margin-top: 50px;
}
main #banner .slider .slide .text_box .sub p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
/*    white-space: nowrap;*/
}

main #poto{}
main #poto .flex{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 50px 0px 15px;
}
main #poto .title{
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: #3784dc;
}
main #poto .more{
    font-size: 16px;
}
main #poto #main_banner_ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
main #poto #main_banner_ul li{
    width: 100%;
}
main #poto #main_banner_ul li img{
    width: 100%;
}
main #poto #main_banner_ul li .lt_img{}
main #poto #main_banner_ul li .lt_img span{
    display: none;
}

main #board{}
main #board .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
main #board .grid section{
    width: 100%;
}
main #board .left_box{
    background-color: #3784dc;
    padding: 30px;
    position: relative;
    min-height: 291px;
    width: 95%;
}
main #board .left_box .pos{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
main #board .left_box .title{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    white-space: nowrap;
}
main #board .left_box .text{}
main #board .left_box .text p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

main #board .right_box{}
main #board .right_box .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
main #board .right_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
main #board .right_box ul li{
    width: 100%;
}
main #board .right_box ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
}
main #board .right_box ul li a img{
    width: 50px;
    height: 50px;
    display: inline-block;
}
main #board .right_box ul li a div{
    margin-top: 10px;
}

main .contact{
    background-image: url(../img/new_img/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
main .contact form{
    padding: 0px 100px;
}
main .contact form .title{
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
main .contact form table{}
main .contact form table tbody{}
main .contact form table tbody tr{
}
main .contact form table tbody tr th{
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}
main .contact form table tbody tr th span{
    color: red;
}
main .contact form table tbody tr td{
    padding: 10px 5px;
}
main .contact form table tbody tr td input{
    background-color: rgba( 255, 255, 255, 0.5 );
    border: 0;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
}
main .contact form table tbody tr td textarea{
    border: 0;
    background-color: rgba( 255, 255, 255, 0.5 );
    border-radius: 10px;
    width: 100%;
    height: 250px;
    resize: none;
}
main .contact form .flex{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
main .contact form .flex .check_box input{
    width: 16px;
    height: 16px;
}
main .contact form .flex label a{
    color: #fff;
    text-decoration: underline;
}
main .contact form .flex .check_box label br{
    display: none;
}
main .contact form .btn_box{
    text-align: center;
}
main .contact form .btn_box .button{
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 60px;
    background: none;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

main .site_map{
    margin: 50px 0px;
}
main .site_map .title{
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 10px 0px;
}
main .site_map ul{
    display: flex;
    margin-top: 20px;
}
main .site_map ul li{
    flex: 1;
    display: inline-block;
    text-align: center;
}
main .site_map ul li span{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    user-select: none;
    line-height: 1.4;
}
main .site_map ul li a{
    display: inline-block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
}
main .site_map ul li:nth-child(4) a{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

footer{
    padding: 10px 0px 70px;
    background-color: #2d2a39;
}
footer .top{
    width: 100%;
    display: inline-block;
    text-align: center;
}
footer .top a{
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
}
footer .top span{
    color: #fff;
    font-size: 18px;
}
footer .bt{
    text-align: center;
    margin-top: 20px;
}
footer .bt .ft_text{
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
footer .bt .ft_text br{
    display: none;
}
footer .bt .ft_text span{
    padding:0 10px;color:#919191;font-size:14px;
}
@media only screen and (min-width:100px) and (max-width:1200px){

    .pc{
        display: none;
    }
    .mobile_menu{
        display: block;
    }
    
    main #banner .slider .slide .text_box{
        left: 50%;
        text-align: center;
    }
    main #banner .slider .slide .text_box .title p{
        font-size: 30px;
    }
    main #banner .slider .slide .text_box .sub p{
        font-size: 18px;
    }
    main .contact form .flex{
        display: grid;
        grid-template-columns: 1fr;
    }
    
}
@media only screen and (min-width:100px) and (max-width:1000px){

    footer .bt .ft_text{
        color: #fff;
        font-size: 14px;
    }
    
}
@media only screen and (min-width:100px) and (max-width:800px){

    header .flex #logo h1 img{
        width: 200px;
    }
    main #banner .slider .slide .pcimg{
        display: none;
    }
    main #banner .slider .slide .moimg{
        display: block;
        width: 100%;
    }
    main #banner .slider .slide .text_box .title p{
        font-size: 24px;
    }
    main #banner .slider .slide .text_box .sub{
        margin-top: 30px;
    }
    main #banner .slider .slide .text_box .sub p{
        font-size: 16px;
    }
    main #poto #main_banner_ul{
        grid-template-columns: 1fr 1fr;
    }
    main #board .grid{
        grid-template-columns: 1fr;
    }
    main #board .left_box{
        min-height: inherit;
        padding: 50px 0px;
        width: 100%;
    }
    main #board .left_box .pos{
        position: inherit;
        top: inherit;
        left: inherit;
        transform: none;
    }
    main .contact form{
        padding: 0px 0px;
    }
    main .contact form .flex label{
        font-size: 12px;
    }
    main .contact form .flex .essential{
        font-size: 12px;
    }
    main .site_map ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    footer .bt .ft_text br{
        display: block;
    }
    footer .bt .ft_text span{
        display: none;
    }
}
@media only screen and (min-width:100px) and (max-width:650px){

    footer .flex{
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }
    footer .flex .ft_left .br{
        display: block;
    }
    footer .flex .ft_right{
        margin-top: 20px;
    }
    
}
@media only screen and (min-width:100px) and (max-width:600px){

    main #banner .slider .slide .text_box .title p{
        font-size: 24px;
    }
    main #banner .slider .slide .text_box .sub{
        margin-top: 30px;
    }
    main #banner .slider .slide .text_box .sub p{
        font-size: 14px;
    }
    main .contact form table tbody tr th{
        font-size: 16px;
    }
    main .contact form table tbody tr td input{
        line-height: 35px;
        height: 35px;
    }
    main .contact form table tbody tr td textarea{
        height: 200px;
    }
    
    main .contact form .flex .check_box label br{
        display: block;
    }
    footer .bt .ft_text{
        font-size: 12px;
    }
}
@media only screen and (min-width:100px) and (max-width:499px){
    
    header{
        padding: 10px 0px;
    }
    header .flex #logo h1 img{
        width: 180px;
        height: 41px;
    }
    main #banner .slider .slide .text_box .title p{
        font-size: 20px;
        white-space: nowrap;
    }
    main #banner .slider .slide .text_box .sub p{
        font-size: 12px;
    }
    main #banner .slider .slide .text_box br{
        display: none;
    }
    main #poto .title{
        font-size: 30px;
    }
    #sub_visual.sub10 { height: 250px;}
    #sub_visual.sub20 { height: 250px; }
    #sub_visual.sub30 { height: 250px;}
    #sub_visual.sub40 { height: 250px; }
    #sub_visual.sub50 { height: 250px; }
    #sub_visual.sub60 { height: 250px; }
    #sub_visual.sub70 { height: 250px;}
    #sub_visual.sub80 { height: 250px;}
    #sub_visual.sub90 { height: 250px;}
    
    main .contact form table tbody tr th{
        font-size: 12px;
        width: 12%;
    }
    main .contact form table tbody tr td{
        padding: 5px;
    }
    main .contact form table tbody tr td textarea{
        height: 120px;
    }
    main .contact form .flex .check_box input{
        width: 14px;
        height: 14px;
    }
    main .contact form .flex .essential,
    main .contact form .flex .check_box label{
        font-size: 10px;
    }
    main .contact form .btn_box .button{
        width: 170px;
        height: 50px;
    }
    main .site_map ul li span{
        font-size: 16px;
        white-space: nowrap;
    }
    main .site_map ul li a{
        font-size: 14px;
        white-space: nowrap;
    }
    footer{
        padding: 30px 0px 70px;
    }
    footer .top a{
        font-size: 16px;
    }
    footer .bt .ft_text{
        font-size: 10px;
    }
    
    
}
@media only screen and (min-width:100px) and (max-width:400px){
    main #board .right_box ul{
        grid-template-columns: 1fr 1fr;
    }
    main .contact form .flex{
        display: grid;
        grid-template-columns: 1fr;
    }
    main .contact form .flex .essential{
/*        order: -1;*/
    }
}



















