*{margin: 0; padding: 0;}
ul,ol{list-style: none;}
a{text-decoration: none; color: inherit;}
h1,h2,h3,h4,h5,h6{font-size: inherit;font-weight: inherit;}
b,strong{font-weight: inherit;}
em,i,address{font-style: inherit;}
img{max-width: 100%;}

/* font */
@font-face {
    font-family: "jeonju_MjB";
    src:url(../font/JeonjuCraft_Mj_Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "jeonju_MjL";
    src:url(../font/JeonjuCraft_Mj_Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JeonjuCraftGoR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/JeonjuCraftGoR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JeonjuCraftMjB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/JeonjuCraftMjB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
.cin_400{
    font-family: 'Cinzel';
    font-weight: 400;
}
.cin_500{
    font-family: 'Cinzel';
    font-weight: 500;
}
.cin_600{
    font-family: 'Cinzel';
    font-weight: 600;
}
.cin_700{
    font-family: 'Cinzel';
    font-weight: 700;
}
.cin_800{
    font-family: 'Cinzel';
    font-weight: 800;
}
.cin_900{
    font-family: 'Cinzel';
    font-weight: 900;
}
.jgo{
    font-family: 'JeonjuCraftGoR';
    font-weight: normal;
}
.jmj_300{
    font-family: "jeonju_MjL";
    font-weight: 300;
}
.jmj_700{
    font-family: "jeonju_MjB";
    font-weight: 700;
}
/* common */
html{
    font-size: 14px;
    color: #000;
}

.logo {
    border-radius: 50px;
    background: #f5f5eb;
    display: flex;
    align-self: center;
    padding: 8px 40px;
    width: 190px;
    align-items: center;
}
.logo>h1{
    width:50px;
    margin-top: 10px;
}
.logo img{
    width: 100%;
    height: 100%;
    margin-right: 50px;
}
.station {
    overflow: hidden;
    flex-grow: 1;
    height: 24px;
    margin-left: 20px;
}
.train {
    position:relative;
    color: #a4a59e;
}
.train>li{
    font-size: 1.2rem;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    opacity: 0;
}
.train>li:nth-of-type(1){
    animation:logoAni 4s linear 0s infinite;
}
.train>li:nth-of-type(2){
    animation:logoAni 4s linear 2s infinite;
}
@keyframes logoAni {
    0%{
        opacity: 0;
        transform:translateY(100%)
    }
    50%{
        opacity: 1;
        transform:translateY(0%)
    }
    100%{
        opacity: 0;
        transform:translateY(-100%)
    }
    
}
header{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.beginning{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.beginning img{
    width: 80%;
    height: 80%;
    align-self: center;
}
.mainBall{
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.mb_txt:nth-of-type(1){
    font-size: 2rem;
}
.mb_txt:nth-of-type(2){
    text-align: center;
}
.half-circle{
    position: relative;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background-color: #ecedde;
    border-radius: 0 0 600px 600px;
}
.size3{
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
}
.size1_2{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.text_circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_circle>p:first-of-type{
    margin-bottom: 50px;
}
.rounded-top-rectangle{
    position: relative;
    width: 1200px;
    height: 1500px;
    margin: 0 auto;
    background-color: #ecedde;
    border-radius: 600px 600px 0 0;
}
.waterimg{
    width: 50%;
    float:right;
}
.mainCon1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mainCon1>h2{
    font-size: 5em;
    margin-bottom: 20px;
}
.waterTxt{
    border: 1px solid #889b74;
    border-radius: 25px 25px;
    padding: 10px;
    color: #889b74;
    margin: 50px 0 50px 0;
    font-size: 1.1em;
}
.txt1{
    padding: 50px 50px 50px 0;
    font-size: 1.2em;
}
.txt1>li{
    line-height: 2;
}
.txt2{
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
    margin-top: 100px;
    margin-left: 210px;
    line-height: 1.5;
    font-size: 1.4em;
}
.mainCon2{
    position: relative;
    width: 1400px;
    height: 2000px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: #ecedde;
}
.mainCon2>img{
    margin: -160px 0 0 100px;
}
.con2_size1{
    font-size: 3em;
    color: #889b74;
    border-bottom: 1px solid #889b74;
    width: 80%;
    margin-bottom: 20px;
}
.con2_size2{
    font-size: 3em;
    color: #889b74;
    border-bottom: 1px solid #889b74;
    width: 50%;
    margin-bottom: 20px;
}
.con2_size3{
    font-size: 3em;
    color: #889b74;
    border-bottom: 1px solid #889b74;
    width: 65%;
    margin-bottom: 20px;
}
.con2_size4{
    font-size: 3em;
    color: #889b74;
    border-bottom: 1px solid #889b74;
    width: 12%;
    margin-bottom: 100px;
}
.profileList{
    padding: 100px;
    display: flex;
    flex-direction: column;
    margin-top:-12%
}
.profileList li{
    margin-bottom: 30px;
    font-size: 1.2em;
}
.profileList ul>*li{
    color: #474747;
    line-height: 1.5;
}
.eduList{
    align-self: flex-end;
}
.experList{
    align-self: flex-start;
}
.licenList{
    align-self: flex-end;
}
.skillList ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.skillList li{
    width: calc(25%);
    margin: 50px;
}
.skillList li img{
    width: 90%;
    height: 90%;
}
.rounded-rectangle{
    width: 1200px;
    height: 2500px;
    margin: 280px 20px 50px 500px;
    background-color: #ecedde;
    border-radius: 600px;
}
.redesign{
    padding: 50px;
}
.redesign img{
    width: 50%;
    height: 50%;
    object-fit: cover;
}
.redesignSite{
    border: 1px solid #889b74;
    background: #889b74;
    opacity: 0.8;
    border-radius: 45PX;
    padding: 2%;
}
.redeSize{
    font-size: 1.5em;
    padding: 20PX;
}
.mainCon3{
    position: relative;
}
.mainCon3>h3{
    margin-top: 100px;
}
.mainCon3 img{
    position: absolute;
    top: 150%;
    left: -20%;
    z-index: 100;
}
.con3_size1{
    font-size: 3em;
}
.con3_size2{
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: bold;
}
.rectangle{
    position: relative;
    background-color: #ecedde;
    margin: 0 auto;
    margin-top: 50%;
}
.mainCon4{
    margin-top: 200px;
    padding: 100px;
    position: relative;
}
.mainCon4>h3{
    margin-bottom: 20px;
}
.mainCon4>p{
    margin-bottom: 100px;
}
.bannerList>li{
    margin-bottom: 150px;
    display:flex;
}
.bannerList>li:nth-of-type(2n+1){
    justify-content: flex-end;
}
.bannerList>li:nth-of-type(2n){
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.bannerList>li>section{
    width:50%;
}
.bannTop{
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.bannImg{
    display:block;
}
.svgSize>img{
    width: 20px;
    height: 20px;
}
.bannBot{
    font-size: 1.5em;
}
.banner_hoverList dt{
    font-size: 1.1em;
    font-weight: bold;
}
.hiddenSection{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 1s ease 0s;
}
.bannerList>li:hover .hiddenSection{
    opacity: 1;
}
.hiddenSection>dl{
    width:300px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.colorLine{
    display: flex;
}
.hiddenSection dt{
    font-size: 1.3em;
    font-weight: bold;
}
.color_8229B4{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #8229B4;
}
.color_FCCC12{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #FCCC12;
}
.color_6cc3e4{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #6cc3e4;
}
.color_d2d81f{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #d2d81f;
}
.color_e0331f{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #e0331f;
}
.color_A43C3B{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #A43C3B;
}
.color_266a63{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #266a63;
}
.color_000{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #000;
}
.color_EFD046{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #EFD046;
}
.color_E55957{
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #E55957;
}
.mainCon5{
    text-align: center;
    padding: 150px;
    margin: 0 auto;
}
.mainCon5>h3{
    margin-bottom: 20px;
}
.mainCon5>p{
    margin-bottom: 300px;
}
.popupList img{
    width: 40%;
    height: 40%;
}
.popupList>li{
    display: flex;
    align-items: center;
    margin-bottom: 150PX;
}
.popupList>li>dl{
    padding: 50px;
    line-height: 2.5;
}
.popupList h5{
    font-size: 2em;
    font-weight: bold;
}
.popupList dt{
    font-size: 1.5em;
    font-weight: bold;
}
.popupList dd{
    font-weight: bold;
    font-size: 1.2em;
    color:#889b74;
}
.popRight{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.popLeft{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
}
footer{
    padding: 200px;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 3;
}
footer>p{
    font-size: 1.5em;
    font-weight: bold;
}
footer>span{
    border: 2px solid #889b74;
    border-radius: 50px;
    width: 330px;
    font-size: 1.2em;
    color:#889b74;
    font-weight: bold;
    text-align: center;
}
