@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}


body{
    font-family: 'Noto Sans KR', 'Roboto' sans-serif;
    overflow-x: hidden;
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url("../images/main/AdobeStock_428520385.jpeg");
    background-size: cover;
    overflow-x:hidden;
}


header {max-width: 1680px; margin: 0 auto;}

ul, li{
    list-style: none;
}

a{
    border: 0;
    text-decoration: none;
    color: inherit;
}

.clearfix{
    clear: both;
}


.profile-wrap{
    width: 100%;
    margin: 50px auto 0;
    white-space: nowrap;
    position: relative;
    flex-wrap: wrap;
}


.profile-inner{
    right: 0;
    background-color: #fff;
    z-index: 1;
}

.profile-inner .section-ctn{
    padding: 25px 0 25px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: revert;
}

.profile-inner .profile-img{
    width: 28%;
    position: relative;
    padding: 0;
    min-width: 370px;
    margin-left: 25px;
}

.profile-inner .profile-img img{
    width: 100%;
    object-fit: cover;
}



.section-ctn li{
    padding: 0 25px 0 0;
    font-family: "Noto Sans KR", sans-serif;
    overflow-wrap: normal;
}


.profile-inner .profile-info{
    padding: 0 0 0 25px;
    position: relative;
}

.profile-info h1{
    padding: 0 0 15px;
}
.profile-inner li p:last-child{
    margin-bottom: 15px;
}

.profile-inner p{
    font-size: 0.8rem;
    font-weight: 300;
}

.profile-inner .tit{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 20px;
}

.profile-info::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    position: absolute;
    top: 10px;
    right: 0;
}

.license-info{
    margin-top: 65px;
}


.gnb ul li{
    font-family: "Roboto", sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    cursor: pointer;
    line-height: 125px;
    border: 0;
    position: relative;
    cursor: pointer;
}

nav {z-index: 999;}

.gnb ul li:hover{
    color: #A01C32;
}

.gnb ul li:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 3px;
    background-color: #a01c32;
    transition: all .5s;
}

.gnb ul li:hover:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #a01c32;
    transition: all .5s;
}


main {max-width: 1680px; position:relative; top: 75px;}
main, section {background: #fff; padding: 25px 0;}

main div.last-child {margin-top: 175px;}

.web-clone, .section1, .section2{
    width: 100%;
    text-align: center;
}

.web-clone h1, .section1 h1, .section2 h1{
    width: 100%;
    text-align: center;
    position: relative;
    cursor: default;
    font-size: 2rem;
}

.web-clone p {
    font-size: 1rem;
    color: #000;
    border-radius: 25px;
}
.web-clone p:nth-child(4){
    font-size: 0.8rem;
    color: #9f9f9f;
    margin: 15px 0 35px;
}


.web-inner{
    width: 100%;
    overflow: hidden;
}


.web-inner li{
   padding: 0 0 35px 0;
   box-sizing: border-box;
   margin: 0 25px auto;
   display: inline-flex;
   justify-content: center;
    flex-direction: column;
}

.web-inner li img{
    width: 100%;
    object-fit: cover;
}

.web-inner li span{
    font-size: 18px;
    font-weight: 500;
    line-height: 100px;
}

.web-inner ul li:nth-child(5) a,
.web-inner ul li:nth-child(6) a{
    position: relative;
    cursor: default;
}

.web-inner ul li:nth-child(5) span,
.web-inner ul li:nth-child(6) span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -110%);
}


.section1, .section2{
    position: relative;
    background: rgba(255,255,255,0.8);
    padding-top: 25px;
}

.section1 h3{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
}

.section1 ul{
    display: inline-flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-left: 8%;
}

.section1 li{
    width: 15.5%;
    height: 1000px;
    float: left;
    overflow-x: scroll;
    padding: 0 25px;
    margin-bottom: 85px;
}


.section1 li img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.section2 {
    overflow: hidden;
}

.section2 ul{
    width: 1200px;
    height: auto;
    margin: 25px auto;
    position: relative;
}

.section2 li{
    width: 200px;
    float: left;
    margin: 0 15px 25px 15px;
    box-sizing: border-box;
}

.section2 li:nth-child(3){
    position: absolute;
    top: 170px;
    left: 230px;
}

.section2 li:nth-child(7){
    position: absolute;
    top: 1px;
    left: 460px;
}


.section2 li img{
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px){
    .profile-wrap {flex-direction: column;}
    .profile-inner {position: relative; margin: 50px auto 150px;}
    .profile-inner .profile-img{height: 474px; margin: 0 auto;}
    .profile-inner .section-ctn{flex-direction: column;}
    .profile-info h1 {margin-top: 35px;}
    .profile-info::after {content: ''; opacity:0;}
    .license-info {position: relative;margin: 35px 0 auto 25px;background-color: #f1f1f1;padding: 17px 0 7px 15px;}
    nav{text-align: center; margin: 0 auto;}
    main, section{margin:0 auto;}
    .web-clone p {width: 320px; white-space:pre-line; word-break:keep-all; margin: 0 auto;}
    .web-clone p:nth-child(4){
        width: 90%;
        margin: 15px auto 35px;
    }

    .profile-info li p.tit {width: 280px; white-space:pre-line; word-break:keep-all;}
}


 @media (min-width:768px) and (max-width: 991px) {
    .profile-wrap {flex-direction: column;}
    .profile-inner{position: relative;}
    .profile-inner .section-ctn {display: flex; justify-content: center;}
    .profile-inner .profile-img {width: 100%; margin-left: 0;}
    nav {width:350px; text-align: center; margin:0 auto;}
 }

 @media (min-width:992px) and (max-width: 1199px) {
    .profile-wrap {flex-direction: column;}
    .profile-inner{position: relative;}
    .profile-inner .section-ctn {display: flex; justify-content: center;}
    .profile-inner .profile-img {width: 100%;}
     
    nav {width:350px; text-align: center; margin:0 auto;} 
 }

@media (min-width: 1200px) {
    .profile-inner {position: relative; margin: 50px auto 150px;}
    nav{position:fixed; left: 35px; text-align: left; margin: 0 auto;}
    main, section{margin:0 auto;}
    .section-ctn li:nth-child(2),
    .section-ctn li:nth-child(3){
      width: 50%; 
    }
    
    .web-inner {width: 1680px;}
    .web-inner li{width: 500px;}

    .web-clone p:nth-child(4){
        width: 38%;
        margin: 15px auto 35px;
    }
}