@charset 'UTF-8';
@import './fonts.css';
@import './reset.css';

/* header */
#igpt-hd {
    /* position: fixed;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,27,55,0.15);
    z-index: 100;
    backdrop-filter: blur(30px); */
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    backdrop-filter: brightness(0.2) blur(15px);
	-webkit-backdrop-filter: brightness(0.2) blur(15px); /* For Safari */
    z-index: 100;
}
#igpt-nav {
    max-width: 1140px;
    height: 60px;
    margin: 0 auto;
}
.nav-wrap {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 92%; 
    margin: 0 auto;
}
.hd-logo {
    display: inline-block;
    width: 70px;
    height: 60px;
    background: url('/images/logo.png') center center / 50% no-repeat;
	z-index: -1;
}
.hd-logo a { 
    display: block; 
    width: 100%; 
    height: 100%;}
.nav-contents {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.nav-contents a:hover {
    border-radius: 8px;
    /*background-color: #4c4f5b;*/
    background-color: #dbdbdb;
    color: #676464;
    font-weight: bold;
}

/* gnb */
.gnb {}

/* lang */
.lang {}
.lang * {
    /*
    padding: 10px;
    font-size: 15px; 
    color: #7e7e7e;
    */
    padding: 10px 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.lang a:nth-child(1) {margin-left: 40px;}

.current {color: #fff}

/* footer */
#igpt-ft {
    text-align: center;
    padding: 15px;
    background: #f3f3f3;

}
#igpt-ft a {color: #1500ff}

.policy_header {
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: #f3f3f3;  
}
.policy_header p {
    padding: 20px 20px 0 20px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.policy_main {padding: 0px 20px 20px 20px}
.policy_main h2 {
    padding-top: 20px;
    font-weight: bold; 
    font-size: 18px;
    line-height: 40px;
}
.policy_main p {
    font-weight: normal; 
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px;
}
.policy_main p.sub {
    margin-left: 40px;
    color: #6a7cdb;
}