/* Resets */
* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

body {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}
body::-webkit-scrollbar{
    display: none;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode:bicubic
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

select {
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 0;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    background-color: transparent;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Typograghy */
:root {
    font-size: 16px;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
         url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
         url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

/* Layouts */
.l_wrapper {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}
.l_row {}
.l_col {
    float: left;
    box-sizing: border-box;
}
.l_col_12_12 { width: 100%; }
.l_col_11_12 { width: 91.66666667%; }
.l_col_10_12 { width: 83.33333333%; }
.l_col_9_12 { width: 75%; }
.l_col_8_12 { width: 66.66666667%; }
.l_col_7_12 { width: 58.33333333%; }
.l_col_6_12 { width: 50%; }
.l_col_5_12 { width: 41.66666667%; }
.l_col_4_12 { width: 33.33333333%; }
.l_col_3_12 { width: 25%; }
.l_col_2_12 { width: 16.66666667%; }
.l_col_1_12 { width: 8.33333333%; }

.l_col_10_12{width: 84.5%;}
.l_col_2_12{width: 15.5%;}

/* Commons */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}

/* Components */

/* header */
header{
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s;
}
.header-container{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 16px 16px 14px 16px;
    box-sizing: border-box;
}

.header-logo{
    width: 30px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.header-logo img{
    vertical-align: middle;
    width: inherit;
    height: inherit;
}

.header-title{
    display: inline-block;
    margin-left: 40px;
    position: relative;
    margin-top: 2px;
}
.header-title p{
    font-size: 10px;
    line-height: 1em;
    font-weight: 800;
    color: #fff;
}
.header-title.color p{
    color: #015097;
}
.header-title::after{
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.1em;
    background-color: #fff;
}
.header-title.color::after{
    background-color: #eaeaea;
}
.header-nav{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
}
.header-nav.color{
    color: #015097;
}
.header-nav span:first-child{
    line-height: 62px;
    margin-right: 8px;
}
.header-nav span:nth-child(2){
    line-height: 52px;
    vertical-align: middle;
}
.header-nav ul{
    display: none;
    background-color: #fff;
    position: absolute;
    width: 50vw;
    top: 52px;
    right: -20px;
    padding: 0 16px 16px 16px;
    text-align: right;
    box-sizing: border-box;
}
.header-nav ul li{
    padding: 0 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}
.header-nav ul li a{
    display: block;
    padding: 8px 0;
    color: #000;
}
.header-nav ul li:last-child{
    margin-top: 20px;
    border: 1px solid #000;
}

/* progress */
.progress-bar{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 52px;
    background-color: rgba(185, 185, 185, 0.55);
    z-index: 9999;
 }
.progress{
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin-left: auto;
    background-color: #b9b9b9;
    background-image: linear-gradient(to right, white, white);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s ease-in-out;
}

/*===================== I N T R O P A G E ===================*/

.intro{
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
}

.intro-title{
    width: 100%;
    text-align: center;
    margin-top: 66px;
}
.intro-title img{
    width: 196px;
    height: 38px;
}

.intro-cover{
    margin-top: 92px;
    height: 254px;
    background-image: url(../image/intro/intro-img.png);
    background-size: cover;
    position: relative;
}
.intro-cover h1{
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #015097;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    text-align: left;
    opacity: 0;
}
.intro-cover h1 em{
    font-weight: 600;
    font-style: normal;
}
.intro-cover h1.move{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
}

.intro-btn{
    width: 46px;
    margin: 24px auto 0 auto;
    color: #015097;
    font-size: 14px;
    cursor: pointer;
}
.intro-btn a{
    border-bottom: 1px solid #015097;
    padding-bottom: 8px;
}

/*===================== I N D E X P A G E ===================*/
body#index{
    background-color: #fff;
}
.contents.index{
    background-color: #fff;
    margin-top: 64px;
    padding: 0 24px;
    box-sizing: border-box;
}
.vertical-slide-container .content-box{
    display: block;
    height: 540px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 24px;
}
.vertical-slide-container .slide:nth-child(1) .content-box{
    background-image: url(../table/con-bnr_01.jpg);
}
.vertical-slide-container .slide:nth-child(2) .content-box{
    background-image: url(../table/con-bnr_02.jpg);
}
.vertical-slide-container  .slide:nth-child(3) .content-box{
    background-image: url(../table/con-bnr_03.jpg);
}
.vertical-slide-container .slide:nth-child(4) .content-box{
    background-image: url(../table/con-bnr_04.jpg);
}
.vertical-slide-container  .slide:nth-child(5) .content-box{
    background-image: url(../table/con-bnr_05.jpg);
}
.vertical-slide-container  .slide:nth-child(6) .content-box{
    background-image: url(../table/con-bnr_06.jpg);
}

/*===================== S P E C I A L P A G E ===================*/

/* contents */
.contents{
    background-color: #000;
    color: #fff;
}
.content-banner{
    padding: 138px 46px;
    box-sizing: border-box;
    height: 470px;
    background-size: cover;
    position: relative;
}
.slide:nth-child(1) .content-banner{
    background-image: url(../image/special/banner/special_bnr_01.jpg);
}
.slide:nth-child(2) .content-banner{
    background-image: url(../image/special/banner/special_bnr_02.jpg);
}
.slide:nth-child(3) .content-banner{
    background-image: url(../image/special/banner/special_bnr_03.jpg);
}
.banner-inside.special{
    position: static;
}

.content.next{
    height: 100vh;
    color: #015097;
    position: relative;
    background-color: #000;
}
.btn-container{
    position: absolute;
    top: 164px;
    left: 50%;
    transform: translateX(-50%);
}
.btn-container .btn{
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.btn.prev{
    margin-bottom: 14px;
    position: relative;
}
.btn.prev span{
    position: absolute;
    top: 50%;
    left: -4.2rem;
    transform: translateY(-50%);
}
.btn-container.business .btn.prev span{
    left: -7.8rem;
}
.btn-container.management .btn.prev span{
    left: -5rem;
}
.btn-container.financial .btn.prev span{
    left: -5rem;
}

.btn.next{
    position: relative;
}
.btn.next span{
    position: absolute;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.btn-container.special .btn.next span{
    right: -8rem;
}
.btn-container.business .btn.next span{
    right: -7.5rem;
}
.btn-container.management .btn.next span{
    right: -5.5rem;
}
.btn-container.financial .btn.next span{
    right: -7rem;
}

.btn.menu{
    width: 36px;
    height: 36px;
    margin-top: 14px;
}

.banner-counter{
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner-counter .number{
    background-color: #006fff;
    display: inline-block;
    width: 44px;
    height: 20px;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    position: relative;
}
.banner-counter .arrow{
    background-color: #006fff;
    position: absolute;
    top: 0;
    right: -21px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}
.banner-counter .arrow img{
    line-height: 20px;
    padding: 5px 0;
}

.content-title{
    margin: 38px auto 48px;
    padding: 0 16px;
}
.content-title h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 38px;
}
.content-title p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/*===================== I N T R O D U C T I O N P A G E ===================*/

/* contents */
.contents.introduction{
    background-color: #fff;
}
.slide:nth-child(1) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_01.jpg);
}
.slide:nth-child(2) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_02.jpg);
}
.slide:nth-child(3) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_03.jpg);
}
.slide:nth-child(4) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_04.jpg);
}
.slide:nth-child(5) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_05.jpg);
}
.slide:nth-child(6) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_06.jpg);
}
.slide:nth-child(7) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_07.jpg);
}
.slide:nth-child(8) .content-banner.introduction{
    background-image: url(../image/introduction/banner/business-bnr_08.jpg);
}

.banner-inside{
    position: absolute;
    left: 16px;
    bottom: 48px;
}
.banner-inside h2{
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
}

.contents.introduction .slide:nth-child(3) .content-detail{
    margin-top: 38px;
}
.contents.introduction .slide:nth-child(3) .content-detail p{
    color: #148fca;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 116px;
}

/* 두번째 슬라이드 */
.inside-slide{
    padding: 74px 56px 130px 56px;
    box-sizing: border-box;
    background-color: #eaeaea;
}
.inside-slide-container{
    overflow: hidden;
}
.inside-slide-wrapper{
    width: 900%;
    position: relative;
    left: 0;
    transition: all .3s;
}
.inside-slide .slide{
    width: 11.111%;
    float: left;
    box-sizing: border-box;
}
.inside-slide-dots{
    text-align: center;
    margin: 46px auto 84px auto;
}
.inside-slide-dots button{
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border: 1px solid #878787;
    border-radius: 50%;
}
.inside-slide-dots button.active{
    background-color: #878787;
}
.inside-slide img{
    margin: 0 auto;
}

/* 네번째 슬라이드 */
.slide:nth-child(4) .inside-slide{
    padding: 0 16px;
    background-color: #fff;
}
.slide:nth-child(4) .inside-slide-left img{
    height: 240px;
}
.slide:nth-child(4) .inside-slide-right{
    overflow: hidden;
}
.slide:nth-child(4) .inside-slide-right img{
    height: 240px;
}
.slide:nth-child(4) .inside-slide-right-wrapper{
    width: 400%;
    position: relative;
    left: 0;
    transition: all .3s;
}
.slide:nth-child(4) .inside-slide-right-wrapper .slide{
    width: 25%;
    float: left;
    box-sizing: border-box;
}

/* 다섯번째 슬라이드 */
.slide:nth-child(5) .inside-slide{
    padding: 0;
}
.slide:nth-child(5) .inside-slide-container{
    text-align: center;
}
.slide:nth-child(5) .inside-slide-wrapper{
    width: 400%;
}
.slide:nth-child(5) .inside-slide .slide{
    width: 25%;
}
.slide:nth-child(5) .inside-slide-dots{
    margin: 20px;
    display: inline-block;
}

/* 7번째 슬라이드 */
.contents.introduction .slide:nth-child(7){
    background-color: #eaeaea;
}
.contents.introduction .slide:nth-child(7) .content-detail{
    margin-top: 38px;
}
.slide:nth-child(7) p{
    color: #000;
    padding: 0 16px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 60px;
}
.slide:nth-child(7) p:nth-child(2){
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.content-nav{
    background-color: #eaeaea;
    color: #015097;
    padding: 0 16px;
}
.content-nav li{
    border-bottom: 2px solid #000;
    font-size: 24px;
    font-weight: 600;
    padding: 36px 0;
    box-sizing: border-box;
    position: relative;
}
.content-nav li:last-child{
    margin-bottom: 120px;
}
.content-nav span{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    
    
}

/*===================== B U S I N E S S P A G E ===================*/

/* contents */
.contents.business{
    background-color: #fff;
}
.slide:nth-child(1) .content-banner.business{
    background-image: url(../image/business/busns-bnr_01.jpg);
}
.slide:nth-child(2) .content-banner.business{
    background-image: url(../image/business/busns-bnr_02.jpg);
}
.slide:nth-child(3) .content-banner.business{
    background-image: url(../image/business/busns-bnr_03.jpg);
}
.slide:nth-child(4) .content-banner.business{
    background-image: url(../image/business/busns-bnr_04.jpg);
}

.banner-inside.business{
    position: absolute;
    left: 16px;
    bottom: 48px;
}
.content-detail.business{
    height: auto;
}


/*===================== M A N A G E M E N T P A G E ===================*/

/* contents */
.contents.management{
    background-color: #fff;
}
.slide:nth-child(1) .content-banner.management{
    background-image: url(../image/management/mangnt-bnr_01.jpg);
}
.slide:nth-child(2) .content-banner.management{
    background-image: url(../image/management/mangnt-bnr_02.jpg);
}

/*===================== F I N A N C I A L P A G E ===================*/
/* contents */
.contents.financial{
    background-color: #fff;
}
.slide:nth-child(1) .content-banner.financial{
    background-image: url(../image/financial/financ-bnr_01.jpg);
}
.content-detail.financial{
    height: 206px;
    background-color: #3b4283;
    padding: 80px 48px;
    box-sizing: border-box;
}
.financial-btn{
    border: 1px solid #fff;
    padding: 12px 64px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}


/*===================== A N N I V E R S A R Y P A G E ===================*/
/* content */
body#anniversary{
    background-color: #000;
}
.contents.anniversary{
    background-color: #000;
}
.contents.anniversary .content-box{
    width: 100%;
    height: 626px;
    background-position: center;
    text-align: center;
    position: relative;

}

.contents.anniversary .imgbox{
    height: 470px;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-sizing: border-box
}
.contents.anniversary .slide:nth-child(1) .imgbox{
    background-image: url(../img/anv-img_01.jpg);
}
.contents.anniversary .slide:nth-child(2) .imgbox{
    background-image: url(../img/anv-img_02.jpg);
}
.contents.anniversary .slide:nth-child(3) .imgbox{
    background-image: url(../img/anv-img_03.jpg);
}
.contents.anniversary .slide:nth-child(4) .imgbox{
    background-image: url(../img/anv-img_04.jpg);
}
.contents.anniversary .slide:nth-child(5) .imgbox{
    background-image: url(../img/anv-img_05.jpg);
}
.contents.anniversary .slide:nth-child(6) .imgbox{
    background-image: url(../img/anv-img_06.jpg);
}
.contents.anniversary .slide:nth-child(7) .imgbox{
    background-image: url(../img/anv-img_07.jpg);
}
.contents.anniversary .slide:nth-child(8) .imgbox{
    background-image: url(../img/anv-img_08.jpg);
}
.contents.anniversary .slide:nth-child(9) .imgbox{
    background-image: url(../img/anv-img_09.jpg);
}
.contents.anniversary .slide:nth-child(10) .imgbox{
    background-image: url(../img/anv-img_10.jpg);
}
.contents.anniversary .slide:nth-child(11) .imgbox{
    background-image: url(../img/anv-img_11.jpg);
}
.contents.anniversary .slide:nth-child(12) .imgbox{
    background-image: url(../img/anv-img_12.jpg);
}

.imgbox h1 {
    position: absolute;
    left: 16px;
    bottom: 44px;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
}
.imgbox .line {
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0px;
    bottom: 26px;
    width: 100%;
}
.imgbox .line img {
    width: 10px;
    margin-bottom: -5px;
    margin-left: 16px;
}
.contents.anniversary .slide:nth-child(1) .imgbox .line {
    left: 16px;
}
.contents.anniversary .slide:nth-child(1) .imgbox .line img{
    margin-left: 0;
}

.contents.anniversary .textbox {
    height: 156px;
    background: #000;
    text-align: left;
    padding: 0 16px;
    box-sizing: border-box;
}
.contents.anniversary .textbox h3 {
    font-size: 18px;
    line-height: 24px;
    color: #1590ca;
    margin-top: 38px;
}


/* footer */
footer{
    height: 68px;
    background-color: #000;
    text-align: center;
    padding: 22px 100px 26px 100px;
    box-sizing: border-box;
}
footer.index{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-container img{
    width: 160px;
    height: 18px;
}
