/* reset */
body, div, header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, table, th, tr, th, td, form, fieldset, legend, figure {padding:0; margin:0}

ul, ol, li {list-style:none}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal}
fieldset, img {border:0 none}
img {width:100%;}
table {border-spacing:0; border-collapse:collapse}
input, select, textarea, button {padding:0; margin:0; font-size:100%; vertical-align:middle; border:0 none;}
button {border:1px solid #666; background-color:transparent; cursor:pointer}
a, a:hover, a:active {text-decoration:none}
address, em {font-style:normal}
strong {font-weight:normal}
label {margin:0}

/* base */
body {font-family: 'Noto Sans KR', sans-serif; color:#030303; font-size:15px; line-height:1.6; background-color:#ffffff;min-height:100%;}
a {color:#030303}
a:hover {color:#003070}

.hidden {width:0; height:0; font-size:0; line-height:0; text-indent:-9999px}
.clear:after {content:''; display:block; clear:both}
.inner {max-width:1200px; margin:0 auto; padding:0 15px; box-sizing:border-box;}
.pc {display:block;}
.m {display:none;}


*::selection {
    background-color:#003070;
    color:#fff;
}

#en {
    font-family: 'Roboto', sans-serif;
}

html {
    position:relative;
    min-height:100%;
    margin:0;
}

.wrap {
    width:100%;
    height:100%;
    overflow:hidden;
}

header {
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width:100%;
    height:90px;
    padding:15px 0;
    background-color:#fff;
    border-bottom:1px solid #f5f5f5;
}

header .inner {
    max-width:1200px;
    margin:0 auto;
}

header h1 {
    float:left;
}

header nav {
    float:right;
    display:block;
}

header .gnb_pc ul {
    float:left;
}

header .gnb_pc li {
    float:left;
    padding:0 15px;
    line-height:60px;
    font-weight:bold;
}

header .gnb_pc > .clear > li > a {
    color:#030303;
}


header .gnb_pc > .clear > li:hover > a {
    color:#003070;
}

header .gnb_pc .btn_wp {
    float:left;
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    padding:15px;
    line-height:30px;
    margin-left:20px;
    font-weight:bold;
    color:#014BA9;
}

header .gnb_pc .btn_wp i {
    margin-right:10px;
}

header .gnb_pc .lang li a {
    color:#434343;
} 

header .gnb_pc .lang li a i {
    color:#030303;
}

header .gnb_pc .lang > li > a > img {
    width:36px;
    margin-right:8px;
}

header .gnb_pc .lang > li {
    position:relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

header .gnb_pc .lang > li:hover ul {
    visibility: visible;
    opacity:1;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

header .gnb_pc .lang > li ul {
    visibility: hidden;
    position:absolute;
    right:0;
    bottom:-70px;
    width:180px;
    height:60px;
    padding:10px 20px;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    opacity:0;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

header .gnb_pc .lang > li ul > li {
    padding:0;
    line-height:40px;
    width:100%;
    margin-bottom:10px;
    font-weight:bold;
}

header .gnb_pc .lang > li ul > li > a {
    display:inline-block;
    width:100%;
    height:100%;
}

header .gnb_pc .lang > li ul img {
    width:36px;
    float:left;
}

header .gnb_pc .lang > li ul p {
    float:right
}

header .side_menu {
    display:none;
    padding:80px 40px 40px;
}

header .side_menu .gnb_m li {
    padding:15px 0;
    font-weight:bold;
}

header .side_menu .btn_wp {
    margin-top:50px;
}

header .gnb_m .btn_wp {
    font-family: 'Roboto', sans-serif;
    display:inline-block;
    line-height:30px;
    font-weight:bold;
    color:#014BA9;
}

header .gnb_m .btn_wp i {
    margin-right:10px;
}

.side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

header .side_menu .lang {
    margin-bottom:30px;    
}

header .side_menu .lang li {
    float:left;
    width:50%;
    box-sizing:border-box;
    padding:0 10px;
}

header .side_menu .lang li.on p {
    color:#003070;
}

header .side_menu .lang li img {
    display:block;
    margin:0 auto;
    width:36px;
}

header .side_menu .lang li p {
    text-align:center;
    margin-top:10px;
    font-size:12px;
    font-weight:bold;
    color:#030303;
}

/* MENU CONTAINER */
.side_menu {
    background: #fff;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.side_menu .container {
    padding: 0 1em;
}

/* HAMBURGER STYLES */
.burger_box {
    display: block;
    position:fixed; 
    top:18px;
    right:25px;
}
.burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 25px;
    padding: 10px;
    opacity: .5;
    width: 25px;
    z-index: 100;
}
.burger_box a.menu-icon,
.burger_box a.menu-icon.opened {
    opacity: 1;
}
.burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: left;
    width: 25px;
}
.burger_box .menu-icon_line {
    background: #434343;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 100%;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 0.2)!important;
}
.burger_box .menu-icon_line--1 {
    top: 2px;
}
.burger_box .menu-icon_line--2 {
    top: 10px;
}
.burger_box .menu-icon_line--3 {
    top: 18px;
}
.burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
.burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
}
.burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
.burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
.burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
}
.burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
.burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}
.burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

footer {
    padding:50px 0 30px;
    background-color:#000b1b;
    color:#fff;
    font-size:13px;
}

footer img {
    display:block;
    width:180px;
    margin-bottom:30px;
}

footer li {
    float:left;
    padding-right:20px;
}

footer p {font-family: 'Roboto', sans-serif;
    margin:15px 0;
}

footer .col-12 > a {
    font-family: 'Roboto', sans-serif;
    color:#fff;
}

footer .col-12 > a:hover {
    color:#75b1f2;
}

.btn_top {
    display:none;
    position:fixed;
    right:50px;
    bottom:50px;
    z-index:1000;
    width:50px;
    height:50px;
    background-color:#fff;
    font-size:20px;
    text-align:center;
    line-height:50px;
    border-radius:50px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    color:#003070;
}

.btn_top:hover {
    background:#003070;
    color:#fff;
}