/* defalt setting */
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

* {
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4DBFFF;
    /* color: #4dc6e1; */
    box-sizing: border-box;
    list-style: none;
    /* -ms-overflow-style: none; */
    word-break: keep-all;
}

body {background-color: #000;}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    display: block;
}

h1 {
    font-size: 50px;
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 68px;
}

h2 {
    font-size: 16px;
    font-family: "Pretendard Variable";
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-family: "Pretendard Variable";
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
}

p {
    font-size: 16px;
    font-family: "Pretendard Variable";
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 1280px) {
    * {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
        line-height: 48px;
    }
    h3 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
}

/*
*::-webkit-scrollbar {
    display: none;
}
html, body {
    max-width: 100%;
	overflow-x: hidden;
}
*/

/* header */
#header {
    width: 1240px;
    height: 291px;
    padding: 20px 0 0 0;
    line-height: 30px;
}
#header ul {
    width: 100%;
}

#header ul li {
    width: calc(16% - 1%);
    float: left;
    margin-right: 1%;
}

#header ul li:last-child {
    margin-right: 0;
}

#header ul li.bold a {
    font-weight: 500;
}

#header ul li ul li {
    width: 100%;
}

#header ul li a:hover {
    text-decoration-line: underline;
}

/*테블릿*/
@media only screen and (max-width: 1280px) {
    #header {
        width: calc(100% - 4%);
        height: auto;
        padding: 20px 2% 280px 2%;
        line-height: 20px;
    }

    #header ul li {
        width: 100%;        
    }

    #header ul li.txt_btm {
        padding-bottom: 20px;
    }

    #header ul li ul li {
        width:auto;
        float: left;
        padding-right: 6px;
    }

    .only_pc {display: none;}

}   



/* main */
#main {
    width: 1240px;
    margin-bottom: 120px;
}
#main .contents {
    width: 100%; overflow: hidden;
}
#main .contents .title {
    width: 100%;
    height: 108px;
    
}
#main .contents .title a {
    overflow: hidden; display: block;
}
#main .contents .title a h1 {
    float: left;
}
#main .contents .title a:hover h1 {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

#main .contents .title a span {
    font-family: "Prata", serif;
    font-size: 30px;
    padding: 0 10px;
    float: left;
}
.con_box{
    display: flex; 
    align-items: start; 
    justify-content: left; 
    flex-wrap: wrap;
    margin-bottom: 80px;
}
#main .contents .con {
    width: calc(16% - 1%);
    margin-right: 1%;
    margin-bottom: 40px;
    margin-left: 0;
}
#main .contents .con a:hover {
    text-decoration: underline;
}
#main .contents .con a:hover img {
    border: 2px solid #4DBFFF;
}

#main .contents .con p:nth-child(2){
    margin: 5px 0 14px 0;
}
#main .contents .con:nth-child(6) {
    margin-right: 0;
}
#main .contents .con img {
    width: 100%;
    margin: 0;
}


/*테블릿*/
@media only screen and (max-width: 1280px) {
    #main {
        width: calc(100% - 4%);
        padding: 20px 2% 0 2%;
        margin-bottom: 50px;
    }        

    #main .contents .title {
        height: 68px;
    }

    #main .contents .title a span {
        font-size: 20px;
    }

    #main .contents .con {
        width: calc(25% - 1%);
        margin-bottom: 30px;
    }

    #main .contents .con p:nth-child(2){
        margin: 4px 0 8px 0;
    }

    #main .contents .con:nth-child(6) {
        margin-right: 1%;
    }
    .con_box{
        margin-bottom: 40px;
    }
    .last_con {
        margin-bottom: 0;
    }

}   

/*모바일*/
@media only screen and (max-width: 768px) {
    #main .contents .con {
        width: calc(50% - 2%);
        margin-right: 2%;
    }
    .con_box{
        margin-bottom: 30px;
    }
}   

/* about */
.contents .sol {
    padding-bottom: 24px;
}

.about .line {
    border-top: solid 1px #4DBFFF;
    width: 100%;
    height: 1px;
    padding-bottom: 24px;
}

.about {
    overflow: hidden;
    word-break: keep-all;
    line-height: 27px;
    padding-bottom: 80px;
    width: 100%;
}

.about div {
    float: left;
}

.about h3 {
    margin-bottom: 10px;
}

.about_one {
    width: calc(16% - 1%);
    margin-right: 1%;
}
.about_two {
    width: calc(48% - 1%);
    margin-right: 1%;
}

.about_two p {
    font-size: 15px;
}

.about_two img {
    width: 80%;
    display: inline-block;
    margin: 24px 0;
}

.about_three {
    width: 32%;
}

.about_three .one {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}

.about_three .last {
    padding-bottom: 30px;
}
.about_three .one .year {
    float: left;
    width: 11%;
}


.about_three .one .info {
    float: left;
    width: 89%;
}

/*테블릿*/
@media only screen and (max-width: 1280px) {
    .about_one, .about_two, .about_three {
        width: 100%;
        margin-right: 0;
    }

    .about_one, .about_two {
        margin-bottom: 60px;
    }

    .about_two p {
        font-size: 14px;
    }

    .about_three .lan p{
        display: inline-block;
        margin-right: 6px;
    }
}   

/*모바일*/
@media only screen and (max-width: 768px) {
}  