@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://allfont.net/allfont.css?fonts=agency-fb');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* =================================== reset ========================================== */

*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
html{
	scroll-behavior: smooth;
}
body{
    position: relative;
}

/* ====================================== reset - end ====================================== */


/* ====================================== header ====================================== */

.header{
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}
.header .top{
    margin: 30px 0;
}
.header .top .logo a{
    display: block;
}
.nav_m,.btn_m{
    display: none;
}
.header .bottom .nav .language{
    position: relative;
    /* top: 4px;
    right: -22rem; */
    top: -7px;
    left: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .bottom .nav .language span{
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 10px;
}
.header .bottom .nav .language a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s;
}
.header .bottom .nav{
    position: relative;
    display: flex;
    align-items: center;
}
.header .bottom .nav .dep01{
    display: flex;
    text-align: center;
    position: relative;
    height: 40px;
}
.header .bottom .nav .dep01>li:nth-child(2){
    /* margin: 0 160px; */
    margin: 0 8vw;
}
.header .bottom .nav .dep01>li:nth-child(4){
    /* margin: 0 160px; */
    margin: 0 8vw;
}
.header .bottom .nav .dep01>li>a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s;
}
.header .bottom .nav .dep01>li>a::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    left: 0;
    transition: all 0.3s;
}
.header .bottom .nav .dep01>li:hover>a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    left: 0;
}
.header .bottom .nav .dep01>li>.dep02{
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    width: 278px;
    padding: 40px 0;
    transform: translate(-90px, 23px);
    z-index: 1;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header .bottom .nav .dep01>li:hover .dep02{
    opacity: 1;
    visibility: visible;
}

.header .bottom .nav .dep01>li>.dep02>li{
    text-align: left;
    margin: 0 35px;
    margin-bottom: 25px;
}
.header .bottom .nav .dep01>li>.dep02>li:last-child{
    margin-bottom: 0;
}
.header .bottom .nav .dep01>li>.dep02>li>a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #181818;
    transition: all 0.3s;
}
.header .bottom .nav .dep01>li>.dep02>li>a:hover{
    color: #D80C18;
}


/* ====================================== header - end ====================================== */

/* ====================================== section01 ====================================== */

.section01{
    width: 100%;
    height: 1080px;
    /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 18.89%), url(../img/section/sec01-bg.jpg) no-repeat center center; */
    background-size: cover;
    display: flex;
    position: relative;
}
.section01 video { width: 100%; object-fit :cover; position: relative;}
.section01 .left{
    width: 532px;
    height: 81.9vh;
    background: #181818;
    margin-top: 170px;
    position: relative;
}
.section01 .left .text-wrap{
    margin-left: 80px;
    margin-top: 220px;
}
.section01 .left .text-wrap .top h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section01 .left .text-wrap .line{
    width: 211px;
    height: 2px;
    background: #fff;
    margin: 40px 0;
}
.section01 .left .text-wrap .bottom p{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section01 .left .swiper{
    height: 100%;
}
.section01 .left .swiper .swiper-button-next, 
.section01 .left .swiper .swiper-button-prev{
    display: block;
    width: 17px;
    height: 35px;
    z-index: 11;
}
.section01 .left .swiper .swiper-button-next{
    background: url(../img/section/next.svg) no-repeat center center;
    top: unset;
    bottom: 53px;
    left: unset;
    right: -470px;
}
.section01 .left .swiper .swiper-button-prev{
    background: url(../img/section/prev.svg) no-repeat center center;
    top: unset;
    bottom: 66px;
    left: unset;
    right: -413px;
}
.section01 .left .swiper .swiper-button-next:after, 
.section01 .left .swiper .swiper-button-prev:after{
    content: "";
}

.section01 .left .swiper .swiper-pagination{
    bottom: 100px;
    left: unset;
    right: -65px;
    width: unset;
}
.section01 .left .swiper .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.6);
    width: 8px;
    height: 8px;
    margin: 0;
    margin-left: 20px;
}
.section01 .left .swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
}
.section01 .right .wheel-scroll{
    position: absolute;
    bottom: 40px;
    left: 940px;
}
.section01 .right .xoil-logo{
    position: absolute;
    bottom: 60px;
    right: 80px;
}

/* ====================================== section01 - end ====================================== */

/* ====================================== section02 ====================================== */

.section02{
    position: relative;
    width: 100%;
    height: 270px;
    background: url(../img/section/sec02-bg.png) no-repeat;
    background-size: cover;

    display: flex;
    justify-content: space-between;

    overflow: hidden;
    transition: all 0.5s;
}
.section02.active{
    position: relative;
    width: 100%;
    height: 540px;
    background:  url(../img/section/sec02-bg02.png) no-repeat right,url(../img/section/sec02-bg.png) no-repeat;
    background-size: 32%, cover;

    display: flex;
    justify-content: space-between;

    overflow: hidden;
    transition: all 0.5s;
}
.section02 .left{
    display: flex;
    align-items: center;
    margin-left: 80px;
    opacity: 0;
    transition: all 0.5s;
}
.section02.active .left{
    display: flex;
    align-items: center;
    margin-left: 80px;
    opacity: 1;
    transition: all 0.5s;
}
.section02 .left .number p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section02 .left .number span{
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
}
.section02 .right{
    text-align: right;
    margin-right: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.section02 .right h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translate(-77rem,65px);
}
.section02.active .right h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translate(0,0);
}
.section02 .right p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 0;
    transition: all 0.5s;
}
.section02.active .right p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 1;
    transition: all 0.5s;
}
.section02 .right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
}
.section02.active .right a{
    opacity: 1;
}
.section02 .right a:hover{
    background: #FFFFFF;
    color: #181818;
}

/* ====================================== section02 - end ====================================== */

/* ====================================== section03 ====================================== */

.section03{
    position: relative;
    width: 100%;
    height: 270px;
    background:  url(../img/section/sec03-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section03.active{
    position: relative;
    width: 100%;
    height: 540px;
    background:  url(../img/section/sec03-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section03 .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 0;
    transition: all 0.5s;
}
.section03.active .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 1;
    transition: all 0.5s;
}
.section03 .left-01 .number p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section03 .left-01 .number span{
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
}
.section03 .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 141px;
    margin-left: 200px;
}
.section03 .left h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translateY(-40px);
}
.section03.active .left h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translateY(0px);
}
.section03 .left p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 0;
    transition: all 0.5s;
}
.section03.active .left p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 1;
    transition: all 0.5s;
}
.section03 .left a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
}
.section03.active .left a{
    opacity: 1;
}
.section03 .left a:hover{
    background: #FFFFFF;
    color: #181818;
}

/* ====================================== section03 - end ====================================== */

/* ====================================== section04 ====================================== */

.section04{
    position: relative;
    width: 100%;
    height: 270px;
    background:  url(../img/section/sec04-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section04.active{
    position: relative;
    width: 100%;
    height: 540px;
    background:  url(../img/section/sec04-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section04 .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 0;
    transition: all 0.5s;
}
.section04.active .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 1;
    transition: all 0.5s;
}
.section04 .left-01 .number p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section04 .left-01 .number span{
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
}
.section04 .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding-top: 141px;
    margin-right: 200px;
}
.section04 .right h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translate(-76rem,-40px);
}
.section04.active .right h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translate(0,0);
}
.section04 .right p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 0;
    transition: all 0.5s;
}
.section04.active .right p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 1;
    transition: all 0.5s;
}
.section04 .right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
}
.section04.active .right a{
    opacity: 1;
}
.section04 .right a:hover{
    background: #FFFFFF;
    color: #181818;
}

/* ====================================== section04 - end ====================================== */

/* ====================================== section05 ====================================== */

.section05{
    position: relative;
    width: 100%;
    height: 270px;
    background:  url(../img/section/sec05-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section05.active{
    position: relative;
    width: 100%;
    height: 540px;
    background:  url(../img/section/sec05-bg.jpg) no-repeat right;
    background-size: cover;

    overflow: hidden;
    transition: all 0.5s;
}
.section05 .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 0;
    transition: all 0.5s;
}
.section05.active .left-01{
    position: absolute;
    display: flex;
    align-items: center;
    margin-left: 80px;
    top: 238px;
    opacity: 1;
    transition: all 0.5s;
}
.section05 .left-01 .number p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}
.section05 .left-01 .number span{
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
}
.section05 .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 141px;
    margin-left: 200px;
}
.section05 .left h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translateY(-40px);
}
.section05.active .left h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.5s;
    transform: translateY(0px);
}
.section05 .left p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 0;
    transition: all 0.5s;
}
.section05.active .left p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin: 30px 0;
    opacity: 1;
    transition: all 0.5s;
}
.section05 .left a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    opacity: 0;
}
.section05.active .left a{
    opacity: 1;
}
.section05 .left a:hover{
    background: #FFFFFF;
    color: #181818;
}

/* ====================================== section05 - end ====================================== */

/* ====================================== section06 ====================================== */

.section06{
    position: relative;
    width: 100%;
    height: 1080px;
    background:url(../img/section/sec06-bg.jpg);
    background-size: cover;
    z-index: 0;
}
.section06 .bg{
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.section06 .top{
    padding-top: 198px;
}
.section06 .top h3{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: -0.05em;
    color: #181818;
    text-align: center;
}
.section06 .top p{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #181818;
    margin-top: 80px;
    margin-bottom: 80px;
}
.section06 .bottom{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.section06 .bottom .cont01{
    width: 365px;
    height: 365px;
    background: url(../img/section/about-mask01.png) no-repeat center center,url(../img/section/about-cont01.png) no-repeat center center;
    background-size: 100%, 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.section06 .bottom .cont01:hover{
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.6));
}
.section06 .bottom .cont01:hover a:nth-child(1){
    opacity: 0;
}
.section06 .bottom .cont01:hover a:nth-child(2){
    opacity: 1;
}
.section06 .bottom .cont01 a:nth-child(2){
    position: absolute;
    opacity: 0;
}
.section06 .bottom .cont01 a{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s;
}
.section06 .bottom .cont02{
    width: 365px;
    height: 365px;
    background: url(../img/section/about-mask02.png) no-repeat center center,url(../img/section/about-cont02.png) no-repeat center center;
    background-size: 100%, 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
    transition: all 0.3s;
}
.section06 .bottom .cont02:hover{
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.6));
}
.section06 .bottom .cont02:hover a:nth-child(1){
    opacity: 0;
}
.section06 .bottom .cont02:hover a:nth-child(2){
    opacity: 1;
}
.section06 .bottom .cont02 a:nth-child(2){
    position: absolute;
    opacity: 0;
}
.section06 .bottom .cont02 a{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s;
}
.section06 .bottom .cont03{
    width: 365px;
    height: 365px;
    background: url(../img/section/about-mask03.png) no-repeat center center,url(../img/section/about-cont03.png) no-repeat center center;
    background-size: 100%, 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.section06 .bottom .cont03:hover{
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.6));
}
.section06 .bottom .cont03:hover a:nth-child(1){
    opacity: 0;
}
.section06 .bottom .cont03:hover a:nth-child(2){
    opacity: 1;
}
.section06 .bottom .cont03 a:nth-child(2){
    position: absolute;
    opacity: 0;
}
.section06 .bottom .cont03 a{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s;
}

/* ====================================== section06 - end ====================================== */

/* ====================================== footer ====================================== */

.footer{
    width: 100%;
    /* height: 346px; */
    padding-bottom: 60px;
    background: #181818;
    display: flex;
}
.footer .left{
    padding-top: 145px;
    margin-left: 200px;
}
.footer .center01{
    padding-top: 103px;
    margin-left: 188px;
}
.footer .center01 ul li{
    margin-bottom: 20px;
}
.footer .center01 ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer .center02{
    padding-top: 103px;
    margin-left: 207px;
}
.footer .center02_mo{
    display: none;
}
.footer .center02 p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer .center02 p{
    margin-bottom: 20px;
}
.footer .right{
    padding-top: 183px;
    margin-left: 188px;
}
/* ====================================== footer - end ====================================== */

/* ====================================== top-btn ====================================== */

.top-btn{
    width: 100px;
    height: 100px;
    background: rgba(216, 12, 24, 0.5);
    position: fixed;
    bottom: 0px;
    right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.top-btn a{
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-btn a p{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-top: 10px;
}

/* ====================================== top-btn - end ====================================== */

/* ====================================== lubricating-oil ====================================== */
.lubricating-oil{
    padding-top: 200px;
    background: #000;
    overflow: hidden;
}
.lubricating-oil-01{
    width: 100%;
    height: 1199px;
    background: url(../img/product/lubricating-oil-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.lubricating-oil-01 .text img{
    position: absolute;
}
.lubricating-oil-01 .text img:nth-child(1){
    top: 91px;
    left: 128px;
}
.lubricating-oil-01 .text img:nth-child(2){
    top: 170px;
    left: 141px;

}
.lubricating-oil-01 .text img:nth-child(3){
    top: 785px;
    left: 255px;

}

.lubricating-oil-02{
    width: 100%;
    height: 1199px;
    background: url(../img/product/lubricating-oil-02-01.png) no-repeat center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-02 .top{
    margin-top: 281px;
}
.lubricating-oil-02 .center{
    margin: 100px 0;
    padding: 0 100px;
}
.lubricating-oil-02 .center .center-top{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.lubricating-oil-02 .center .center-bottom{
    display: flex;
    justify-content: center;
}
.lubricating-oil-02 .center .center-top p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-02 .center .center-top span{
    width: 2px;
    height: 110px;
    background: #fff;
    margin: 0 50px;
}
.lubricating-oil-02 .center .center-bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-02 .center .center-bottom span{
    width: 2px;
    height: 110px;
    background: #fff;
    margin: 0 50px;
}
.lubricating-oil-02 .bottom h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #D80C18;
}

.lubricating-oil-03{
    width: 100%;
    height: 1280px;
    background: url(../img/product/lubricating-oil-03.png) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-03 .top{
    margin-top: 448px;
    margin-bottom: 115px;
}
.lubricating-oil-03 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
}
.lubricating-oil-03 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
}
.lubricating-oil-03 .bottom p span.black{
    background: #000;
    color: #fff;
}
.lubricating-oil-03 .bottom p span.bold{
    font-weight: 800;
}

.lubricating-oil-04{
    width: 100%;
    height: 932px;
    background: url(../img/product/lubricating-oil-04.png) no-repeat center center;
    background-size: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-04 .top{
    margin-top: 200px;
}
.lubricating-oil-04 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-04 .bottom{
    margin-top: 130px;
}
.lubricating-oil-04 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.lubricating-oil-05{
    width: 100%;
    height: 1220px;
    background: url(../img/product/lubricating-oil-05.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-05 .top{
    margin-top: 184px;
}
.lubricating-oil-05 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #D80C18;
}
.lubricating-oil-05 .bottom{
    margin-top: 100px;
}
.lubricating-oil-05 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.lubricating-oil-06{
    width: 100%;
    height: 1074px;
    background: url(../img/product/lubricating-oil-06.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-06 .top{
    margin-top: 392px;
}
.lubricating-oil-06 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-06 .bottom{
    margin-top: 100px;
}
.lubricating-oil-06 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-07{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-07 .top{
    margin-top: 94px;
}
.lubricating-oil-07 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #D80C18;
}
.lubricating-oil-07 .top p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 40px;
}
.lubricating-oil-07 .bottom{
    margin-top: 80px;
    width: 1700px;
    border-top: 1px solid #fff;
}
.lubricating-oil-07 .bottom .bottom-cont{
    width: 1400px;
    display: flex;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
.lubricating-oil-07 .bottom .bottom-cont .left{
    margin-left: 159px;
}
.lubricating-oil-07 .bottom .bottom-cont .right{
    margin-left: 100px;
}
.lubricating-oil-07 .bottom .bottom-cont .right h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.lubricating-oil-07 .bottom .bottom-cont .right h4{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-07 .bottom .bottom-cont .right>p:nth-child(3){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: 84px;
    height: 43px;
    background: #D80C18;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.lubricating-oil-07 .bottom .bottom-cont .right>p:nth-child(4){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 12px;
}
.lubricating-oil-07 .bottom .bottom-cont .right .textbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.lubricating-oil-07 .bottom .bottom-cont .right .textbox p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /* line-height: 65px; */
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 12px 12px;
}
.lubricating-oil-07 .bottom .bottom-cont .right .textbox p{
    margin-right: 15px;
    margin-bottom: 10px;
}
.lubricating-oil-07 .bottom .bottom-cont04{
    border-bottom: 0;
}
.lubricating-oil-line{
    position: relative;
    width: 100%;
    height: 448px;
    /* background: #fff; */
    z-index: 1;
}
.lubricating-oil-line01{
    width: 1115.55px;
    height: 448px;
    border-top: 5px solid #D80C18;
    transform: rotate(14.91deg);
    position: absolute;
    box-sizing: border-box;
    left: -4%;
    top: 135px;
    background: linear-gradient(336deg, transparent 406px, #fff 0);
    z-index: 2;
}
.lubricating-oil-line01::after{
    content: "";
    width: 2000px;
    height: 5px;
    background: #D80C18;
    transform: rotate(336deg);
    position: absolute;
    box-sizing: border-box;
    left: 0%;
    top: 47px;
}
.lubricating-oil-line02{
    width: 100%;
    height: 448px;
    position: absolute;
    box-sizing: border-box;
    left: 0%;
    top: 52.4px;
    background: linear-gradient(170.9deg, transparent 406px, #fff 0);
    z-index: 1;
}
.lubricating-oil-08{
    width: 100%;
    height: 1199px;
    background: url(../img/product/lubricating-oil-08.png) no-repeat center right, #fff;
    position: relative;
    z-index: 0;
}
.lubricating-oil-08 img{
    position: absolute;
}
.lubricating-oil-08 img:nth-child(1){
    left: 128px;
    top: 421.99px;
}
.lubricating-oil-08 img:nth-child(2){
    left: 141px;
    top: 557.88px;
}
.lubricating-oil-08 img:nth-child(3){
    left: 255px;
    top: 839.7px;
}

.lubricating-oil-09{
    width: 100%;
    height: 1080px;
    background: url(../img/product/lubricating-oil-09.jpg) no-repeat center center;
}
.lubricating-oil-09 .textbox{
    margin-left: 945px;
    padding-top: 381px;
}
.lubricating-oil-09 .textbox h3{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 180px;
    letter-spacing: -0.01em;
    color: #D80C18;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.lubricating-oil-09 .textbox p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-left: 100px;
}

.lubricating-oil-10{
    width: 100%;
    height: 1080px;
    background: url(../img/product/lubricating-oil-10.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lubricating-oil-10 .textbox{
    text-align: center;
}
.lubricating-oil-10 .textbox h3{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 180px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.lubricating-oil-10 .textbox p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
.lubricating-oil-10 .textbox p span{
    font-weight: 800;
}

.lubricating-oil-11{
    width: 100%;
    height: 932px;
    background: url(../img/product/lubricating-oil-04.png) no-repeat center center;
    background-size: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-11 .top{
    margin-top: 200px;
}
.lubricating-oil-11 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.lubricating-oil-11 .bottom{
    margin-top: 130px;
}
.lubricating-oil-11 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.lubricating-oil-12{
    width: 100%;
    height: 1220px;
    background: url(../img/product/lubricating-oil-05.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lubricating-oil-12 .top{
    margin-top: 184px;
}
.lubricating-oil-12 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #D80C18;
}
.lubricating-oil-12 .bottom{
    margin-top: 100px;
}
.lubricating-oil-12 .bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.lubricating-oil-13{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/product/lubricating-oil-13.png) no-repeat center center, #fff;
    background-attachment: fixed;
}
.lubricating-oil-13 .top{
    margin-top: 94px;
}
.lubricating-oil-13 .top h3{
    font-family: 'IBM Plex Sans KR';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 108px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #D80C18;
}
.lubricating-oil-13 .top p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #181818;
    margin-top: 40px;
}
.lubricating-oil-13 .bottom{
    margin-top: 80px;
    width: 1700px;
    border-top: 1px solid #dddddd;
}
.lubricating-oil-13 .bottom .bottom-cont{
    width: 1400px;
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
.lubricating-oil-13 .bottom .bottom-cont .left{
    margin-left: 159px;
}
.lubricating-oil-13 .bottom .bottom-cont .right{
    margin-left: 100px;
}
.lubricating-oil-13 .bottom .bottom-cont .right h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #181818;
    margin-bottom: 5px;
}
.lubricating-oil-13 .bottom .bottom-cont .right h4{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #181818;
}
.lubricating-oil-13 .bottom .bottom-cont .right>p:nth-child(3){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: 84px;
    height: 43px;
    background: #D80C18;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.lubricating-oil-13 .bottom .bottom-cont .right>p:nth-child(4){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #181818;
    margin-top: 12px;
}
.lubricating-oil-13 .bottom .bottom-cont .right .textbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.lubricating-oil-13 .bottom .bottom-cont .right .textbox p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /* line-height: 65px; */
    letter-spacing: -0.01em;
    color: #181818;
    border: 1px solid #181818;
    padding: 12px 12px;
}
.lubricating-oil-13 .bottom .bottom-cont .right .textbox p{
    margin-right: 15px;
    margin-bottom: 10px;
}
.lubricating-oil-13 .bottom .bottom-cont06{
    border-bottom: 0;
}

/* ====================================== lubricating-oil - end ====================================== */

/* ====================================== greetings ====================================== */

.greetings-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/about/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.greetings-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.greetings-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.greetings-section .subnav ul li{
    margin-left: 40px;
}
.greetings-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.greetings-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.greetings-section .subnav ul li a:hover{
    color: #D80C18;
}
.greetings-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.greetings-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.greetings-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.greetings-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.greetings-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.greetings-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.greetings-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.greetings-section .content .bottom{
    width: 1500px;
    margin: 0 auto;
    display: flex;
}
.greetings-section .content .bottom .bottom-left{
    margin-right: 71.83px;
    position: relative;
}
.greetings-section .content .bottom .bottom-left .bg{
    width: 389.45px;
    height: 389.45px;
    background: #D80C18;
    position: absolute;
    z-index: -1;
}
.greetings-section .content .bottom .bottom-left img{
    position: relative;
    top: 92px;
    left: 142px;
}
.greetings-section .content .bottom .bottom-right{
    padding-top: 110px;
    margin-left: 142px;
}
.greetings-section .content .bottom .bottom-right>p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
}
.greetings-section .content .bottom .bottom-right .line{
    margin-top: 52px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.greetings-section .content .bottom .bottom-right .line h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-right: 20px;
}
.greetings-section .content .bottom .bottom-right .line span{
    width: 73%;
    height: 1px;
    background: #666666;
    display: block;
}
.greetings-section .content .bottom .bottom-right .textbox{
    display: flex;
    flex-wrap: wrap;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont{
    width: 360px;
    height: 107.3px;
    display: flex;
    align-items: center;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 28px;
    color: #000000;
    margin-left: 30px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(1) p{
    margin-left: 63px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(2) p{
    margin-left: 89px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(3) p{
    margin-left: 89px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(4) p{
    margin-left: 59px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(1){
    background: url(../img/about/greetiogs02.svg) no-repeat center center;
    margin-right: 60px;
    margin-bottom: 20.65px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(2){
    background: url(../img/about/greetiogs03.svg) no-repeat center center;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(3){
    background: url(../img/about/greetiogs03.svg) no-repeat center center;
    margin-right: 60px;
}
.greetings-section .content .bottom .bottom-right .textbox .text-cont:nth-child(4){
    background: url(../img/about/greetiogs02.svg) no-repeat center center;
}
/* ====================================== greetings - end ====================================== */

/* ====================================== history ====================================== */

.history-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/about/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.history-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.history-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.history-section .subnav ul li{
    margin-left: 40px;
}
.history-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.history-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.history-section .subnav ul li a:hover{
    color: #D80C18;
}
.history-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.history-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.history-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.history-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.history-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.history-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.history-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.history-section .content .bottom{
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.history-section .content .bottom .bottom-right{
    margin-left: 120px;
    padding-top: 40px;
}
.history-section .content .bottom .bottom-right .history-cont{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.history-section .content .bottom .bottom-right .history-cont:last-child{
    margin-bottom: 0;
}
.history-section .content .bottom .bottom-right .history-cont h3{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 84px;
    color: #D80C18;
    width: 128px;
    text-align: right;
}
.history-section .content .bottom .bottom-right .history-cont p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #181818;
}
.history-section .content .bottom .bottom-right .history-cont p span{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}
.history-section .content .bottom .bottom-right .history-cont>span{
    display: block;
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    border: 3px solid #D80C18;
    box-sizing: border-box;
    border-radius: 50px;
    position: relative;
    margin-left: 50px;
    margin-right: 30px;
}
.history-section .content .bottom .bottom-right .history-cont>span::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 200px;
    background: #999999;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
.history-section .content .bottom .bottom-right .history-cont:last-child>span::after{
    display: none;
}
/* ====================================== history - end ====================================== */

/* ====================================== location ====================================== */

.location-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/about/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.location-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.location-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.location-section .subnav ul li{
    margin-left: 40px;
}
.location-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.location-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.location-section .subnav ul li a:hover{
    color: #D80C18;
}
.location-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.location-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.location-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.location-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.location-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.location-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.location-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.location-section .content .bottom{
    width: 1410px;
    margin: 0 auto;
    display: flex;
}
.location-section .content .bottom .bottom-left{
    margin-right: 60px;
}
.location-section .content .bottom .bottom-left iframe{
    width: 800px;
    height: 500px;
}
.location-section .content .bottom .bottom-right .bottom-right-top{
    margin: 60px 0;
}
.location-section .content .bottom .bottom-right .bottom-right-mid01{
    margin-bottom: 40px;
}
.location-section .content .bottom .bottom-right .bottom-right-mid01 h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 27px;
    color: #D80C18;
    margin-bottom: 40px;
}
.location-section .content .bottom .bottom-right .bottom-right-mid02{
    margin-bottom: 40px;
}
.location-section .content .bottom .bottom-right .bottom-right-mid02 p{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
    display: flex;
    align-items: center;
}
.location-section .content .bottom .bottom-right .bottom-right-mid02 p span{
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    display: block;
    margin: 0 15px;
}
.location-section .content .bottom .bottom-right .bottom-right-mid02 p:nth-child(1){
    margin-bottom: 10px;
}
.location-section .content .bottom .bottom-right .bottom-right-bottom p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}
/* ====================================== location - end ====================================== */

/* ====================================== certification ====================================== */

.certification-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/about/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.certification-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.certification-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.certification-section .subnav ul li{
    margin-left: 40px;
}
.certification-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.certification-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.certification-section .subnav ul li a:hover{
    color: #D80C18;
}
.certification-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.certification-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.certification-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.certification-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.certification-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.certification-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.certification-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.certification-section .content .mid{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
.certification-section .content .mid .navs{
    margin-bottom: 10px;
}
.certification-section .content .mid .navs ul{
    display: flex;
    justify-content: center;
}
.certification-section .content .mid .navs ul li:nth-child(2){
    margin: 0 120px;
}
.certification-section .content .mid .navs ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #181818;
    position: relative;
}

.certification-section .content .mid .navs ul li a::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
    transition: all 0.3s;
}

.certification-section .content .mid .navs ul li a:hover::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
}
.certification-section .content .mid .navs ul li.active a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
}
.certification-section .content .bottom{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 120px;
    margin-bottom: 180px;
}
.certification-section .content .bottom .cont-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 80px;
}
.certification-section .content .bottom .cont-box:nth-child(4),
.certification-section .content .bottom .cont-box:nth-child(8){
    margin-right: 0;
}
.certification-section .content .bottom .cont-box p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #181818;
    margin-top: 20px;
}

/* ====================================== certification - end ====================================== */

/* ====================================== brand story ====================================== */

.brandstory-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/community/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.brandstory-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.brandstory-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.brandstory-section .subnav ul li{
    margin-left: 40px;
}
.brandstory-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.brandstory-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.brandstory-section .subnav ul li a:hover{
    color: #D80C18;
}
.brandstory-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.brandstory-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.brandstory-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.brandstory-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.brandstory-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.brandstory-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.brandstory-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.brandstory-section .content .bottom{
    width: 1500px;
    margin: 0 auto;
    display: flex;
}
.brandstory-section .content .bottom .bottom-left{
    position: relative;
    margin-right: 45px;
}
.brandstory-section .content .bottom .bottom-left .bg{
    width: 70px;
    height: 250px;
    background: #D80C18;
    position: absolute;
    z-index: -1;
}
.brandstory-section .content .bottom .bottom-left h3{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 145px;
    letter-spacing: 0.1em;
    color: #000000;
    padding-left: 45px;
    padding-top: 20px;
}
.brandstory-section .content .bottom .bottom-right{
    padding-top: 35px;
}
.brandstory-section .content .bottom .bottom-right h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #181818;
    margin-bottom: 50px;
}
.brandstory-section .content .bottom .bottom-right h3 span{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #D80C18;
    position: relative;
    top: 15px;
}
.brandstory-section .content .bottom .bottom-right h3 span:nth-child(1){
    margin-right: 5px;
}
.brandstory-section .content .bottom .bottom-right h3 span:nth-child(2){
    margin-left: 5px;
}
.brandstory-section .content .bottom .bottom-right p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #181818;
    margin-left: 20px;
}

.brandstory-section .content .organization-wrap{
    height: 747px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brandstory-section .content .organization-wrap .organization-big01{
    width: 208px;
    height: 208px;
    border: 5px solid #D80C18;
    box-sizing: border-box;
    border-radius: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
}
.brandstory-section .content .organization-wrap .organization-big01::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.brandstory-section .content .organization-wrap .organization-big01 h3{
    font-family: 'Agency FB';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #181818;
}

.brandstory-section .content .organization-wrap .organization-big02{
    width: 180px;
    height: 180px;
    border: 5px solid #D80C18;
    box-sizing: border-box;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
    left: -200px;
}
.brandstory-section .content .organization-wrap .organization-big02::after{
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.brandstory-section .content .organization-wrap .organization-big02::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #D80C18;
    border-radius: 10px;
    right: -25px;
}
.brandstory-section .content .organization-wrap .organization-big02 h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 27px;
    color: #181818;
}
.brandstory-section .content .organization-wrap .organization-small{
    display: flex;
    margin-top: 130px;
}
.brandstory-section .content .organization-wrap .organization-small .smalls{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.brandstory-section .content .organization-wrap .organization-small .smalls::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #D80C18;
    border-radius: 10px;
    top: -20px;
}
.brandstory-section .content .organization-wrap .organization-small .smalls:nth-child(2){
    margin: 0 120px;
}
.brandstory-section .content .organization-wrap .organization-small .smalls:nth-child(4){
    margin: 0 120px;
}
.brandstory-section .content .organization-wrap .organization-small .smalls:nth-child(6){
    margin-left: 120px;
}
.brandstory-section .content .organization-wrap .organization-small .smalls p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #181818;
    margin-top: 20px;
    text-align: center;
}
.brandstory-section .content .organization-wrap .organization-small .smalls .cer{
    width: 140px;
    height: 140px;
    border-radius: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brandstory-section .content .organization-wrap .organization-small .smalls .cer h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #181818;
}
.brandstory-section .content .organization-wrap .organization-small .smalls .cer img{
    margin-bottom: 10px;
}
.brandstory-section .content .organization-wrap .lines .line{
    position: absolute;
    width: 1px;
    height: 260px;
    background: #666666;
    left: 0;
    z-index: -1;
}
.brandstory-section .content .organization-wrap .line:nth-child(1){
    left: unset;
    top: 208px;
}
.brandstory-section .content .organization-wrap .line:nth-child(2){
    width: 82px;
    height: 1px;
    left: 870px;
    top: 338px;
}
.brandstory-section .content .organization-wrap .line:nth-child(3){
    width: 1308px;
    height: 1px;
    left: 298px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(4){
    width: 1px;
    height: 38px;
    left: 298px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(5){
    width: 1px;
    height: 38px;
    left: 558px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(6){
    width: 1px;
    height: 38px;
    left: 818px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(7){
    width: 1px;
    height: 38px;
    left: 1078px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(8){
    width: 1px;
    height: 38px;
    left: 1342px;
    top: 467px;
}
.brandstory-section .content .organization-wrap .line:nth-child(9){
    width: 1px;
    height: 38px;
    left: 1605px;
    top: 467px;
}
/* ====================================== brand story - end ====================================== */

/* ====================================== board ====================================== */

.board-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/community/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.board-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.board-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.board-section .subnav ul li{
    margin-left: 40px;
}
.board-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.board-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.board-section .subnav ul li a:hover{
    color: #D80C18;
}
.board-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.board-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.board-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.board-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.board-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.board-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.board-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.board-section .content .bottom{
    width: 1200px;
    margin: 0 auto;
}

.board-section .content .bottom .total-wrap{
    width: 100%;
    height: 80px;
    background: #F9F9F9;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.board-section .content .bottom .total-wrap h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #333333;
    margin: 0;
    margin-left: 30px;
    margin-right: 10px;
}
.board-section .content .bottom .total-wrap p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #666666;
    margin: 0;
}

.board-section .content .bottom .table table{
    width: 100%;
    border-collapse: collapse;
}
.board-section .content .bottom .table table thead tr{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.05em;
    color: #333333;
}
.board-section .content .bottom .table table thead tr th{
    padding: 20px 25px;
    border-top: 2px solid #D80C18;
    border-bottom: 1px solid #C9C9C9;
}
.board-section .content .bottom .table table thead tr .th01{
    width: 15%;
}
.board-section .content .bottom .table table thead tr .th02{
    width: 70%;
    position: relative;
}
.board-section .content .bottom .table table thead tr .th02::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.board-section .content .bottom .table table thead tr .th02::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.board-section .content .bottom .table table thead tr .th03{
    width: 15%;
}
.board-section .content .bottom .table table tbody{
    text-align: center;
}
.board-section .content .bottom .table table tbody tr{
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.05em;
    color: #666666;
}
.board-section .content .bottom .table table tbody tr td:nth-child(1){
    padding: 20px 25px;
}
.board-section .content .bottom .table table tbody tr td a{
    transition: all 0.2s;
}
.board-section .content .bottom .table table tbody tr td a:hover{
    color: #D80C18;
}
.board-section .content .bottom .table .pageing{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 150px;
}
.board-section .content .bottom .table .pageing .num{
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.board-section .content .bottom .table .pageing .num.on{
    background: #D80C18;
}
.board-section .content .bottom .table .pageing .num.on a{
    color: #fff;
}
.board-section .content .bottom .table .pageing .num:last-child{
    margin: 0;
}
.board-section .content .bottom .table .pageing .num a{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #C9C9C9;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.board-section .content .bottom .table .pageing .num:hover{
    background: #D80C18;
}
.board-section .content .bottom .table .pageing .num:hover a{
    color: #fff;
}


/* ====================================== board - end ====================================== */
/* ====================================== board-detail ====================================== */

.board-detail-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/community/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.board-detail-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.board-detail-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.board-detail-section .subnav ul li{
    margin-left: 40px;
}
.board-detail-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.board-detail-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.board-detail-section .subnav ul li a:hover{
    color: #D80C18;
}
.board-detail-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.board-detail-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.board-detail-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.board-detail-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.board-detail-section .content>.top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.board-detail-section .content>.top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.board-detail-section .content>.top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.board-detail-section .content>.bottom{
    width: 1200px;
    margin: 0 auto;
}

.board-detail-section .content .bottom .notice_text_content_detail .detail_top{
    border-top: 2px solid #D80C18;
    border-bottom: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_top h3{
    margin: 41px 0;
    margin-left: 20px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #333333;
}

.board-detail-section .content .bottom .notice_text_content_detail .detail_mid{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid h3{
    font-family: 'NanumSquare';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid h3:nth-child(1){
    margin-left: 20px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid p{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid span{
    width: 1px;
    height: 18px;
    background: #C9C9C9;
    margin: 0 20px;
}

.board-detail-section .content .bottom .notice_text_content_detail .detail_mid02{
    display: flex;
    align-items: center;
    background: #F9F9F9;
    border-bottom: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid02 h3{
    font-family: 'NanumSquare';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 24px 20px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid02 span{
    width: 1px;
    height: 18px;
    background: #C9C9C9;
    margin-right: 20px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid02 p{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    margin-right: 5px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_mid02 span.pdf{
    width: unset;
    height: unset;
    background: unset;
    margin-right: unset;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #D80C18;
    margin-right: 30px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_main{
    border-bottom: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_main p{
    margin: 80px 40px;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.board-detail-section .content .bottom .notice_text_content_detail .btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 60px;
}
.board-detail-section .content .bottom .notice_text_content_detail .btn a{
    width: 130px;
    height: 50px;
    color: #fff;
    background: #D80C18;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top{
    display: flex;
    background: #F9F9F9;
    border-top: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left{
    display: flex;
    width: 10%;
    margin: 24px 85px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a{
    display: flex;
    align-items: center;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a h3{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a span{
    font-family: 'NanumSquare';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-left: 20px;
    transform: rotate(90deg);
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right{
    width: 90%;
    display: flex;
    align-items: center;
    background: #fff;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right a{
    margin-left: 50px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right a p{
    margin: 0;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom{
    display: flex;
    margin-bottom: 150px;
    background: #F9F9F9;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left{
    display: flex;
    width: 10%;
    margin: 24px 85px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a{
    display: flex;
    align-items: center;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a h3{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a span{
    font-family: 'NanumSquare';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-left: 22px;
    transform: rotate(270deg);
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right{
    width: 90%;
    display: flex;
    align-items: center;
    background: #fff;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right a{
    margin-left: 50px;
}
.board-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right a p{
    margin: 0;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

/* ====================================== board-detail - end ====================================== */

/* ====================================== notice ====================================== */

.notice-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/service/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.notice-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.notice-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.notice-section .subnav ul li{
    margin-left: 40px;
}
.notice-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.notice-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.notice-section .subnav ul li a:hover{
    color: #D80C18;
}
.notice-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.notice-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.notice-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.notice-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.notice-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.notice-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.notice-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.notice-section .content .bottom{
    width: 1200px;
    margin: 0 auto;
}

.notice-section .content .bottom .total-wrap{
    width: 100%;
    height: 80px;
    background: #F9F9F9;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.notice-section .content .bottom .total-wrap h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #333333;
    margin: 0;
    margin-left: 30px;
    margin-right: 10px;
}
.notice-section .content .bottom .total-wrap p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #666666;
    margin: 0;
}

.notice-section .content .bottom .table table{
    width: 100%;
    border-collapse: collapse;
}
.notice-section .content .bottom .table table thead tr{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.05em;
    color: #333333;
}
.notice-section .content .bottom .table table thead tr th{
    padding: 20px 25px;
    border-top: 2px solid #D80C18;
    border-bottom: 1px solid #C9C9C9;
}
.notice-section .content .bottom .table table thead tr .th01{
    width: 15%;
}
.notice-section .content .bottom .table table thead tr .th02{
    width: 70%;
    position: relative;
}
.notice-section .content .bottom .table table thead tr .th02::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.notice-section .content .bottom .table table thead tr .th02::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.notice-section .content .bottom .table table thead tr .th03{
    width: 15%;
}
.notice-section .content .bottom .table table tbody{
    text-align: center;
}
.notice-section .content .bottom .table table tbody tr{
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.05em;
    color: #666666;
}
.notice-section .content .bottom .table table tbody tr td:nth-child(1){
    padding: 20px 25px;
}
.notice-section .content .bottom .table table tbody tr td a{
    transition: all 0.2s;
}
.notice-section .content .bottom .table table tbody tr td a:hover{
    color: #D80C18;
}
.notice-section .content .bottom .table .pageing{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 150px;
}
.notice-section .content .bottom .table .pageing .num{
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.notice-section .content .bottom .table .pageing .num.on{
    background: #D80C18;
}
.notice-section .content .bottom .table .pageing .num.on a{
    color: #fff;
}
.notice-section .content .bottom .table .pageing .num:last-child{
    margin: 0;
}
.notice-section .content .bottom .table .pageing .num a{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #C9C9C9;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.notice-section .content .bottom .table .pageing .num:hover{
    background: #D80C18;
}
.notice-section .content .bottom .table .pageing .num:hover a{
    color: #fff;
}


/* ====================================== notice - end ====================================== */

/* ====================================== notice-detail ====================================== */

.notice-detail-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/service/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.notice-detail-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.notice-detail-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.notice-detail-section .subnav ul li{
    margin-left: 40px;
}
.notice-detail-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.notice-detail-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.notice-detail-section .subnav ul li a:hover{
    color: #D80C18;
}
.notice-detail-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.notice-detail-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.notice-detail-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.notice-detail-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.notice-detail-section .content>.top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.notice-detail-section .content>.top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.notice-detail-section .content>.top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.notice-detail-section .content>.bottom{
    width: 1200px;
    margin: 0 auto;
}

.notice-detail-section .content .bottom .notice_text_content_detail .detail_top{
    border-top: 2px solid #D80C18;
    border-bottom: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_top h3{
    margin: 41px 0;
    margin-left: 20px;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #333333;
}

.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid h3{
    font-family: 'NanumSquare';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid h3:nth-child(1){
    margin-left: 20px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid p{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid span{
    width: 1px;
    height: 18px;
    background: #C9C9C9;
    margin: 0 20px;
}

.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid02{
    display: flex;
    align-items: center;
    background: #F9F9F9;
    border-bottom: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid02 h3{
    font-family: 'NanumSquare';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 24px 20px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid02 span{
    width: 1px;
    height: 18px;
    background: #C9C9C9;
    margin-right: 20px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid02 p{
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    margin-right: 5px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_mid02 span.pdf{
    width: unset;
    height: unset;
    background: unset;
    margin-right: unset;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #D80C18;
    margin-right: 30px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_main{
    border-bottom: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_main p{
    margin: 80px 40px;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.notice-detail-section .content .bottom .notice_text_content_detail .btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 60px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .btn a{
    width: 130px;
    height: 50px;
    color: #fff;
    background: #D80C18;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top{
    display: flex;
    background: #F9F9F9;
    border-top: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left{
    display: flex;
    width: 10%;
    margin: 24px 85px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a{
    display: flex;
    align-items: center;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a h3{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .left a span{
    font-family: 'NanumSquare';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-left: 20px;
    transform: rotate(90deg);
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right{
    width: 90%;
    display: flex;
    align-items: center;
    background: #fff;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right a{
    margin-left: 50px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .top .right a p{
    margin: 0;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom{
    display: flex;
    margin-bottom: 150px;
    background: #F9F9F9;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left{
    display: flex;
    width: 10%;
    margin: 24px 85px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a{
    display: flex;
    align-items: center;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a h3{
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 0;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .left a span{
    font-family: 'NanumSquare';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-left: 22px;
    transform: rotate(270deg);
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right{
    width: 90%;
    display: flex;
    align-items: center;
    background: #fff;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right a{
    margin-left: 50px;
}
.notice-detail-section .content .bottom .notice_text_content_detail .detail_bottom .bottom .right a p{
    margin: 0;
    font-family: 'NanumSquare';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

/* ====================================== notice-detail - end ====================================== */

/* ====================================== inquiry ====================================== */

.inquiry-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/service/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.inquiry-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.inquiry-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.inquiry-section .subnav ul li{
    margin-left: 40px;
}
.inquiry-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.inquiry-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.inquiry-section .subnav ul li a:hover{
    color: #D80C18;
}
.inquiry-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.inquiry-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.inquiry-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}




.inquiry-section .content .store_content{
    width: 1200px;
    margin: 0 auto;
}
.inquiry-section .content .store_content .store_title_content{
    text-align: left;
    margin: 100px 0;
    margin-bottom: 49px;
}

.inquiry-section .content .store_content .store_title_content h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 75px;
    line-height: 90px;
    color: #333333;
    margin: 0;
}
.inquiry-section .content .store_content .store_text_content{
    display: flex;
    margin-bottom: 150px;
}
.inquiry-section .content .store_content .store_text_content .left{
    position: relative;
    width: 47%;
    margin-right: 3%;
}
.inquiry-section .content .store_content .store_text_content .left::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 365px;
    background: #D80C18;
    left: -30px;
    top: 0;
}
.inquiry-section .content .store_content .store_text_content .left .p1{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    margin-bottom: 30px;
    word-break: keep-all;
}
.inquiry-section .content .store_content .store_text_content .left .p2{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    word-break: keep-all;
    margin: 0;
    margin-bottom: 25px;
}
.inquiry-section .content .store_content .store_text_content .left .p3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
}
.inquiry-section .content .store_content .store_text_content .left .p4{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
    margin: 5px 0;
}
.inquiry-section .content .store_content .store_text_content .left .p5{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
    display: flex;
    align-items: center;
}
.inquiry-section .content .store_content .store_text_content .left .p5 span{
    width: 1px;
    height: 18px;
    background: #999999;
    display: block;
    margin: 0 10px;
}
.inquiry-section .content .store_content .store_text_content .right{
    width: 50%;
}
.inquiry-section .content .store_content .store_text_content .right form .default{
    display: flex;
    flex-wrap: wrap;
}
.inquiry-section .content .store_content .store_text_content .right form .default label{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
}
.inquiry-section .content .store_content .store_text_content .right form .default input::placeholder{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}
.inquiry-section .content .store_content .store_text_content .right form .default textarea::placeholder{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}
.inquiry-section .content .store_content .store_text_content .right form .default input{
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.inquiry-section .content .store_content .store_text_content .right form .default textarea{
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.inquiry-section .content .store_content .store_text_content .right form .default .default01{
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.inquiry-section .content .store_content .store_text_content .right form .default .default02{
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 30px;
}
.inquiry-section .content .store_content .store_text_content .right form .default .default03{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.inquiry-section .content .store_content .store_text_content .right form .default .default04{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.inquiry-section .content .store_content .store_text_content .right .submit{
    display: flex;
    justify-content: flex-end;
}
.inquiry-section .content .store_content .store_text_content .right .submit button{
    width: 180px;
    height: 50px;
    border: 0;
    background: #D80C18;
    border-radius: 30px;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}


/* ====================================== inquiry - end ====================================== */

/* ====================================== contactus ====================================== */

.contactus-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/service/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.contactus-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.contactus-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.contactus-section .subnav ul li{
    margin-left: 40px;
}
.contactus-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.contactus-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.contactus-section .subnav ul li a:hover{
    color: #D80C18;
}
.contactus-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.contactus-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.contactus-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}




.contactus-section .content .store_content{
    width: 1200px;
    margin: 0 auto;
}
.contactus-section .content .store_content .store_title_content{
    text-align: left;
    margin: 100px 0;
    margin-bottom: 49px;
}

.contactus-section .content .store_content .store_title_content h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 75px;
    line-height: 90px;
    color: #333333;
    margin: 0;
}
.contactus-section .content .store_content .store_text_content{
    display: flex;
    margin-bottom: 150px;
}
.contactus-section .content .store_content .store_text_content .left{
    position: relative;
    width: 47%;
    margin-right: 3%;
}
.contactus-section .content .store_content .store_text_content .left::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 365px;
    background: #D80C18;
    left: -30px;
    top: 0;
}
.contactus-section .content .store_content .store_text_content .left .p1{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    margin-bottom: 30px;
    word-break: keep-all;
}
.contactus-section .content .store_content .store_text_content .left .p2{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    word-break: keep-all;
    margin: 0;
    margin-bottom: 25px;
}
.contactus-section .content .store_content .store_text_content .left .p3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
}
.contactus-section .content .store_content .store_text_content .left .p4{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
    margin: 5px 0;
}
.contactus-section .content .store_content .store_text_content .left .p5{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 0;
    display: flex;
    align-items: center;
}
.contactus-section .content .store_content .store_text_content .left .p5 span{
    width: 1px;
    height: 18px;
    background: #999999;
    display: block;
    margin: 0 10px;
}
.contactus-section .content .store_content .store_text_content .right{
    width: 50%;
}
.contactus-section .content .store_content .store_text_content .right form .default{
    display: flex;
    flex-wrap: wrap;
}
.contactus-section .content .store_content .store_text_content .right form .default label{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
}
.contactus-section .content .store_content .store_text_content .right form .default input::placeholder{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}
.contactus-section .content .store_content .store_text_content .right form .default textarea::placeholder{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
}
.contactus-section .content .store_content .store_text_content .right form .default input{
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.contactus-section .content .store_content .store_text_content .right form .default textarea{
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    height: 30px;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.contactus-section .content .store_content .store_text_content .right form .default .default01{
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.contactus-section .content .store_content .store_text_content .right form .default .default02{
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 30px;
}
.contactus-section .content .store_content .store_text_content .right form .default .default03{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.contactus-section .content .store_content .store_text_content .right form .default .default04{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
.contactus-section .content .store_content .store_text_content .right .submit{
    display: flex;
    justify-content: flex-end;
}
.contactus-section .content .store_content .store_text_content .right .submit button{
    width: 180px;
    height: 50px;
    border: 0;
    background: #D80C18;
    border-radius: 30px;
    font-family: 'NanumSquare';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

/* ====================================== contactus - end ====================================== */

/* ====================================== others ====================================== */

.others-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/product/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.others-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.others-section .subnav ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.others-section .subnav ul li{
    margin-left: 40px;
}
.others-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.others-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.others-section .subnav ul li a:hover{
    color: #D80C18;
}
.others-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.others-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.others-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.others-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.others-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.others-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.others-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.others-section .content .bottom{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.others-section .content .bottom .cont{
    display: flex;
    align-items: center;
    width: 730px;
    height: 310px;
    padding: 20px 0;
    padding-right: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.others-section .content .bottom .cont:nth-child(odd){
    margin-right: 40px;
}
.others-section .content .bottom .cont .cont-right{
    margin-left: 20.67px;
}
.others-section .content .bottom .cont .cont-right h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #181818;
    margin-bottom: 20px;
}
.others-section .content .bottom .cont .cont-right h3 span{
    font-weight: 800;
}
.others-section .content .bottom .cont .cont-right>p:nth-child(2){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    width: 80px;
    height: 30px;
    background: #D80C18;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.others-section .content .bottom .cont .cont-right>p:nth-child(3){
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #181818;
    margin-bottom: 20px;
    width: 110%;
}
.others-section .content .bottom .cont .cont-right .textbox{
    display: flex;
    flex-wrap: wrap;
}
.others-section .content .bottom .cont .cont-right .textbox p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #181818;
    padding: 6px 10px;
    border: 1px solid #181818;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* ====================================== others - end ====================================== */

/* ====================================== flagship ====================================== */
.flagship-section{
    overflow: hidden;
}

.flagship-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/about/about-banner.jpg) no-repeat center center;
    background-size: cover;
}
.flagship-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.flagship-section .subnav ul{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.flagship-section .subnav ul li{
    margin-left: 40px;
}
.flagship-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.flagship-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.flagship-section .subnav ul li a:hover{
    color: #D80C18;
}
.flagship-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.flagship-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.flagship-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.flagship-section .content{
    margin-top: 120px;
    margin-bottom: 0;
}
.flagship-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.flagship-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.flagship-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.flagship-section .content .mid{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}
.flagship-section .content .mid .navs{
    margin-bottom: 10px;
}
.flagship-section .content .mid .navs ul{
    display: flex;
    justify-content: center;
}
.flagship-section .content .mid .navs ul li:nth-child(2){
    margin: 0 120px;
}
.flagship-section .content .mid .navs ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #181818;
    position: relative;
}

.flagship-section .content .mid .navs ul li a::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
    transition: all 0.3s;
}

.flagship-section .content .mid .navs ul li a:hover::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
}
.flagship-section .content .mid .navs ul li.active a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #D80C18;
    bottom: -12px;
    left: 0;
}
.flagship-section .content .bottom{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* padding-top: 120px; */
    margin-bottom: 202px;
}
.flagship-section .content .bottom a{
    width: 38.361%;
    position: relative;
}
.flagship-section .content .bottom a.flagship01{
    background: url(../img/product/flagship2.png) no-repeat center center;
    background-size: 100%;
    height: 608px;
    transition: all 0.3s;
    margin-right: 40px;
}
.flagship-section .content .bottom a.flagship02{
    background: url(../img/product/flagship.png) no-repeat center center;
    background-size: 100%;
    height: 608px;
    transition: all 0.3s;
}
.flagship-section .content .bottom a.flagship01:hover{
    background: url(../img/product/flagship2_hover.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.3s;
}
.flagship-section .content .bottom a.flagship02:hover{
    background: url(../img/product/flagship_hover.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.3s;
}
/* .flagship-section .content .bottom a.flagship01::after{
    position: absolute;
    content: "View more";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;

    opacity: 0;
    transition: all 0.3s;
}
.flagship-section .content .bottom a.flagship01:hover::after{
    opacity: 1;
}
.flagship-section .content .bottom a.flagship02::after{
    position: absolute;
    content: "View more";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;

    opacity: 0;
    transition: all 0.3s;
}
.flagship-section .content .bottom a.flagship02:hover::after{
    opacity: 1;
} */
.flagship-section .content .bottom .cont-box{
    display: flex;
    align-items: center;
    /* margin-right: 40px; */
    /* margin-bottom: 80px; */
}
.flagship-section .content .bottom .cont-box:nth-child(4),
.flagship-section .content .bottom .cont-box:nth-child(8){
    margin-right: 0;
}
.flagship-section .content .bottom .cont-box p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #181818;
    margin-top: 20px;
}
.flagship-section .content .bottom .cont-box img{
    /* border: 1px solid #dddddd; */
}

/* ====================================== flagship - end ====================================== */


/* ====================================== product list ====================================== */

.product-list-section .topbanner{
    width: 100%;
    height: 600px;
    background: url(../img/product/topbanner.jpg) no-repeat center center;
    background-size: cover;
}
.product-list-section .topbanner h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-top: 335px;
}
.product-list-section .subnav ul{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 12px;
    margin-right: 210px;
}
.product-list-section .subnav ul li{
    margin-left: 40px;
}
.product-list-section .subnav ul li a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    position: relative;
    transition: all 0.3s;
}
.product-list-section .subnav ul li a::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
    transition: all 0.3s;
}
.product-list-section .subnav ul li a:hover{
    color: #D80C18;
}
.product-list-section .subnav ul li a:hover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}
.product-list-section .subnav ul li.active a{
    color: #D80C18;
    font-weight: 800;
}
.product-list-section .subnav ul li.active a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D80C18;
    left: 0;
    bottom: -15px;
}

.product-list-section .content{
    margin-top: 120px;
    margin-bottom: 272px;
}
.product-list-section .content .top{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.product-list-section .content .top h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #181818;
    margin: 0 30px;
}
.product-list-section .content .top span{
    width: 3px;
    height: 40px;
    background: #D80C18;
    display: block;
}

.product-list-section .content .bottom{
    width: 78.823%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 80px 40px;
}
.product-list-section .content .bottom .cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-list-section .content .bottom .cont .cont-top{
    width: 100%;
    margin-bottom: 24px;
}
.product-list-section .content .bottom .cont .cont-top img{
    width: 100%;
    max-width: 345px;
    height: 405px;
    display: block;
    margin: 0 auto;
}
.product-list-section .content .bottom .cont .cont-bottom h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #000000;
    text-align: center;
}
.product-list-section .content .bottom .cont .cont-bottom span{
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    margin-top: 12px;
    margin-bottom: 24px;
}
.product-list-section .content .bottom .cont .cont-bottom a{
    font-family: 'NanumSquare_ac';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border: 1px solid #000000;
    margin: auto;
    transition: all 0.3s;
}
.product-list-section .content .bottom .cont .cont-bottom a:hover{
    background: #000000;
    color: #FFFFFF;
}

.product-list-section .content .pageing-wrap{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-list-section .content .pageing-wrap a{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;
}
.product-list-section .content .pageing-wrap a.active{
    color: #D80C18;
}
.product-list-section .content .pageing-wrap span{
    display: block;
    height: 28px;
    width: 2px;
    background: #000000;
    margin: 0 20px;
}

/* ====================================== product list - end ====================================== */



/* ====================================== product detail ====================================== */

.product-list-section .content .detail-content-wrap{
    width: 78.823%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
.product-list-section .content .detail-content-wrap .left{
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.product-list-section .content .detail-content-wrap .left img{
    display: block;
    width: 100%;
    max-width: 576px;
    height: 678px;
}
/* .product-list-section .content .detail-content-wrap .right{
    width: 59%;
}  */
.product-list-section .content .detail-content-wrap .right{
    width: 62.923%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.product-list-section .content .detail-content-wrap .right .text-box .title{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 21px;
}
.product-list-section .content .detail-content-wrap .right .text-box .title img{
    position: absolute;
    left: -10px;
}
.product-list-section .content .detail-content-wrap .right .text-box .title h3{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.05em;
    color: #000000;
    white-space: nowrap;
}
.product-list-section .content .detail-content-wrap .right .text-box .title span{
    display: block;
    width: 100%;
    height: 2px;
    background: #DDDDDD;
}
.product-list-section .content .detail-content-wrap .right .text-box p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;
}

.product-list-section .content .detail-content-wrap .right .text-box-top .title span{
    width: 632px;
}

.product-list-section .content .detail-content-wrap .right .text-box-middle01{
    display: flex;
    gap: 40px;
}
.product-list-section .content .detail-content-wrap .right .text-box-middle01 .box:nth-child(1) .title span{
    display: block;
    width: 122px;
    height: 2px;
    background: #DDDDDD;
}
.product-list-section .content .detail-content-wrap .right .text-box-middle01 .box .title span{
    display: block;
    width: 190px;
    height: 2px;
    background: #DDDDDD;
}

.product-list-section .content .detail-content-wrap .right .text-box-middle02 .title span{
    width: 594px;
}
.product-list-section .content .detail-content-wrap .right .text-box-middle03 .title span{
    width: 772px;
}

.product-list-section .content .detail-content-wrap .right .text-box-bottom .title span{
    width: 738px;
}

.product-list-section .content .detail-content-wrap .right .text-box-bottom .dec{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.product-list-section .content .detail-content-wrap .right .text-box-bottom .dec p{
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;

    display: block;
    padding: 10px;
    border: 2px solid #000000;
}



/* ====================================== product detail - end ====================================== */