/* common */

@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
body {
    overflow-x:hidden;
    font-family: 'Pretendard-Regular','Noto Sans KR';
    background-color: rgba(255,255,255,0);
}
a {
    color:#444444;
}

a:hover, a:visited, a:link, a:active {
    color:#444444;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.row {
    margin-right:0px;
    margin-left:0px;
}

.container {
    height:auto;
    margin:0 auto;
    float:none;
}

.float-right {
    float:right;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-30 {
    font-size: 30px;
}
.font-size-34 {
    font-size:34px;
}
.font-size-16 {
    font-size:16px;
}
.font-size-20 {
    font-size:20px;
}

.pt-30 {
    padding-top:30px;
}

.pt-50 {
    padding-top:50px;
}

.pt-100 {
    padding-top:100px;
}
.mobile-br {
    display:none;
}
.text-rigth {
    text-align: right;
}

/* nav */
.nav {
    position:fixed;
    width:100vw;
    height:60px;
    z-index: 10;
    background-color: #FFFFFF;
    margin: 0;
}
.nav-container {
    width:100%;
    margin-right:0px;
    margin-left:0px;
    padding-top:8px;
    padding-bottom:4px;
    padding-right:2%;
}

.nav .logo-box {
    float:left;
}


.nav .menu-box {
    float:right;
    display: flex;
    justify-content: flex-end;
    padding-right:0px;    
}

/* .nav .menu-box::before {
    content:"";
    border-left: solid 1px #DDDDDD;
    position:absolute;
    height:28px;
    left:45px;
    top:8px;
} */

.nav .menu-box div {
    padding-top:3px;
    text-align:center;
    letter-spacing: -0.04em;
}
.menu-row {
    float:left;
}
.logo-box {
    padding-top: 11px;
    padding-left:0px;
    
}
.nav-logo-img {
    width: 200px;
    image-rendering: auto !important;
}


.login-box {
    width: 90px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0;
}
.login-box:hover{border-color: #999;}
.login-box a {
    display: block;
    padding: 0;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    border-radius: 15px;
}
.apply-box {
    width: 90px;
    height: 30px;
    border: 1px solid #111;
    background-color: #111;
    border-radius: 15px;
    margin: 0;
}
.apply-box:hover{background: #333; border-color: #333;}
.apply-box a {
    color:#ffffff;
    display:block;
    padding: 0;
    line-height: 28px;
    border-radius: 15px;
}
.apply-box-stage {
    padding-right:0px;
}

/* content-1, content-2 */

.top-container {    
    width:100%;
    margin-top:50px;
    height: 600px;
    background-repeat : no-repeat;
    background-size : cover;
    background-attachment: fixed;
}

.top-container .contents-1 {
    margin-top: 10px;
    margin-bottom:20px;
    color:#ffffff;
    height:800px;
}
.top-text-1 {
    display:inline-block;
    font-size:60px;
}
.top-text-2 {
    display:inline-block;
}

.top-text-box-1 {
    font-family: "Roboto";
    margin-top:80px;
}

.top-text-box-2 {
    margin-top:170px;
}

.start-box {
    margin-top: 60px;
    width:230px;
    height: 46px;
    border:solid 1px #dddddd;
    border-radius: 25px;
    text-align: center;
    background-color: #ffffff;
    display:inline-block;
    padding: 0;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.start-box-div {
    text-align:center;
}

.start-box a {
    display:block;
    color:#444444;
    font-size:16px;
    position: relative;
    top: 52%; left: 50%;
    transform: translate(-50%, -50%);
    line-height: 46px;
    border-radius: 25px;
}

.contents-2 {
    background-color: rgba(255,255,255,0);
    height:auto;
    padding-top:150px;
}

.contents-2 p {
    color:#111111;
}

.cont-2-text-1 {
    font-family: 'Roboto';
    font-weight: bold;
}
.cont-2-text-2 {
    font-family: 'Roboto';
    margin-top:10px;
    font-weight: bold;
}
.cont-2-text-3 {
    margin-top:50px;
}
.cont-2-text-4 {
    margin-top:30px;
}
.cont-2-text-5 {
    font-family: 'Roboto';
    margin-top:100px;
    font-size: 120px;
    line-height:110px;
    font-weight: bold;
}
.cont-2-text-6 {
    font-family: 'Roboto';
    font-size: 50px;
    line-height:110px;
    font-weight: bold;
}
.cont-2-text-7 {
    margin-top:50px;
}
.cont-2-text-9 {
    margin-bottom: 80px;
}

/* content-3 */
.content-3-stage {
    background-color:#f5f5f5;
}

.content-3 {
    padding-top:130px;
    padding-bottom:150px;
    height: auto;
}

.content-3-title {
    margin-bottom: 50px;
    font-size: 50px;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    letter-spacing: -0.04em;
}
.content-3-title .bold {
    font-weight: 500;
}


.card-box-stage {
    display: flex;
    justify-content: center;
}

.card-box {
    width:400px;
    background-color:#ffffff;
    margin-right:25px;
    margin-left:25px;
    padding:0px;
    border-radius: 20px;
}
.card-title {
    padding-top:100px;
    padding-bottom:40px;
    text-align: center;
    font-size:60px;
    font-family: 'Roboto';
    letter-spacing: 0.1em;
}
.card-comment {
    text-align: center;
    padding: 20px 10px 100px;
    letter-spacing: -0.04em;
}

/* content-4 */
.content-4-stage {
    background:url(/assets/img/main/cont-4-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom:100px;
}
.cont-4-title {
    margin:120px 0 20px;
    color:#ffffff;
    font-size: 40px;
    font-family:'Noto Sans KR';
    font-weight: 300;
    letter-spacing: -0.04em;
}
.cont-4-title .bold {
    font-weight: 500;
}
.cont-4-device{margin-bottom: 20px;}
.img-nesting {
    position: relative;
    margin: 0 auto;
    width:50%;
}
.cont-4-mobile-img{
    position: absolute;
    bottom:0;
    right:-5em;
}

/* content-5 */
.content-5-stage {
    background-color:royalblue;
}

/* content-6 */
.content-6-stage {
    background-color:salmon;
}

/* content-7 */
.content-7-stage {
    background-color:#F4F4F4;
}
.content-7 {
    padding-top:100px;
    padding-bottom:100px;
}
.cont-7-title {
    font-size: 50px;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.04em;
}
.cont-7-title .bold {
    font-weight: 500;
}
/* .icon-card-stage {
    
} */
.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-card-stage i {
    font-size: 60px;
}
.icon-card-left {
    padding-left:0px;
    padding-right:20px;
    letter-spacing: -0.04em;
}
.icon-card-right {
    padding-right: 0px;
    padding-left:20px;
    letter-spacing: -0.04em;
}
.icon-card {
    background-color: #FFFFFF;
    margin:0px;
    padding:15px;
    padding-top: 45px;
    padding-left:20px;
    padding-right:20px;
    margin-top:20px;
    margin-bottom: 20px;
    border-radius: 15px;
    height:150px;

}
.icon-card .chat-icon, .star {
    color:#FFD500;
}
/* .text-icon-box {

} */
.text-icon {
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 10px;
}
.icon-card-title {
    font-size: 20px;
    font-weight: bold;
}
.icon-card-cont {
    font-size:14px;
    font-weight: 500;
}

/* content-8 */
.content-8-stage {
    background-color:seagreen;
}

/* content-9(QnA) */
.content-9-stage {
    height: auto;
    padding-top:100px;
    padding-bottom:100px;
}
.content-9-title {
    font-size:50px;
    text-align: center;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    letter-spacing: -0.04em;
}
.content-9-title .bold {
    font-weight: 500;
}
.qna-box {
    margin-top:40px;
    border-top: 1px solid #444444;
    font-size:22px;
    padding-left:0px;
    padding-right:0px;
    letter-spacing: -0.04em;
}
.qna-box details summary {
    padding-top:28px;
    padding-bottom:25px;
}
.qna-box details {
    width:100%;
    border-bottom:1px solid #DDDDDD;
}
.qna-box details span {
    font-size:18px;
    padding:9px 0px 25px 10px;
    background-color:#ffffff;
    display:inline-block;
    width:100%;
}
.fas {
    font-size:20px;
    padding-top:4px;
    padding-right:10px;
    color:#707070;
    font-weight: 200;
}


/* content-10 */
.content-10-stage {
    background-color: #222222;
}
.content-10-title {
    color:#ffffff;
    letter-spacing: -0.04em;
}
.content-10 {
    padding-top:80px;
    padding-bottom:80px;
}
.link-box {
    display: flex;
    justify-content: center;
    letter-spacing: -0.04em;
}
.link-box p {
    margin: 30px 5px 0;
    height: 46px;
    font-weight: 600;
    width:230px;
    border-radius: 25px;
    text-align: center;
    padding: 0;
    position: relative;
}

.link-box p a {
    display:block;
    color:#444444;
    font-size:16px;
    position: relative;
    top: 52%; left: 50%;
    transform: translate(-50%, -50%);
    line-height: 46px;
    border-radius: 25px;
}

.link-box .start-box {
    border:solid 1px #dddddd;
    background-color: #ffffff;
}

.link-box .question-box {
    background-color: #FEE500;
}

/* content-11 */
.content-11 {
    padding-top:10px;
    padding-bottom:50px;
}
.content-11-1 {
    border-bottom:1px solid #DDDDDD;
    padding-bottom:10px;
    letter-spacing: -0.04em;
}
.content-11-1 a {
    font-size:12px;
    margin-right:20px;
}

select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;

    padding-left:10px;
    padding-right:40px;
    float:right;
}
 
select::-ms-expand{ 
    display:none;/*for IE10,11*/
}

/* select::before {
    content: "\f067";
    clear:both;
    position:relative;
    right:2px;
    display: block;
} */
.foot-logo {
    padding-bottom:20px;
}
.foot-logo img {
    width:13%;
}
.content-11-2 {
    padding-top:40px;
}

.content-11-2 .footer {
    font-size:12px;
    margin-bottom:2px;
}

.content-11-2 .copyright {
    margin-top: 30px;
}


/* 미디어쿼리 */
/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {  
    .container {
        width:100%;
        padding-left:1em;
        padding-right:1em;
    }
    .mobile-br {
        display:block;
    }
    .pc-br {
        display:none;
    }
    .div-space {
        display:none;
    }
    .login-box {
        width:65px
    }
    .login-box a {
        font-size: 0.9em;
    }
    .apply-box {
        width:65px
    }
    .apply-box {
        font-size: 0.9em;
    }
    .nav-logo-img {
        width:100%;
    }
    .nav .menu-box::before {
        left:20px;
    }
    .top-text-box-2 {
        margin-top:90px ;
    }
    
    .top-text-2 {
        font-size:20px ;
    }
    .top-container {
        height:380px ;
    }
    .contents-2 {
        padding-top: 40px;
    }
    .cont-2-text-1 {
        font-size: 40px;
        line-height: 40px;
    }
    .cont-2-text-2 {
        font-size: 15px;        
    }
    .cont-2-text-3 {
        font-size: 15px;
    }
    .cont-2-text-4 {
        font-size: 15px;
    }
    .cont-2-text-5{
        font-size: 40px;
        line-height: 40px;
        margin-top: 50px;
    }
    .cont-2-text-6 {
        font-size:15px;
        line-height: 10px;
    }
    .cont-2-text-7 {
        font-size:15px;
    }
    .cont-2-text-8 {
        font-size:15px;
    }
    .cont-2-text-9 {
        font-size:15px;
        margin-bottom: 30px;
    }
    .content-3 {
        padding-bottom:100px;
        padding-top:100px;
        height: auto;
    }

    .content-3-title {
        font-size:30px;
    }
    .card-title {
        padding-top:50px;
    }
    .card-comment {
        padding-left:0px;
        padding-bottom:50px;
    }
    .card-box {
        width:100%;
        display: inline-block;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:15px;
        padding-left:10px;
        padding-right:10px;
    }
    .card-box-stage {
        display:block;
    }
    .content-4-stage {
        height:auto;
        padding-bottom:50px;
    }
    .cont-4-title {
        font-size: 30px;
        margin-top: 100px;
    }
    .img-nesting {
        width:80%;
    }
    .cont-4-pc-img {
        width:100%;
    }
    .cont-4-mobile-img {
        width:25%;
        right:-2.3em;
    }
    .content-7 {
        padding-top:50px;
        padding-bottom:50px;
    }
    .cont-7-title {
        margin-bottom: 30px;
        font-size:30px;
    }
    .icon-box {
        height: 80px;
    }
    .icon-card {
        height:auto;
        padding-top: 25px;
        margin-top: 0px;
    }
    .icon-card-title {
        font-size:18px;
    }
    .icon-card-cont {
        font-size:12px;
    }
    .icon-card i {
        font-size:50px;
    }
    .icon-card .text-icon {
        font-size:25px;
        padding-top:0px;
    }

    .content-9-title {
        font-size:30px;
    }
    .content-9-stage {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .qna-box {
        font-size:14px;
    }
    .qna-box details span {
        font-size:12px;
    }
    .qna-box .fas {
        font-size:14px;
    }
    
    .content-10-title {
        font-size: 20px;
    }
    .link-box .start-box a {
        font-size:15px;
    }
    .link-box .question-box a {
        font-size:15px;
    }
    .content-11-1 a {
        font-size: 10px;
        margin-right: 10px;
    }
    .icon-card-left {
        padding-left:0px;
        padding-right:0px;
    }
    .icon-card-right {
        padding-right: 0px;
        padding-left:0px;
    }
    .foot-logo img{
        width:40%;
    }

}
@media (min-width: 576px) {  
    .container {
        width:100%;
        padding-left:1em;
        padding-right:1em;
    }
    
    .top-text-2 {
        font-size:30px ;
        letter-spacing: -0.04em;
    }
    .contents-2 {
        padding-top:100px;
    }
    .cont-2-text-1 {
        font-size:65px;
        line-height: 66px;
    }
    .cont-2-text-2 {
        font-size:28px;
    }
    .cont-2-text-3 {
        font-size: 28px;
        letter-spacing: -0.04em;
    }
    .cont-2-text-4 {
        font-size: 17px;
        letter-spacing: -0.04em;
    }
    .cont-2-text-5 {
        font-size:65px;
        line-height: 60px;
    }
    .cont-2-text-6 {
        font-size:28px;
        line-height: 40px;
    }
    .cont-2-text-7 {
        font-size:28px;
        letter-spacing: -0.04em;
    }
    .cont-2-text-8 {
        font-size:17px;
        letter-spacing: -0.04em;
    }
    .cont-2-text-9 {
        font-size:17px;
        margin-bottom: 100px;
        letter-spacing: -0.04em;
    }
    .card-box-stage {
        flex-direction: column;
    }
    .card-box {
        width:100%;
        display:inline-block;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:20px;
        
    }
    .icon-card-left {
        padding-left:0px;
        padding-right:0px;
    }
    .icon-card-right {
        padding-right: 0px;
        padding-left:0px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .container {width:100%;}
    .card-box-stage {
        flex-direction: row;
    }
    .card-box {
        margin-left:15px;
        margin-right:15px;
    }
    .icon-card-left {
        padding-left:0px;
        padding-right:20px;
    }
    .icon-card-right {
        padding-right: 0px;
        padding-left:20px;
    }
    .foot-logo img{
        width:20%;
    }
    .nav .menu-box::before {
        left:0px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  
    .container {width:100%;}
    .foot-logo img{
        width:14%;
    }
    .nav .menu-box::before {
        left:45px;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .container {width:1200px;}
    .nav-container {
        width : 1200px ;
        margin: 0 auto ;
    }
}