@charset 'utf-8';

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}

html {}

body {
    background-color: #fff;
    font-family: 'Montserrat', 'Pretendard-Regular', 'Pretendard-SemiBold', 'Pretendard-Bold', 'Pretendard-ExtraBold', 'Pretendard-Black', 'sans-serif';
    color: #292929;
    line-height: 1.6;
    font-size: 1em;
}
body.hidden {
    overflow: hidden;
}
input, select, textarea {
    font-family: 'Montserrat', 'Pretendard-Regular', 'Pretendard-SemiBold', 'Pretendard-Bold', 'Pretendard-ExtraBold', 'Pretendard-Black', 'sans-serif';
    font-size: 15px;
    color: #000;
}
a {
    text-decoration: none;
    color: #000;
}
ol, ul {list-style: none;}
img {
    border: 0;
    vertical-align: top;/*It is mainly used for Top and Middle*/
}

/*public class-------------------------------*/

.wrap {
    width: 100%;
    max-width: 1800px;
    padding: 0;
    margin: auto;
}
.sound-only {/*음성 서비스 시스템 만들어주는 것, 장애인 분들을 위한 코딩*/  
    position: absolute;
    left: -9999em;
    top: -9999em;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5 { 
    font-family: 'Montserrat', 'Pretendard-Regular', 'Pretendard-SemiBold', 'Pretendard-Bold', 'Pretendard-ExtraBold', 'Pretendard-Black', 'sans-serif';
}

.btn-wh {
    position: relative;
    display: inline-block;
    font-size: 1em;
    width: 140px;
    height: 40px;
    margin-top: 43px;
    padding: 6px 0 0 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-wh::before, .btn-wh::after {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
}
.btn-wh::before {
    width: 15px;
    height: 2px;
    margin-top: -1px;
    border: 1px solid fff;
    background-color: #fff;
}
.btn-wh::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}
span {
    display: block;
}

/* Public section design-----------------------*/

.wh, .wh:hover, .wh a, .wh a:hover {
    color: #fff !important;
}
.bk, .bk:hover, .bk a, .bk a:hover {
    color: #000
     !important;
}
/*skip*/
#skip {}

#skip a {
    position: fixed;
    left: 0;
    top: -100px;
    display: block;
    width: 100%;
    background-color: #292929;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    transition: top 0.2s;
}
#skip a:focus {
    top: 0;
}
/*header*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
#header::after {
    position: absolute;
    left: 0;
    top: 60px;
    content: '';
    width: 100%;
    height: 1px;
}
.logo {
    float: left;
    width: 85%;
    margin-top: 21px;
}
.logo a {
    display: block;
    padding-top: 12.84%;
    background: url('../images/main_logo.png') no-repeat;
    transition: opacity 0.3s;
}
.logo a:hover {
    opacity: 0.8;
}
#sy-gnb .depth2 .url a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #1e4eff;
}
#sy-m-gnb .depth2 .url a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #1e4eff;
}
#m-gnb-chk {
    display: none;
}
.m-gnb-label {
    position: absolute;
    right: 7%;
    top: 30px;
    width: 30px;
    height: 40px;
}
.m-gnb-label:before, .m-gnb-label:after {
    content: '';
}
.m-gnb-label:before{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.7s;
}
.m-gnb-label:after {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.2s;
}
.m-gnb-label .bar {
    float: left;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.5s;
}
.m-gnb-label .bar1 {
    float: right;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: -20px;
    background-color: #fff;
    transition: 0.9s;
}
.m-gnb-label:before {
    transform: translateY(-10px);
}
.m-gnb-label:after {
    transform: translateX(20px);
}
#m-gnb-chk:checked ~ .m-gnb-label > .bar {
    background-color: #f05035;
}
#m-gnb-chk:checked ~ .m-gnb-label > .bar1 {
    background-color: #7200ff;
}
#m-gnb-chk:checked ~ .m-gnb-label:before {
    background-color: #62a33c;
}
#m-gnb-chk:checked ~ .m-gnb-label:after {
    background-color: #1b9ace;
}

#sy-m-gnb {
    position: fixed;
    right: -100%;
    top: 65px;
    width: 100%;
    max-width: 500px;
    height: calc(100% - 65px);
    padding: 40px 60px;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 1.1em;
    overflow: auto;
    transition: right 0.6s;
}
#sy-m-gnb a {
    display: block;
    padding-left: 6px;
    color: #ccc;
}
#sy-m-gnb .depth1 {
    border-bottom: 1px solid #333;
}
#sy-m-gnb .depth1 > a {
    line-height: 2.4;
    font-size: 1.3em;
} 
#sy-m-gnb .depth1 > a:after { /*아래방향 화살표*/
    float: right;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 18px;
    margin-right: 15px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 0.2s;
}
#sy-m-gnb .depth2 {
    display: none;
    padding: 0 0 2em 6px;
    line-height: 2;
}
/* 모바일 메뉴 활성화 */

#m-gnb-chk:checked ~ #sy-m-gnb {
    right: 0;
}
#sy-m-gnb .depth1.active {
    border-color: #1b9ace;
}
#sy-m-gnb .depth1.active > a {
    color: #1b9ace;
}
#sy-m-gnb .depth1.active > a:after {
    margin-top: 22px;
    transform: rotate(-135deg);
    border-color: #1b9ace;
}

#fp-nav {
    display: block;
}
#fp-nav ul li {
    margin: 15px;
}
#fp-nav ul li a {

    width: 15rem;
    height: 100%;
}
#fp-nav ul li .fp-tooltip .fp-right{
    top: -4px;
    width: auto;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 1em;
    color: #333;
    opacity: 0;
}
#fp-nav ul li a span {
    position: absolute;
    left: 0.4rem;
    top: 12px;
    background-color: #333;
    opacity: 0.3;
}
#fp-nav ul li:first-child a:before, #fp-nav ul li:nth-last-child(2) a:after, #fp-nav ul li:last-child { display: none; }
#fp-nav ul li a.active ~ .fp-tooltip, #fp-nav ul li:hover a ~ .fp-tooltip .fp-right {
    width: auto;
    opacity: 1;
    color: #1e4eff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 1em;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a span {
    background-color: #1e4eff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 1em;
}
.fp-auto-height .fp-tableCell {
    height: auto !important;
}
#fp-nav ul li:hover a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
    opacity: 1;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
}


/*푸터영역*/
#footer {
    width: 100%;
    height: 100%;
    border-top: 1px solid #eee;
}
.ft-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.ft-logo {
    width: 100%;
}
.ft-logo a {
    display: block;
    padding-top: 10.84%;
    background: url('../images/foot_logo.png') left;
    background-repeat: no-repeat;
}

.ft-site {
    display: block;
    float: left;
    max-width: 400px;
    padding: 5px 0 30px 0;
}
.ft-site a {
    line-height: 1;
    padding-right: 5%;
}
.ft-site a > i {
    padding-left: 5%;
}
.ft-site img {
    padding-top: 30px;
}
.ft-sns {
    max-width: 400px;
    color: #292929;
}
.ft-sns a > i {
    padding-right: 8%;
    color: #292929;
    font-size: 1.8em;
}
.ft-sns a > i:hover {
    color: #1e4eff;
}
.ft-menu {
    margin-top: 30px;
}
.ft-menu a {
    float: left;
    display: block;
    width: auto;
    font-size: 0.9em;
    padding: 5px 10px 5px 0;
    color: #292929;
}
.ft-info {
    padding: 5px 0;
    font-size: 0.8em;
    color: #292929;
    margin-bottom: 30px;
}
.ft-info1 {}
.ft-custom {}
.ft-info2 {}

.gototop {
    right: 20px;
    position: fixed;
    bottom: 70px;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    font-size: 1.2em;
    font-size: 700;

    box-sizing: border-box;
    color: #eee;
}
.gototop:hover {
    background-color: #1e4eff;
    color: #fff;
}

