@import url(common.css);
@import url('https://fonts.googleapis.com/css2?family=Gugi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(../font/BucketFont.woff);
@import url(../font/NanumBarunGothic.woff);
@import url(../font/NanumBarunGothicBold.woff);
@import url(../font/NanumBarunGothicLight.woff);
@import url(../font/NanumBarunGothicUltraLight.woff);


/* 
thin 100
light 300
regular 400
medium 500
bold 700
black 900
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Bucket Font'
font-family: 'NanumBarunGothic';
*/
body{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #020202;
    /* background: #ececec; */
}

/* ______________________________ pc 기준으로 */
header{
    width: 30%;
    /* background: lightcoral; */
}

.logo{ 
    width: 40px;
    margin-top: 40px;
    margin-left: 10%;
}

nav{
    margin-top: 40px;
    margin-left: 10%;
}
nav ul li a{
    font-size: 22px;
    font-weight: 700;
    padding: 4px 0;
    display: inline-block;
}
nav ul li span{
    width: 12px;
    height: 12px;
    /* border: 3px solid #020202; */
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
nav ul li:hover span{
    background: blue;
}
nav ul li .selected span{background: blue;}

/* section */
/* section1 */
.section1{
    width: 70%;
    position: absolute;
    top: 110px;
    display: block;
    margin-left: 30%;
}
.section1_in{
    width: 100%;
}
/* top_info */
.top_info h2{
    font-size: 38px;
    font-weight: 700;
}
.top_info .subtitle{
    font-size: 18px;
    margin-bottom: 20px;
}
.top_info .period,.percentage{
    font-size: 13px;
    margin-bottom: 4px;
}
.top_info img{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

/* top_txt */
.top_txt{
    width: 50%;
    font-size: 14px;
    margin-top: 40px;
}
.top_txt>p{margin-bottom: 20px;}


/* section2 */
.section2{
    width: 100%;
    margin: 400px auto 0;
}
.section2_in{
    width: 98%;
    margin: 0 auto;
}
.pics{display: inline-block;}
.pics ul li{
    float: left;
    width: 49%;
    margin: 0 0.5% 1%;
    /* width: 32%;
    margin: 0 0.5% 1%; */
}

.view{
    width: 100%; 
    display: inline-block;
    /* background: lavender; */
    /* text-align: center; */
    margin: 40px auto;
}
.view_in{
    float: left;
    width: 40%;
    margin: 0 auto;
    text-align: left;
    /* background: cornflowerblue; */
}
.view_in embed{
    width: 375px;
    height: 667px;
    border: 8px solid #f6f6f6;
    border-radius: 2vmax;
    background: #fff;
}
.view_txt{
    width: 55%;
    float: left;
    text-align: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 3vmax;
    font-weight: 700;
    color: #666;
    /* background: lightpink; */
}

/* back */
.back{
    width: 100%;
    display: inline-block;
    /* text-align: center; */
    margin: 20px 0 60px;
}
.back ul li{
    float: left;
    width: 50%;
}
.back ul li:hover a{color: blue;}
.back ul li:first-child{
    text-align: left;
}
.back ul li:last-child{
    text-align: right;
}
.back a{
    font-size: 2vmax;
    font-weight: 700;
    color: lightgray;
    display: block;
}
.back .small{
    font-size: 1.5vmax;
}
.back .big{
    display: block;
    font-size: 2vmax;
}




/* ______________________________ tablet */
/* 768 ~ 1199 범위의 해상도 */
@media screen and (min-width: 768px) and (max-width: 1199px){


}

/* ______________________________ mobile */
/* 767 이하 ~ 범위의 해상도 */
@media screen and (max-width: 767px){



}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       