﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


@font-face {
    font-family: 'Arita-buri-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* body * { font-family: 'Noto Sans KR',sans-serif; } */
body {
    font-family: Noto-Sans-KR, NanumSquare, sans-serif;
}

.lato {
    font-family: 'Lato', sans-serif;
}

/*header*/
.header {
    position: relative;
    display: flex;
    height: 120px;
    justify-content: space-between;
    /*padding: 0vw 3vw;*/
    align-items: center;
    border-bottom: 2px solid #b4ac9f;
}

    .header .logo {
        position: absolute;
        bottom: 10%;
        left: 50px;
        transform: translate(0, -10%);
    }
.header .header-flex {
    width:100%;
}
    .header .header-flex .login-info {
        text-align: right;
        padding-right: 2vw;
        border-bottom: 2px solid #b4ac9f;
    }
.header .header-flex .login-info a {
    color: #989898;
}
    .header .gnb {
        width: 80%;
        margin: 0 auto;
    }
.header .gnb a { text-decoration:none; color:#000;}

.header .gnb .depth1 { display:inline-flex; height: inherit; align-items:center; width:100%; justify-content: space-evenly; }
.header .gnb .depth1 > li { position: relative; text-align: center; height: inherit; display: inline-flex; align-items: center; vertical-align: middle; }
.header .gnb .depth1 > li > a { padding:0.5vw 0;  font-size:19px; font-weight:bold; display:block;}

    .header .gnb .depth1 > li > a .engtitle {
        color: #B2AA9F;
        font-size: 15px;
    }

    .header .gnb .depth1 > li.active > a {
        color: #1F2437;
    }


.header .gnb .depth2 { display:none;}
.header .gnb .depth2.active { 
	display: block; 
	position: absolute; 
	background: #fff; 
	top: 100%; 
	width: 220px; 
	z-index: 99; 
	left: 50%; 
	transform: translateX(-50%); 
	border-top: 3px solid #32385C; 
	padding:15px 0; 
	border-radius:0 0 10px 10px; 
    box-shadow: 0px 2px 10px #a9a9a9;
}
.header .gnb .depth2 > li > a { font-size: 17px; padding: 10px; display: inline-block; border: 1px solid #d7d7d7; width: 90%; margin: 5px 0;}
.header .gnb .depth2 > li > a:hover { background:#32385C; color:#fff; font-weight:bold; transition:all ease-in-out .15s;}

.header .gnb .depth3 > li > a { font-size:15px; margin:3px 15px; position:relative; display:inline-block; padding-bottom:5px;}
.header .gnb .depth3 > li > a:hover { color:#000; font-weight:bold;}
.header .gnb .depth3 > li > a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header .gnb .depth3 > li > a:hover:after { 
  width: 100%; 
  left: 0; 
  height: 2px;
}

.header .login-info a { color:#000; margin:0 10px; font-size:15px;}

/*gnb-all*/

.gnb-all {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 78px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gnb-all a { text-decoration: none; }
.gnb-all .all-wrapper { background: #fff; padding: 40px 0; border-bottom: 2px solid #0765BF; border-top: 2px solid #0765BF; }
.gnb-all .all-wrapper .container { width: 1230px; padding: 0;}
.gnb-all .all-wrapper .container a { display: block; color: #1189C8; }
.gnb-all .all-wrapper .container > div { overflow: hidden; }
.gnb-all .all-wrapper .container > ul > li { max-width: 225px; min-width: 155px; float: left; position: relative; text-align: left; padding: 0 20px; }
.gnb-all .all-wrapper .container > ul > li > a { margin: 0px 0px 15px; font-size: 19px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #ddd; padding-bottom: 8px; }
.gnb-all .all-wrapper .container > ul > li > ul > li > a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	padding: 0px;
	margin: 10px 0;
	transform: skew(-0.05deg);
	font-weight: bold;
}

.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: #333;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	padding: 0 15px;
	transform: skew(-0.05deg);
}

.gnb-all .close { opacity:1; position: absolute; top: 30px; right: 70px; font-size: 50px; color: #000; }


#subgnb { border: 1px solid #DDDDDD; }
#subgnb .dropdown { display: inline-block; }
#subtop { position: relative;  margin-bottom: 60px;}
#subtop img { width: 100%; }
#subtop .subtop-bottom { position: absolute; bottom: 0; width: 100%; background: #f5f5f5; height: 60px; transform: translate(0, 100%); }
#subtop .subtop-menu { position: absolute; bottom: 0; z-index: 3; width: 100%; }
#subtop .subtop-menu ul { text-align: center; width: 100%; line-height: 60px;  white-space: nowrap;  }
#subtop .subtop-menu ul li a { color: #000; text-decoration: none; font-size: 18px; margin: 0 25px; }
#subtop .subtop-menu ul li { display: inline-block; position: relative; cursor: pointer; }
#subtop .subtop-menu ul li.active a { font-weight: bold; border-bottom: 2px solid #000; padding-bottom: 20px; }
.subgnb-home { position: absolute; top: 20px; width: 100%; text-align: right; }
.subgnb-home span { color: #fff; }
.subgnb-home a { color: #fff; text-decoration: none; font-size: 16px; }
.subgnb-home a.active { font-weight: bold; color: #fff;}
.subTitle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

#sub_title { text-align: center; color: #fff; font-size: 50px;}



.mm-panels > #mm-1 {
    background-color: #002E6C !important;
}
.mm-panels > #mm-2,
.mm-panels > #mm-3,
.mm-panels > #mm-4,
.mm-panels > #mm-5,
.mm-panels > #mm-6,
.mm-panels > #mm-7,
.mm-panels > #mm-8,
.mm-panels > #mm-9,
.mm-panels > #mm-10,
.mm-panels > #mm-11,
.mm-panels > #mm-12,
.mm-panels > #mm-13,
.mm-panels > #mm-14,
.mm-panels > #mm-15,
.mm-panels > #mm-16,
.mm-panels > #mm-17,
.mm-panels > #mm-18,
.mm-panels > #mm-19,
.mm-panels > #mm-20,
.mm-panels > #mm-21,
.mm-panels > #mm-22,
.mm-panels > #mm-23,
.mm-panels > #mm-24,
.mm-panels > #mm-25,
.mm-panels > #mm-26,
.mm-panels > #mm-27,
.mm-panels > #mm-28,
.mm-panels > #mm-29,
.mm-panels > #mm-30,
.mm-panels > #mm-31,
.mm-panels > #mm-32,
.mm-panels > #mm-33,
.mm-panels > #mm-34,
.mm-panels > #mm-35,
.mm-panels > #mm-36,
.mm-panels > #mm-37,
.mm-panels > #mm-38,
.mm-panels > #mm-39,
.mm-panels > #mm-40,
.mm-panels > #mm-41,
.mm-panels > #mm-42,
.mm-panels > #mm-43 {
    background-color: #002E6C !important;
}

.mm-navbar {
    padding: 20px 0px !important;
    height: inherit !important;
}

    .mm-navbar a {
        font-size: 22px;
        color: #fff !important;
    }
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(255,255,255,1) !important;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,1) !important;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 20px 25px !important;
    font-size: 17px;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px 0px !important;
}

.mm-btn {
    top: unset !important;
}


.top-btn {
    right: 10%;
    position: fixed;
    width: 70px;
    height: 70px;
    background: #004A95;
    color: #fff;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    bottom: 5%;
    font-size: 18px;
    padding: 10px;
}

footer {
    box-sizing: border-box;
    background-color: #F9F9F9;
    font-size: 15px;
    
}
 
    footer .footer-row1 {
        background-color: #F7F7F7;
    }
    
        footer .footer-row2 .div1 {            
            color: #fff;
        }
            footer .footer-row2 .div1 r3 {
                margin-top: 2%;
            }

            footer .footer-row2 .div1 a {
                color: #fff;
            }
            footer .footer-row2 .div1 p {
                margin-top: 0px;
            }
        footer .footer-row2 .div2 {
            padding-left:50px;
            width:55%;
        }
            footer .footer-row2 .div2 h5 {
                font-size: 16px;
                color: #929292;
            }
            footer .footer-row2 .div2 hr {
            margin-left:0;
            width:25px;
            border-top:2px solid #929292;
            }
        footer .footer-row2 .div3 {
        display:inline-flex;
        align-items:center;
        }
        footer .footer-row2 .div3 a {
            font-weight: bold;
            background: #F5F5F5;
            border: 1px solid #E5E5E5;
            padding: 20px 50px;
            display: inline-block;
            font-size: 19px;
            cursor: pointer;
        }
            footer .footer-row2 .div3 a:hover {
                color:#000;
            }
            footer .footer-row2 .div3 a img {
                margin-right: 20px;
            }
            footer ul {
                display: flex;
                justify-content: space-between;
                width: 100%;
                box-sizing: border-box;
                align-items: center;
                padding: 10px 0;
            }
        footer ul li a:hover {
            font-weight: bold;
            color:#000;
            text-decoration: none;
        }

        footer ul li:nth-child(3) img {
            margin-right: 50px;
        }

    footer .footer-row2 {
        background: #000;
        height: 155px;
        position: relative;
        padding: 30px 0;
    }

    footer ul li a {
        color: #000;
        word-break:keep-all;
    }


@media (min-width:1380px) {
    .container {
        width: 1380px;
    }
}

@media (max-width: 1399px){
    .header .gnb { width: 80%; float: right; }
    .header .logo {
        width: 20%;
    }
	.header .gnb .depth1 > li > a { font-size:1.3vw; width: 8vw;}
	.header .login-info a { font-size:1.1vw; }
}



    @media (max-width:1199px) {

    }

    @media (max-width: 992px) {
        .header {
            height: 85px;
        }
        .header .gnb {
            display: none;
        }

        .header .login-info {
            display: none;
        }

            .header .mobile-hamberger {
                font-size: 3vw;
                position: absolute;
                right: 3%;
            }

        .header .logo {
            width: 25%;
        }
        .header .mobile-hamberger a {
            color: #002E6C;
        }

        .mmenu-login {
            position: absolute !important;
            bottom: 3%;
            right: 0;
            color: #fff;
        }

            .mmenu-login:after {
                content: unset !important;
                font-size: 13px !important;
            }

        footer {
            
            border-top: 1px solid #cecece;
            margin-top: 30px;
        }

            footer > div > .img-wrap {
                margin-bottom: 10px;
            }

                footer > div > .img-wrap img {
                    width: 70%;
                }

            footer p {
                word-break: keep-all;
            }

                footer p.p2 {
                    margin-bottom: 10px;
                }

            footer .righr-cont {
                position: static;
            }

                footer .righr-cont ul {
                    display: flex;
                    justify-content: space-between;
                }

                    footer .righr-cont ul li {
                        font-size: 10px;
                    }

            footer p.p3 {
                padding: 10px 0;
            }

            footer ul {
                position: static;
                transform: unset;
                padding: 10px 15px;
            }

            footer .address {
                padding: 10px 15px;
            }

            footer .top-btn {
                bottom: 0px;
            }

            footer .all-menu {
                display: none;
            }

            footer ul li:nth-child(3) img {
                margin-right: 20px;
            }
    }

    @media (max-width: 767px) {
        #subtop .subtop-menu ul li {line-height: 30px;  }

        #subtop .subtop-menu ul li.active a {
            padding-bottom: 5px;
        }
        .subgnb-home a {
            font-size: 14px;
        }
        #subtop .subtop-menu ul li a {
            font-size: 12px;
            margin: 0 1px;
        }
        #subtop .subtop-bottom {
            height: 35px;
        }
        #sub_title {
            font-size: 22px; margin: 0px;
        }
        .subgnb-home {
            top: 0;
        }
        #subtop .subtop-menu ul {
            line-height: 30px;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .top-btn { bottom: 15%; padding: 1px; width: 55px; height: 55px; }

        .header .logo {
            width: 25%;
            left: 10px;
        }

        .header .mobile-hamberger {
            font-size: 5vw;
        }
    }


@media (max-width: 500px) {
      .subgnb-home a {font-size: 11px; }
    .header .mobile-hamberger {
        font-size: 7vw;
    }
    #subtop .subtop-bottom {
        height: 60px;
    }
}
