﻿@font-face {
    font-family: 'NanumBarunGothic';
    src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
    src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'), url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'), url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    src: url(webfont/NanumSquare/NanumSquareR.eot);
    src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(webfont/NanumSquare/NanumSquareR.woff) format('woff'), url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@media (min-width:1650px){
	.widget-login {
    right:12vw;
}
}
@media (min-width:1500px) {
    .navbar-static-top > .container {
        width: 1550px !important;
    }
    .widget-login{
    	right:100px;
    	}
    
}

#unit6944 #unit6955 {width:100% ! important}
#unit6944 #unit6956 {width:100% ! important}

.navbar-nav{margin-top:10px;}
.navbar-header{ margin-right:7%!important; }
.widget-login {
    padding: 36px 0 !important;
    position: absolute;
}

hr {
    border-top: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
}

dimode-slider slider img {
    width: 100%;
}

.slider .move-btn {
    display:none;
}
.slider .slider-dots {
    bottom: 10px !important;
}

#gnb-wrap img {
    float: left;
    margin: 15px 0px;
}


#gnb > li {
    float: left;
    position: relative;
}

    #gnb > li > a {
        font-size: 20px;
        color: #333;
        text-decoration: none;
        transition: all ease 0.3s;
        padding: 32px 30px;
        height: 90px;
        display: inline-block;
        font-weight: bold;
    }

    #gnb > li > ul {
        display: none;
    }

.gnb2 {
    background: #4C6D98;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 9999;
    top: 90px;
    height: 0;
    overflow: hidden;
}

    .gnb2 .wrapper {
        box-shadow: rgba(113, 113, 113, 0.28) 0px 0px 5px 0px;
        padding: 30px 0;
    }

#gnb {
    overflow: hidden;
    width: 710px;
    margin: 0 auto;
}

.wrapper {
    height: auto !important;
}

.widget-login span {
    opacity: 0;
    margin: 0 5px !important;
}

.subtext-wrap {
    float: left;
    padding: 0px;
    display: none;
    width: 220px;
    text-align: center;
    margin-right: 30px;
}

.subul {
    text-align: center;
}

.subtext {
    display: inline-block;
}

    .subtext p {
        color: #333333;
    }

        .subtext p:first-child {
            font-size: 14px;
            margin-bottom: 0px;
            display: none;
        }

        .subtext p:nth-child(2) {
            font-size: 30px;
            color: #fff;
            font-weight: bold;
        }

.subul > li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 30px;
}

    .subul > li:last-child {
        margin-right: 0px;
    }

    .subul > li > a {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: 5px;
    }

        .subul > li > a > i {
            float: right;
            position: relative;
            top: 3px;
        }

    .subul > li > ul {
        margin-top: 15px;
    }

        .subul > li > ul > li {
            font-size: 17px;
            transition: all ease 0.3s;
            line-height: initial;
            padding: 5px 0px;
        }

            .subul > li > ul > li > a {
                display: inline-block;
                overflow: hidden;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
            }

                .subul > li > ul > li > a:hover {
                    font-weight: bold;
                    transition: 0.2s all;
                }

.subul li a {
    color: #fff;
    text-decoration: none;
}

.gnb-all {
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .gnb-all a {
        color: #fff;
        text-decoration: none;
    }

    .gnb-all img {
    	  
        margin: 80px 0px 50px;
        max-width: 300px;
    }

    .gnb-all .all-wrapper .all-close {
        color: #fff;
        cursor: pointer;
        font-weight: 600;
        font-size: 5em;
        float: right;
    }

    .gnb-all .all-wrapper .container a {
        display: block;
        color: #fff;
    }

    .gnb-all .all-wrapper .container > ul > li {
        display: inline-block;
        vertical-align: top;
        padding: 0px 40px;
    }

        .gnb-all .all-wrapper .container > ul > li:last-child {
            display: none;
        }

        .gnb-all .all-wrapper .container > ul > li > a {
            margin: 0px 0px 18px;
            font-size: 25px;
            font-weight: 600;
            text-decoration: none;
        }

        .gnb-all .all-wrapper .container > ul > li:first-child {
            display: none;
        }

        .gnb-all .all-wrapper .container > ul > li > ul > li > a {
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 20px;
            padding: 6px 0px;
        }

            .gnb-all .all-wrapper .container > ul > li > ul > li > a:hover {
                font-weight: bold;
                transition: 0.2s all ease;
            }

        .gnb-all .all-wrapper .container > ul > li > ul > li > ul > li > a {
            color: #fff;
            display: block;
            margin-bottom: 9px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-left: 1px;
            font-size: 17px;
        }


.sub-cont {
    margin: 40px auto 70px;
}



.widget-login a {
    font-size: 15px;
    text-decoration: none;
    color: #ded1d1;
}

    .widget-login a:hover {
        color: #FBB462;
        transition: 0.1s all;
    }

.layout nav .gnb > li > ul {
    margin-top: 2px;
}

.dept3 li {
    padding: 10px 15px;
    background: #fff !important;
}

    .dept3 li a {
        color: #EF4023;
        text-decoration: none;
        padding: 5px 0px !important;
        background: #fff !important;
    }

.navbar-nav > .open {
    border-bottom: 3px solid #4C6D98;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.gnb2 .wrapper {
    width: 100%;
}

.layout nav .gnb > .dept3 > li.active a {
    background: #fff !important;
}

.sub-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
    display: inline-block;
    font-weight: bold;
    visibility: hidden;
}

.sub-top {
    margin: 0 0 40px;
}

footer {
    background: #1E1F21;
    padding: 25px 0;
    color: #979797;
    font-size: 15px;
}

.layout .top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

    .layout .top-btn img {
        cursor: pointer;
        display: block;
        opacity: 0.75;
    }

        .layout .top-btn img:hover {
            opacity: 1;
        }

#subtop {
    height: 340px;
    background-size: 100% 100% !important; /*background-attachment:fixed!important; */
}

    #subtop .dot {
        width: 100%;
        height: 100%;
        background: url(/UserData/cbuk/Layouts/cbuk_Layout/Images/dot.png) rgba(0,0,0,.0) !important;
        position: relative;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
    }

.sub-desc hr {
    width: 50px;
    margin: 5px auto;
    border-bottom: 3px solid #fff;
}

.sub-desc {
    position: absolute;
    top: 37%;
    text-align: center;
    width: 100%;
    border: none;
    z-index: 3;
}

.sub-top-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

body * {
    font-family: NanumSquare, sans-serif;
    letter-spacing: -0.5px;
}

.sub-top-ul2 {
    text-align: center;
    margin-top: 60px;
}

    .sub-top-ul2 a {
        color: #333;
    }

        .sub-top-ul2 a:hover {
            padding: 15px 0;
            transition: 0.2s all;
            border-top: 2px solid #4C6D98;
            transition: 0.2s all;
            color: #4C6D98;
            text-decoration: none;
        }

    .sub-top-ul2 li {
        display: inline-block;
        padding: 0 15px;
        font-size: 20px;
        color: #333;
        text-decoration: none;
    }

.navbar-nav > li {
    
}

.layout img {
    max-width: 100%;
}

.layout .dropdown-menu {
    min-width: 100%;
    font-size: 12px;
}

    .layout .dropdown-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

#subtop img {
    width: 100%;
}

.layout nav {
    background: none;
    border: 0;
    min-height: initial;
    margin: 0;
    background: rgba(119, 161, 208, 0.8);
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
}

    .layout nav .navbar-brand {
        padding: 8px 0;
        height: 66px;
    }

    

    .layout nav .gnb > li > a {
        padding: 25px 33px 20px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }


    .layout nav .gnb > li > ul {
        padding: 0;
        min-width: 146px;
    }

        .layout nav .gnb > li > ul > li {
            padding: 0;
            border-bottom: 1px solid #acacac;
        }

            .layout nav .gnb > li > ul > li a {
                font-size: 15px;
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .layout nav .gnb > li > ul > li.active a {
                background: #9dc0ec;
            }

    .layout nav .gnb > li:first-child {
        display: none;
    }


    .layout nav .gnb > li.active > a, .layout nav .gnb > li.active > a:hover, .layout nav .gnb > li.active > a:focus {
        font-weight: bold;
        color: #000;
    }

    .layout nav .gnb > .open > a, .layout nav .gnb > .open > a:hover, .layout nav .gnb > .open > a:focus,
    .layout nav .gnb > .active > a,
    .layout nav .gnb > .active > a:hover,
    .layout nav .gnb > .active > a:focus {
        background: none;
    }


.people-tab {
    text-align: center;
    margin-bottom: 40px;
}

    .people-tab li {
        display: inline-block;
        font-size: 24px;
        padding: 0px 15px;
    }

        .people-tab li.active a {
            color: #4C6D98;
            font-weight: bold;
            text-decoration: none;
        }

    .people-tab a {
        text-decoration: none;
        color: #333;
    }


	#myBtn{display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #92b4d9; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 35px; /* Rounded corners */
  font-size: 20px; /* Increase font size */
		}
	#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

@media (min-width:1200px) and (max-width:1499px) {
	  .navbar-brand img {
	  	position:absolute;
	  	left:60px;
	  }
	  .navbar-header{
	  	margin-right:3%!important;
	  	}
    .navbar-default {
        padding: 0 30px;
    }
    .navbar-nav{
    	margin-left:240px;
    }
    
    .widget-login {
    	right:20px;
    }
    .layout nav .gnb > li > a {
    	padding:25px 25px 20px;
    }

    #gnb {
        width: 714px;
        position: relative;
        left: 25px;
    }

        #gnb > li > a {
            font-size: 20px;
            color: #333;
            text-decoration: none;
            transition: all ease 0.3s;
            padding: 32px 15px;
            height: 90px;
            display: inline-block;
            font-weight: bold;
        }
}


@media (min-width:993px) and (max-width:1199px) {
	.layout nav .gnb > li > a{
		padding:25px 20px 20px;
		}
	.navbar-brand img {
	  	position:absolute;
	  	left:30px;
	  }
	  .widget-login {
	  	right:15px;
	  }
	  	
	  	
    .navbar-default {
        padding: 0 15px;
    }

    #gnb {
        width: 641px;
        position: relative;
        left: 25px;
    }

        #gnb > li > a {
            font-size: 19px;
            color: #333;
            text-decoration: none;
            transition: all ease 0.3s;
            padding: 32px 5px;
            height: 90px;
            display: inline-block;
            font-weight: bold;
        }

    #gnb {
        width: 567px;
        position: relative;
        left: 25px;
    }

    .widget-login span {
        margin: 0 !important;
    }
    
    
}

@media (min-width:768px) and (max-width:992px) {


    .navbar-nav {
        margin-top:0;
        position:absolute;
        right:10px;
        margin-bottom:0;
    }
    .widget-login a {
        color: #000;
    }
    .layout nav .navbar-toggle {
        margin-top: 30px !important;
    }
	.layout nav{
		height: 90px!important;
		}
	
	

	  .layout nav .navbar-toggle{
	  	margin-top:30px;
	  }
	  .layout nav{
	  	position:relative;
	  	}
	 .navbar-nav > .open{
	 	margin-bottom:-5px;
	}
	 .layout nav .gnb > li > a {
	 	padding:25px 12px 0px;
	}
	  
    .navbar-default {
        padding: 0 15px;
    }

    #gnb {
        width: 537px;
        position: absolute;
        left: 25px;
    }

        #gnb > li > a {
            font-size: 17px;
            color: #333;
            text-decoration: none;
            transition: all ease 0.3s;
            padding: 32px 8px;
            height: 90px;
            display: inline-block;
            font-weight: bold;
        }

    .pull-right {
        margin-top:40px;
    }

    .subul > li {
        padding: 0 9px;
    }

    #subtop {
        height: 200px;
    }
    .navbar-header{
    	margin-right:0!important;
    	}
   .widget-login{
   	padding:0!important;
   	position:absolute;
   	right:10px;
   	margin-top:20px;
   	}
}




@media (max-width: 767px) {

	
		 .widget-login{
		 	position:relative;
		 	padding:10px 0 10px 10px!important;
		 	}
	   .navbar-header{
    	margin-right:-15px!important;
    	}
	
	  .widget-login a {
	  	color:#9a8c8c;
	  	}
	
    .layout nav .navbar-toggle {
        margin-right: 0;
        margin-top: 15px;
        margin-right: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
    }

    .layout nav .gnb > li > ul > li {
        border-bottom: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: relative;
        top: -6px;
        width: 100%;
        margin: 0;
    }

.navbar-nav > li, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff;
}

.navbar-brand {
    padding:12px 0!important;
}

.navbar-brand img {
    width: 35%;
    position: absolute;
}


.layout nav .gnb > li > a {
    text-align: left;
    padding: 10px 20px 10px;
    font-size: 18px;
}

    .sub-title {
        font-size: 23px;
    }

    .sub-desc {
        display: none;
    }

    .sub-top-ul2 {
        display: none;
    }

    .layout nav {
        padding: 0 15px;
        position:relative;
        height:65px;
    }

    .navbar-default {
        padding: 0;
    }

    footer > div > div > p {
        font-size: 13px;
    }

    footer > div > div > a {
        font-size: 13px;
    }

    footer > div > div > span {
        font-size: 13px;
        margin: 0 10px;
    }

    .layout .top-btn {
        right: 15px;
    }

    footer {
        line-height: 25px;
    }

    #subtop {
        height: 150px;
    }
}
