@font-face {
    font-family: 'GmarketSans';
    src: url('../font/Gmarket/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/Gmarket/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/Gmarket/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../font/pretendard/web/static/woff2/Pretendard-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../font/pretendard/web/static/woff2/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../font/pretendard/web/static/woff2/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../font/pretendard/web/static/woff2/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../font/pretendard/web/static/woff2/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../font/pretendard/web/static/woff2/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../font/pretendard/web/static/woff2/Pretendard-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../font/pretendard/web/static/woff2/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../font/pretendard/web/static/woff2/Pretendard-Thin.woff2') format('woff2');
}


.sec01_wrap{
    background: url(../image/sec01/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec02_wrap{
    background: url(../image/sec02/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec03_wrap{
    background: url(../image/sec03/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec04_wrap{
    background: url(../image/sec04/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec05_wrap{
    background: url(../image/sec05/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec06_wrap{
    background: url(../image/sec06/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec07_wrap{
    background: url(../image/sec07/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec08_wrap{
    background: url(../image/sec08/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec09_wrap{
    background: url(../image/sec09/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec10_wrap{
    background: url(../image/sec10/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.sec11_wrap{
    background: url(../image/sec11/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

body {
    font-family: 'Pretendard', sans-serif;
    transition: all 0.7s;
}

h2 {
    font-family: 'GmarketSans', sans-serif;
    font-size: 56px;
    font-weight: 700;
}
h3{
    font-family: 'GmarketSans', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}
p{
    font-size: 36px;
    font-weight: 300;
    color: #fff;
}

.sec{
    padding: 0 180px;
}

.flex_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_coulmn{
    display: flex;
    align-items: start;
    flex-direction: column;
}

