@charset "UTF-8";
/*
    PROJECT NAME            : SCK AutoCAD 고객 대상 바이럴 & 디지털마케팅 랜딩페이지
    HTML/CSS/JS AUTHOR      : SOOBIN JEONG (sbjeong@reseedcorp.com)
    WRITTEN DATE            : 2023/09/07 ~
    BROWSER                 : CHROME
*/
/* -------------------------------------------------- RESET -------------------------------------------------- */
*, ::before, ::after {
	z-index: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: inherit;
	border: 0 solid transparent;
	outline: 0 solid transparent;
	vertical-align: baseline;
	background: transparent none center center no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    color: #171717;
    font-size: 1rem;
    font-family: "Pretendard-Regular";
    letter-spacing: -0.04em;
}

img {
    margin: 0 auto;
    max-width: 100%;
}

ul, li, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

nav, img, fieldset, video, iframe {
	display: block;
}

video, iframe {
	width: 100%;
	height: 100%;
}

table {
	width: 100%;
	table-layout: fixed;
}

table, tr, td, th, thead, tbody, tfoot, caption {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, button {
	display: block;
    color: #171717;
    font-size: 1rem;
    font-family: "Pretendard-Regular";
    letter-spacing: -0.04em;
}

label, button, [type=button], [type=submit], [type=reset], a {
	color: inherit;
	cursor: pointer;
}

input[type=checkbox], input[type=radio] {
	display: none;
}

input, select, option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

textarea {
	resize: none;
}



/* -------------------------------------------------- FONT -------------------------------------------------- */
@font-face {
    font-family: "Pretendard-Light";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@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: "Pretendard-Medium";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-SemiBold";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard-Bold";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}



/* -------------------------------------------------- CLASS -------------------------------------------------- */
.web {
	display: block !important;
}

.mob {
	display: none !important;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.hidden {
	display: none;
	width: 0;
	height: 0;
	visibility: hidden;
}

.wrap {
	position: relative;
    width: 100%;
    height: 100%;
}

.inner {
    margin: 0 auto;
    max-width: 992px;
}



/* -------------------------------------------------- HEADER -------------------------------------------------- */
#header {
    padding: 24px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1248px;
}

#header a {
    display: block;
    cursor: default;
}



/* -------------------------------------------------- FOOTER -------------------------------------------------- */
#footer {
    color: #ffffff;
    background-color: #494949;
}

#footer .inner {
    padding: 48px 144px 64px;
}

#footer p {
    position: relative;
    padding-left: 32px;
    line-height: 2.25rem;
    font-size: 20px;
}

#footer p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/autoCad/ico-footer-notice.png);
    background-size: 100%;
    transform: translateY(-50%);
}

#footer span {
    display: block;
    position: relative;
    margin-left: 8px;
    padding-left: 12px;
    line-height: 2rem;
    font-size: 1rem;
    font-family: "Pretendard-Light";
}

#footer span::before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2rem;
    color: #ffffff;
    font-size: 1rem;
}



/* -------------------------------------------------- PROMOTION -------------------------------------------------- */
/* VISUAL */
.visual-box img {
    width: 100%;
}

/* NAV */
.nav-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #171717;
}

.nav-box.fixed {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav-box a {
    display: block;
    padding: 8px 80px;
    color: #ffffff;
    font-family: "Pretendard-SemiBold";
    line-height: 3rem;
    font-size: 1.5rem;
}

.nav-box a:hover,
.nav-box a.on {
    color: #ff6c61;
}

.nav-box.fixed + .share-box {
    margin-top: 64px;
}

/* SHARE EVENT */
.share-box {
    /* position: relative; */
    padding: 80px 0;
    background-image: url(../img/autoCad/bg-event.jpg);
    background-size: cover;
}

.share-box .share {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 80px; */
    padding: 72px 62px 64px;
    background-color: #ffffff;
    border: 1px solid #909090;
    border-radius: 24px;
}

.share-box .share-video {
    overflow: hidden;
    position: relative;
    margin-left: 144px;
    padding-top: 46.75%;
    border-radius: 12px;
}

.share-box .share-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.share-box .share-copy {
    margin-left: 144px;
}

.share-box .share-copy .tag-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.share-box .share-copy .tag-box p {
    padding: 8px 16px;
    width: 536px;
    line-height: 2rem;
    font-size: 1.25rem;
    color: #5d5d5d;
    font-family: "Pretendard-Light";
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.share-box .share-copy .tag-box a {
    display: block;
    padding: 8px 32px;
    margin-left: 16px;
    width: 176px;
    font-size: 1.25rem;
    line-height: 2rem;
    color: #ffffff;
    font-family: "Pretendard-SemiBold";
    text-align: center;
    word-break: keep-all;
    background-color: #e4481a;
    border-radius: 4px;
}

.share-box .share-copy .tag-box a:hover {
    background-color: #b8401c;
}

.share-box .share-copy .sns-box {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.share-box .share-copy .sns-box a {
    display: block;
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #dadada;
}

.share-box .share-copy .sns-box a p {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    line-height: 2rem;
    color: #171717;
    font-size: 1.25rem;
    font-family: "Pretendard-Light";
}

.share-box .share-copy .sns-box a p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.share-box .share-copy .sns-box a p span {
    display: inline-block !important;
}

.share-box .share-copy .sns-box a:hover {
    border-color: #e4481a;
}

.share-box .share-copy .sns-box a:hover p {
    color: #e4481a;
}

.share-box .share-copy .sns-box .facebook p::before {
    background-image: url(../img/autoCad/ico-step2-facebook.png);
}

.share-box .share-copy .sns-box .naverblog {
    padding: 12px 16px;
}
.share-box .share-copy .sns-box .naverblog p::before {
    background-image: url(../img/autoCad/ico-step2-naverblog.png);
}

.share-box .share-copy .sns-box .twitter p em {
    font-size: 1rem;
    letter-spacing: -0.06em;
}
.share-box .share-copy .sns-box .twitter p::before {
    background-image: url(../img/autoCad/ico-step2-twitter.png);
}

.share-box .share-btn {
    margin: 0 auto;
    width: 344px;
}

.share-box .share-btn a {
    display: block;
    padding: 20px;
    line-height: 2rem;
    font-size: 1.5rem;
    color: #ffffff;
    font-family: "Pretendard-SemiBold";
    text-align: center;
    background-color: #e4481a;
    border-radius: 4px;
}

.share-box .share-btn a:hover {
    background-color: #b8401c;
}

/* SOLVE */
.solve-box {
    /* position: relative; */
    background-image: url(../img/autoCad/bg-solve.jpg);
    background-size: cover;
}

.solve-box .inner {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    padding: 64px 0;
}

.solve-box .solve-btn {
    margin: 0 auto;
    margin-top: 48px;
    width: 344px;
}

.solve-box .solve-btn a {
    display: block;
    padding: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    font-family: "Pretendard-SemiBold";
    text-align: center;
    word-break: keep-all;
    background-color: #e4481a;
    border-radius: 4px;
}

.solve-box .solve-btn a:hover {
    background-color: #b8401c;
}

/* COMPARE */
.compare-box {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.compare-box div {
    position: relative;
}

.compare-box div a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16%;
    /* background-color: rgba(255,0,0,0.2); */
}

.compare-box div .autocad {
    right: 35.5%;
}

.compare-box div .autocadlt {
    right: 19.5%;
}

.compare-box div .autocadweb {
    right: 3.4%;
}

/* LAYERPOPUP */
.layerpopup {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.layerpopup.on {
    display: block;
}

.layerpopup-dim {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.85);
}

.layerpopup-box {
    z-index: 10;
    position: absolute;
    /* top: 50%;
    left: 50%;
    width: 720px;
    background-color: #f7f7f7;
    transform: translate(-50%, -50%); */

    top: 32px;
    left: 50%;
    width: 720px;
    background-color: #f7f7f7;
    transform: translateX(-50%);
}

.layerpopup-box .popup-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    background-color: #e4481a;
}

.layerpopup-box .popup-head p {
    line-height: 2rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-family: "Pretendard-SemiBold";
}

.layerpopup-box .popup-head a {
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image: url(../img/autoCad/ico-popup-close.png);
    transform: translateY(-50%);
}

.layerpopup-box .popup-body {
    margin-top: 48px;
    padding: 16px;
}

.layerpopup-box .popup-body form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.layerpopup-box .popup-body form > div p {
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: "Pretendard-SemiBold";
}

.layerpopup-box .popup-body .input-box {
    padding: 0 8px;
    width: 100%;
    height: 32px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.layerpopup-box .popup-body .input-box {
    margin-bottom: 8px;
}

.layerpopup-box .popup-body .input-box.textarea {
    padding: 8px;
    min-height: 64px;
    max-height: 120px;
}

.layerpopup-box .popup-body .input-box input,
.layerpopup-box .popup-body .input-box textarea {
    width: 100%;
    height: 100%;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-family: "Pretendard-Light";
}

.layerpopup-box .popup-body .input-box input::placeholder,
.layerpopup-box .popup-body .input-box textarea::placeholder {
    color: #909090;
}

.layerpopup-box .popup-body .input-box.w50 {
    width: 49%;
}

.layerpopup-box .popup-body .policy-box .text-box {
    overflow-y: scroll;
    padding: 8px 16px;
    height: 212px;
    line-height: 1.5rem;
    color: #909090;
    font-size: 0.875rem;
    font-family: "Pretendard-Light";
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.layerpopup-box .popup-body .check-box label {
    display: block;
    width: 100%;
}

.layerpopup-box .popup-body .check-box label span {
    position: relative;
    padding-left: 32px;
    display: block;
    line-height: 2rem;
    font-size: 1rem;
    font-family: "Pretendard-Regular";
}

.layerpopup-box .popup-body .check-box label span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/autoCad/ico-popup-check-off.png);
    background-size: 100%;
    transform: translateY(-50%);
}

.layerpopup-box .popup-body .check-box label input:checked + span::before {
    background-image: url(../img/autoCad/ico-popup-check-on.png);
}

.layerpopup-box .popup-body .btn-box {
    margin: 0 auto;
    margin-top: 24px;
    width: 232px;
    height: 40px;
}

.layerpopup-box .popup-body .btn-box a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.5rem;
    color: #ffffff;
    font-size: 1rem;
    font-family: "Pretendard-SemiBold";
    text-align: center;
    background-color: #e4481a;
    border-radius: 4px;
}

.layerpopup-box .popup-foot {
    padding-bottom: 8px;
}

.layerpopup-box .popup-foot p {
    color: #909090;
    line-height: 2rem;
    font-size: 1rem;
    font-family: "Pretendard-Light";
    text-align: center;
}



/* -------------------------------------------------- MEDIAQUERY -------------------------------------------------- */
@media all and (max-width: 1024px) {
    /* CLASS */
    img {
        max-width: none;
        width: 100%;
    }

    .web {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .inner {
        max-width: none;
        width: 100%;
    }

    /* HEADER */
    #header {
        padding: 24px 32px;
    }

    #header .inner {
        max-width: none;
        width: 100%;
    }

    /* FOOTER */
    #footer .inner {
        padding: 64px 32px;
    }

    #footer p {
        padding-left: 40px;
        line-height: 4rem;
        font-size: 2rem;
    }

    #footer p::before {
        width: 28px;
        height: 28px;
    }

    #footer span {
        margin-left: 8px;
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    #footer span::before {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    /* NAV */
    .nav-box {
        border-bottom: 2px solid #909090;
    }

    .nav-box a {
        padding: 16px 48px;
        line-height: 3rem;
        font-size: 2rem;
    }

    /* SHARE EVENT */
    .share-box {
        padding: 96px 16px;
        background: none;
        background-color: #f7f7f7;
    }

    .share-box .share {
        padding: 80px 32px;
        border-radius: 16px;
    }

    .share-box .share-video {
        margin-left: 0;
        padding-top: 56.25%;
    }

    .share-box .share-copy {
        margin-left: 0;
    }

    .share-box .share-copy .tag-box {
        flex-wrap: wrap;
    }

    .share-box .share-copy .tag-box p {
        width: 100%;
        line-height: 2.5rem;
        font-size: 1.75rem;
        word-break: keep-all;
    }

    .share-box .share-copy .tag-box a {
        margin: 0;
        margin-top: 24px;
        padding: 28px;
        width: 100%;
        line-height: 2.5rem;
        font-size: 2rem;
    }

    .share-box .share-copy .tag-box a:hover {
        background-color: #e4481a;
    }

    .share-box .share-copy .sns-box {
        margin-top: 48px;
    }

    .share-box .share-copy .sns-box a {
        padding: 24px 0 !important;
        width: 192px;
        text-align: center;
        border-width: 2px;
    }

    .share-box .share-copy .sns-box a p {
        padding-left: 44px;
        font-size: 1.75rem;
    }

    .share-box .share-copy .sns-box a p span {
        display: none !important;
    }

    .share-box .share-btn {
        width: 100%;
    }

    .share-box .share-btn a {
        margin: 0;
        padding: 28px;
        width: 100%;
        line-height: 2.5rem;
        font-size: 2rem;
    }

    .share-box .share-btn a:hover {
        background-color: #e4481a;
    }

    /* SOLVE */
    .solve-box {
        background-image: url(../img/autoCad/mob/bg-solve.jpg);
    }

    .solve-box .inner {
        padding: 96px 48px;
    }

    .solve-box .solve-btn {
        width: 100%;
    }

    .solve-box .solve-btn a {
        padding: 28px;
        width: 100%;
        line-height: 2.5rem;
        font-size: 2rem;
    }

    .solve-box .solve-btn a:hover {
        background-color: #e4481a;
    }

    /* COMPARE */
    .compare-box {
        padding: 88px 32px 96px;
    }

    .compare-box div.ico {
        position: absolute;
        right: 0;
        bottom: 0;
        right: 0;
        width: 51%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .compare-box div.ico a {
        display: block;
        margin: 0;
        padding: 0;
        width: 33.3333%;
        height: 100%;
        border: 0;
    }

    .compare-box div.ico a.autocad {
        right: 0%;
    }

    .compare-box div.ico a.autocadlt {
        right: 33.3333%;
    }

    .compare-box div.ico a.autocadweb {
        right: 66.6666%;
    }

    .compare-box div.pdf a {
        position: static;
        margin-top: 32px;
        padding: 24px;
        width: 100%;
        text-align: center;
        background-color: #ffffff;
        border-color: #dadada;
        border-width: 2px;
    }

    .compare-box div.pdf a span {
        display: inline-block;
        position: relative;
        padding-right: 24px;
        line-height: 2.5rem;
        color: #151515;
        font-size: 2rem;
        font-family: "Pretendard-Regular";
    }

    .compare-box div.pdf a span em {
        font-family: "Pretendard-SemiBold";
    }

    .compare-box div.pdf a span::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 24px;
        background-image: url(../img/autoCad/mob/ico-arrow-grey.png);
        transform: translateY(-50%);
    }

    .compare-box div.pdf a:hover {
        border-color: #dadada;
        background-color: #ffffff;
    }

    .compare-box div.pdf a:hover span {
        color: #151515;
    }

    .compare-box div.pdf a:hover span::after {
        background-image: url(../img/autoCad/mob/ico-arrow-grey.png);
    }

    /* LAYERPOPUP */
    .layerpopup-box {
        max-width: 640px;
    }

    .layerpopup-box .popup-body .policy-box .text-box {
        height: 112px;
    }
}

@media all and (max-width: 640px) {
    /* SHARE */
    .share-box .share-copy .sns-box a {
        width: 32%;
    }

    /* LAYERPOPUP */
    .layerpopup-box {
        max-width: 480px;
    }
}

@media all and (max-width: 480px) {
    /* HEADER */
    #header {
        padding: 12px 16px;
    }

    #header a.sck {
        width: 32px;
    }

    #header a.autodesk {
        width: 64px;
    }

    /* FOOTER */
    #footer .inner {
        padding: 32px 16px;
    }

    #footer p {
        padding-left: 20px;
        line-height: 2rem;
        font-size: 1rem;
    }

    #footer p::before {
        width: 14px;
        height: 14px;
    }

    #footer span {
        margin-left: 2px;
        line-height: 1.25rem;
        font-size: 0.75rem;
    }

    #footer span::before {
        line-height: 1.25rem;
        font-size: 0.75rem;
    }

    /* NAV */
    .nav-box {
        border-width: 1px;
    }

    .nav-box a {
        padding: 8px 24px;
        line-height: 1.5rem;
        font-size: 1rem;
    }

    /* SHARE EVENT */
    .share-box {
        padding: 48px 8px;
    }

    .share-box .share {
        padding: 40px 16px;
    }

    .share-box .share-copy .tag-box p {
        line-height: 1.25rem;
        font-size: 0.875rem;
    }

    .share-box .share-copy .tag-box a {
        margin-top: 16px;
        padding: 14px;
        line-height: 1.25rem;
        font-size: 1rem;
    }

    .share-box .share-copy .sns-box {
        margin-top: 16px;
    }

    .share-box .share-copy .sns-box a {
        padding: 4px 0 !important;
        border-width: 1px;
    }

    .share-box .share-copy .sns-box a p {
        padding-left: 20px;
        font-size: 0.875rem;
    }

    .share-box .share-copy .sns-box a p::before {
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
    }

    .share-box .share-btn a {
        padding: 14px;
        line-height: 1.25rem;
        font-size: 1rem;
    }

    /* SOLVE */
    .solve-box .inner {
        padding: 48px 24px;
    }

    .solve-box .solve-btn {
        margin-top: 0;
    }

    .solve-box .solve-btn a {
        padding: 14px;
        line-height: 1.25rem;
        font-size: 1rem;
    }

    /* COMPARE */
    .compare-box {
        padding: 40px 16px 48px;
    }

    .compare-box div {
        position: relative;
        margin-top: 0px;
    }

    .compare-box div.ico a:hover {
        background-color: transparent;
    }

    .compare-box div.pdf a {
        margin-top: 12px;
        padding: 12px;
        border-width: 1px;
        text-align: center;
    }

    .compare-box div.pdf a span {
        padding-right: 12px;
        line-height: 1.25rem;
        font-size: 1rem;
    }

    .compare-box div.pdf a span::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 6px;
        height: 12px;
        background-image: url(../img/autoCad/mob/ico-arrow-grey.png);
        transform: translateY(-50%)
    }

    /* LAYERPOPUP */
    .layerpopup-box {
        max-width: 320px;
    }

    .layerpopup-box .popup-body > div p {
        margin-bottom: 4px;
    }

    .layerpopup-box .popup-body .check-box label span {
        padding-left: 24px;
        line-height: 1.5rem;
        font-size: 0.875rem;
    }

    .layerpopup-box .popup-body .check-box label span::before {
        width: 16px;
        height: 16px;
    }

    .layerpopup-box .popup-body .policy-box .text-box {
        height: 112px;
    }

    .layerpopup-box .popup-foot p {
        font-size: 0.75rem;
    }
}