* {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: black;
}

div#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
}
div#modal>div#vidContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    padding-bottom: 25.3125%;
    background-color: white;
    transform: translate(-50%,-50%);
}
div#modal>div#vidContainer>div#iframeBox {
    width: 100%;
    height: 100%;
}
div#modal>div#vidContainer>div#iframeBox>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#modal>div#vidContainer>div#cross {
    position: absolute;
    top: 0;
    right: -10%;
    width: 10%;
    padding-bottom: 10%;
    background-color: white;
}
div#modal>div#vidContainer>div#cross>span {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 3px;
    border-radius: 10px;
    background-color: black;
    transform: translate(-50%,-50%);
}
div#modal>div#vidContainer>div#cross>span:first-child {
    transform: rotate(45deg);
}
div#modal>div#vidContainer>div#cross>span:last-child {
    transform: rotate(-45deg);
}


div#fixed {
    position: fixed;
    width: 10%;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    transition: all .9s;
    z-index: 9998;
}
div#fixed>ul>li>a>img {
    display: block;
    width: 100%;
}


div#warning {
    padding: 10px 0;
    background-color: black;
}
div#warning>img {
    display: block;
    width: 50%;
    margin: auto;
}


div#firstBg {
    width: 100%;
    padding: 75px 0;
    background-color: #296239;
}
div#firstBg>div#firstContent {
    position: relative;
    width: 45%;
    margin: auto;
}
div#firstBg>div#firstContent>img {
    display: block;
    width: 100%;
}
div#firstBg>div#firstContent>a {
    position: absolute;
    top: 81%;
    left: 50%;
    width: 83%;
    height: 5vw;
    border-radius: 500px;
    transform: translateX(-50%);
}


div#connect {
    position: relative;
    width: 100%;
}
div#connect img {
    display: block;
    width: 100%;
}
div#connect>img:nth-child(2) {
    display: block;
    position: absolute;
    bottom: -5%;
    left: 21%;
    width: 150px;
    z-index: 9998;
}
div#connect>img:nth-child(3) {
    display: block;
    position: absolute;
    bottom: -5%;
    right: 21%;
    width: 150px;
    z-index: 9998;
}
div#connect>div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
div#connect>div>ul {
    display: flex;
    justify-content: space-between;
    transition: all .5s;
}


div#bookComp {
    position: relative;
}
div#bookComp>a {
    display: block;
    width: 100%;
}
div#bookComp>a>img {
    display: block;
    width: 100%;
}
div#bookComp>img:last-child {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -19%;
    right: 32%;
    width: 4%;
    
}


div#secondBg {
    width: 100%;
    padding: 100px 0;
    background-color: #eaf5c2;
}
div#secondBg>div#secondContent {
    position: relative;
    width: 50%;
    min-width: 951px;
    margin: auto;
}
div#secondBg>div#secondContent>img {
    display: block;
    width: 100%;
}
div#secondBg>div#secondContent>a {
    position: absolute;
    display: block;
}
div#secondBg>div#secondContent>a#groupApply {
    width: 305px;
    height: 160px;
    top: 1085px;
    right: 30px;
}
div#secondBg>div#secondContent>a#watchSample {
    width: 266px;
    height: 82px;
    right: 77px;
    bottom: 13px;
}


div#thirdBg {
    width: 100%;
    padding: 75px 0;
    background-color: #eedc76;
}
div#thirdBg>div#thirdContent {
    position: relative;
    width: 50%;
    margin: auto;
}
div#thirdBg>div#thirdContent>img {
    display: block;
    width: 100%;
}
div#thirdBg>div#thirdContent>div {
    position: absolute;
    left: 0;
    top: 50%;
}
div#thirdBg>div#thirdContent>div>a {
    display: block;
    width: 100%;
    background-image: url(/landing/hygienist/PC/images/hygienist_consbg.png);
    background-size: 100%;
    transition: all .8s;
}
div#thirdBg>div#thirdContent>div>a>img {
    display: block;
    width: 100%;
    transition: all .8s;
}


div#fourthBg {
    width: 100%;
    padding: 75px 0;
    background-color: #628f36;
}
div#fourthBg>div#fourthTitle {
    width: 35%;
    margin: auto;
}
div#fourthBg>div#fourthTitle>img {
    display: block;
    width: 100%;
}
div#fourthBg>div#fourthContent {
    width: 45%;
    height: 20.5vw;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;  
    background-color: #f1f1f1; 
}
div#fourthBg>div#fourthContent>ul {
    float: left;
    width: 30%;
    height: 100%;
}
div#fourthBg>div#fourthContent>ul>li {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 33.333333%;
    text-align: center;
    cursor: pointer;
    background-color: #f1f1f1;
}
div#fourthBg>div#fourthContent>ul>li>img {
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 9998;
}
div#fourthBg>div#fourthContent>ul>li>span {
    position: absolute;
    top: 48%;
    left: 7.5%;
    width: 0;
    height: 20%;
    background-color: #7effa2;
    transition: all .5s;
    z-index: 9997;
}
div#fourthBg>div#fourthContent>ul>li:hover>span {
    width: 85%;
}
div#fourthBg>div#fourthContent>ul>li.on>span {
    width: 85%;
}
div#fourthBg>div#fourthContent>div#teacherImg {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
}
div#fourthBg>div#fourthContent>div#teacherImg>img {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
div#fourthBg>div#fourthContent>div#teacherImg>img.on {
    display: block;
}
div#fourthBg>div#fourthContent>div#teacherInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 40%;
    height: 100%;
    background-color: #f1f1f1;
}
div#fourthBg>div#fourthContent>div#teacherInfo>img {
    display: none;
    width: 90%;
    margin: auto;
    cursor: pointer;
}
div#fourthBg>div#fourthContent>div#teacherInfo>img.on{
    display: block;
}


div#fifthBg {
    width: 100%;
    padding: 50px 0;
}
div#fifthBg>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45%;
    margin: auto;
}
div#fifthBg>ul>li {
    width: 47%;
    margin-top: 40px;
}
div#fifthBg>ul>li>a {
    display: block;
    width: 100%;
}
div#fifthBg>ul>li>a>img {
    display: block;
    width: 100%;
}
div#fifthBg>div {
    width: 45%;
    margin: auto;
}
div#fifthBg>div>img {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 5%;
}


div#sixthBg {
    width: 100%;
    padding: 75px 0;
    background-color: #f5f5f5;
}
div#sixthBg>div#sixthWrap {
    position: relative;
    width: 50%;
    margin: auto;
}
div#sixthBg>div#sixthWrap>ul>li {
    margin: 20px 0;
}
div#sixthBg>div#sixthWrap>ul>li>img {
    width: 100%;
}
div#sixthBg>div#sixthWrap>a {
    display: block;
    position: absolute;
}
div#sixthBg>div#sixthWrap>a#naverCafe {
    width: 222px;
    height: 50px;
    top: 242px;
    left: 195px;
}
div#sixthBg>div#sixthWrap>a#daumCafe {
    width: 222px;
    height: 50px;
    top: 242px;
    right: 105px;
}







