@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

/* :::::::::: Common ::::::::: */
html {
    font-family: 'Gothic A1', sans-serif;
}

.color_theme {
    color:#0056C6;
}

.color_blue {
    color: rgb(128, 183, 255)
}

.color_grey {
    color:#333333;
}

.color_red {
    color:#E5071A;
}

.font_anton {
    font-family: 'Raleway', sans-serif !important;
}

.icon_bar_1 {
    width:1px;
    height:80px;
    background-color:#666;
    margin: 10px auto;
}

i {
    color: #0056C6
}
.bold {
    font-weight: 700
}

.text_normal{
    font-weight: normal
}
.barimg{
	padding: 0 20px;
}
/* :::::::::: Button ::::::::::: */

.wrap_footer_btn {
    display:flex;
    margin:5px 0 0 0;
}


.btn_down {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
    height:30px;
    width:100px;
    color:white;
    font-size:13px; font-weight:bold;
    line-height:1.5em;
    border:1px solid white;
    transition:background 300ms;

}

.btn_down.style_2 {
    width:200px;
}


.btn_down:hover {
    background-color:white;
    color:#222328;
}



/* ::::::::: Menu - PC ::::::::: */

.section_menu {
    border-bottom:1px solid black;
    display: flex;
    position: relative;
    /* width:1200px; */
    margin:0 auto;
}

.wrap_menu {
    position: absolute;;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:750px; 
    top:50%;
    right: 0;
    z-index: 999;
}

.gnbbg {
    width: 2500px;
    height:0px;
    background:rgba(255, 255, 255, 0.9);
    position:absolute;
    top:52px;
	right: -700px;
    z-index:100;
	transition: all 0.5s;
	opacity: 0;
}
.a_wrap_menu_list:hover .gnbbg{
	border-top:2px solid #0056C6;
	display: block;
	height: 230px;
	opacity: 1;
	transition: all 0.4s;
		
}

.header {
    width:1200px;
    margin: 0 auto;
    position: relative;
}
.menu_logo {
    display:flex;
    align-items: center;
}
    .menu_logo img {
        width:90%;
    }

.wrap_menu_list {
    display:flex;
    height:100%;
}
    .menu_list {
        width: 100px;
        position:relative;
        height:100%;
        font-weight:bold;
    }
        a.menu_list_a {
            display:flex;
            color:#222;
            font-size:16px;
            font-family: 'Noto Sans KR_700';
        }
        a.menu_list_a.ie_padding {
            padding:40px 40px 20px 40px;
        }

        .ie_txt {
            display:none;
            position:absolute; z-index:999;
            width:100%;
        }
        .menu_list ul li {
            text-align:center;
            transition:border 300ms;
            font-family: 'Noto Sans KR_700';
        }
        .menu_list ul li a {
            display:inline-block;
            padding:15px 0;
            width:100%;
            font-size:14px;
            color:#666;
        }

        .menu_list ul.ie_padding li {
            padding:15px 0 5px 0;
        }
            
        .menu_list:hover ul {
            display:block;
        }

        
        .a_wrap_menu_list > ul {
            float: left;
        }
        
        .a_wrap_menu_list > ul > li{
            padding:10px 35px 17px;
            line-height:25px ;
            float: left;
			font-size: 17px;
            /* display:flex;
            flex-direction: column;
            align-items: center; */
        }

        .a_wrap_menu_list > ul > li > a{
            display: inline-block;
            width:100%;
            font-weight: bold
        }

        .list_ul { position:absolute; top:50px; z-index:1001;}
        .list_ul li { 
            margin:10px 0; 
            padding:5px;
            font-size: 16px
        }

        .list_ul li:hover {
            border-bottom: #0056C6 2px solid;
            font-weight: bold;
        }
.list_ul li:hover a{
	color:#0056C6;
}
        .a_wrap_menu_list {
            
            color:#fff;
            overflow:hidden;
            font-size:19px;
            top:23px}

         .list_ul{
             height: 200px;
             padding-top:20px;
             margin-top: 0px; 
             padding-bottom: 0px;
             margin-bottom: 0px;
             display: none;
         }   
/*
.gnb_bg {
    width: 100vw;
    height:230px;
    background:rgba(255, 255, 255, 0.9);
    border-top:2px solid #0056C6;
    position:absolute;
    top:103px;
    z-index:100;
    padding:0px;
    display:none;
}
*/
   






    /* ::::::::: Menu - Mobile - List ::::::::: */

    .wrap_mobile_btn {
        display:none;
    }


    .wrap_mobile_menu {
        display:none;
        position:fixed; z-index:90;
        top:0;
        right:0;
        background-color:white;
        width:80%; max-width:300px;
        height:100vh;
        padding-top:100px;
        text-align:center;
        transform: translate(100%, 0);
        transition: transform 300ms;
    }
        .wrap_mobile_menu.on {
            transform: translate(0%, 0);
        }
    .mb_me_list {
        font-size:10px;
    }
        a.mb_list_a  {
            display:block;
            font-size:1.5em;
            font-weight:bold;
            padding:15px 0;
            border-bottom:1px solid #eee;
        }
        ul.mb_list_sub {
            display:none;
            padding:10px 0;
            font-size:1.3em;
            font-weight:bold;
            background:#f8f8f8;
        }
        .mb_list_sub li {
           padding:10px 0;
        }
        .mb_list_sub li a {
            display:block;
        }



    /* ::::::::: Menu - Mobile - Btn ::::::::: */

        .menu_toggle {
            width: 42px;
            height: 42px;
            display: block;
            outline: 0;
            position: absolute; z-index:100;
            top:-10px;
            right: 20px;
            -moz-transition: transform 0.4s ease-in-out;
            -o-transition: transform 0.4s ease-in-out;
            -webkit-transition: transform 0.4s ease-in-out;
            -ms-transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out;
            -webkit-transform: translateZ(0);
            -webkit-backface-visibility: hidden;
        }

        .menu_toggle span {
            display: block;
            background-color: #4a4a4a;
            width: 28px;
            height: 5px;
            margin-top: -1.5px;
            position: absolute;
            right: 9px;
            top: 50%;
            bottom: auto;
            left: auto;
            text-shadow: none;
            color: transparent;
            -moz-transition: background 0.2s ease-in-out;
            -o-transition: background 0.2s ease-in-out;
            -webkit-transition: background 0.2s ease-in-out;
            -ms-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
        }

        .menu_toggle span::before,
        .menu_toggle span::after {
            content: '';
            width: 100%;
            height: 100%;
            background-color: inherit;
            position: absolute;
            left: 0;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .menu_toggle span::before {
            top: -9px;
        }

        .menu_toggle span::after {
            bottom: -9px;
        }

        /* menu is open */
        .menu-is-open .menu_toggle {
            -webkit-transform: translateX(80vw);
            -ms-transform: translateX(80vw);
            transform: translateX(80vw);
        }

        /* is clicked */
        .menu_toggle.is-clicked span {
            background-color: rgba(255, 255, 255, 0);
            width:25px;
        }

        .menu_toggle.is-clicked span::before,
        .menu_toggle.is-clicked span::after {
            background-color: #4a4a4a;
        }

        .menu_toggle.is-clicked span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .menu_toggle.is-clicked span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }


    @media screen and (max-width: 1200px) {
        
        a.menu_list_a {
            padding:30px 4vw;
            color:#0056C6;
            font-size:1.3vw;
        }
    }


    @media screen and ( max-width: 900px){
        .a_wrap_menu_list {
            display:none;
        }

        .wrap_mobile_btn {
            display:block;
        }
        .wrap_mobile_menu {
            display:block;
        }

    }




    footer {
        padding:30px 0 50px;
        background:#222328;
	
    } 
        .wrap_foot_info {
            display:flex;
            width:1200px;
            margin:0 auto;
        }
            .foot_logo {
                display:flex;
                align-items:center;
                width:40%;
            }
                img.img_footer {
                    height:90px;
                }
                .foot_logo_txt {
                    padding-left:20px;
                    color:#666;
					font-weight: bold;
                }
            .foot_info {
                width:60%;
                color:#ccc;
                font-size:13px;
            }
                .foot_info p {
                    line-height:1.5em;
                }
                .foot_info b {
                    display:block;
                    line-height:2em;
                }
                .foot_info .btn_adm {
                    display:inline-block;
                    margin-top:10px;
                    padding:5px;
                    width:100px;
                    font-weight:bold;
                    text-align:center;
                    color:white;
                    border:1px solid white;
                }
                .go_hl{
                    font-size: 13px;
                    font-weight: bold;
                    color: white;
                    text-decoration: underline;
                }
                .go_hl:hover{
                    color: #0056C6;
                }
                

    @media screen and (max-width:1200px){
        .wrap_foot_info {
            width:100%;
        }
    }

    @media screen and (max-width:500px){
        .wrap_foot_info {
            flex-direction:column;
            padding:0 20px;
        }
            .foot_logo {
                width:100%;
                flex-direction:column;
                text-align:center;
            }
            .foot_logo_txt {
                margin-top:10px;
                padding-left:0px;
            }
            .foot_info{
                margin-top:30px;
                width:100%;
                text-align:center;
            }

            .f_mb_block {
                display:block;
            }

        .icon_bar_1 {
            margin:0 auto;
            text-align:center;
        }

        .wrap_footer_btn {
            justify-content: center;
        }
        
    }
