@charset "UTF-8";

/* common */
section.contents-section div.contents > h1 { margin: 2rem 0 0 0; font-size: 2.8rem; font-weight: var( --font-weight-bold ); }
section.contents-section div.contents > h2 { margin: 15rem 0 0 0; font-size: 2.8rem; font-weight: var( --font-weight-bold ); }
section.contents-section div.contents > h2.about { margin: 4rem 0 0 0; font-size: 2.8rem; font-weight: var( --font-weight-bold ); }


/* KMAP 소개 */
section.contents-section div.contents div.about-kmdp-step-01 { margin-top: 3rem; }
section.contents-section div.contents div.about-kmdp-step-01 p { margin-top: 3rem; padding: 0 2rem; line-height: 3rem; font-size: 1.8rem; }
section.contents-section div.contents div.about-kmdp-step-02 { margin-top: 6rem; }
section.contents-section div.contents div.about-kmdp-step-02 img { display: block; margin: 0 auto; }
section.contents-section div.contents div.about-kmdp-step-02 img.kmdp { margin-top: 3rem; }
section.contents-section div.contents div.about-kmdp-step-02 p { margin: 3rem auto 0 auto; padding: 0 2rem; width: 650px; line-height: 3rem; font-size: 1.8rem; }
section.contents-section div.contents div.vision-step-01 { display: flex; margin: 3rem auto 0 auto; width: 1000px; height: 500px; align-items: end; border-radius: 2rem;
	background-image: var( --kmdp-intro-vision-01-url ); background-size: contain; }
section.contents-section div.contents div.vision-step-01 p { padding: 5rem 0; width: 100%; line-height: 2.8rem; font-size: 1.8rem; background-color: rgba( 255, 255, 255, 0.85 ); }
section.contents-section div.contents div.flex-step { display: flex; margin: 15rem 0 2rem 0; justify-content: space-around; }
section.contents-section div.contents div.flex-step > div { width: calc( 50% - 8rem ); }
section.contents-section div.contents div.flex-step > div > div { text-align: left; }
section.contents-section div.contents div.flex-step > div > div.mt20 { margin-top: 20rem; }
section.contents-section div.contents div.flex-step > div > div.mt35 { margin-top: 35rem; }
section.contents-section div.contents div.flex-step > div > div h3 { margin: 0; font-size: 2.4rem; text-align: left; font-weight: var( --font-weight-bold ); }
section.contents-section div.contents div.flex-step > div > div img { margin-top: 2rem; width: 100%; }
section.contents-section div.contents div.flex-step > div > div p { margin-top: 3rem; line-height: 3rem; font-size: 1.8rem; text-align: left; color: var( --color-of-gray ); }

/* 제조기업 회원 혜택 & 사용 가이드 */
section.contents-section div.contents div.contents-body { margin-top: 5rem; }
section.contents-section div.contents div.contents-body div.tabs { display: flex; border-bottom: 1px solid var( --color-of-soft-border ); }
section.contents-section div.contents div.contents-body div.tabs div.tab { display: flex; flex-direction: column; padding: 1rem 2.8rem; font-size: 1.8rem; font-weight: bold; border-bottom: 3px solid var( --color-of-white ); cursor: pointer; }
section.contents-section div.contents div.contents-body div.tabs div.tab:hover { border-color: var( --color-of-theme ); }
section.contents-section div.contents div.contents-body div.tabs div.tab.on { color: var( --color-of-theme ); border-color: var( --color-of-theme ); }
section.contents-section div.contents div.contents-body div.tab-content { position: relative; padding: 8rem 2rem 0 2rem; display: none; }
section.contents-section div.contents div.contents-body div.tab-content.active { display: block; }
section.contents-section div.contents div.contents-body div.tab-content > button { position: absolute; top: 1rem; right: 1rem; padding: 1.4rem 4rem; font-size: 1.8rem; border: none; border-radius: 1rem; background-color: var( --color-of-theme ); color: var( --color-of-white ); }
section.contents-section div.contents div.contents-body div.tab-content div.item { display: flex; margin-bottom: 5rem; padding: 0; height: fit-content; min-height: 350px; justify-content: space-between; align-items: start; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div {}
section.contents-section div.contents div.contents-body div.tab-content div.item > div.img { width: calc( 45% - 2rem ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.img img { width: 100%; border-radius: 2rem; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr { width: calc( 55% - 2rem );}
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > h2 { margin: 0 0 3rem 0; font-size: 2.4rem; text-align: left; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p { margin-bottom: 2rem; line-height: 2.4rem; font-size: 1.8rem; text-align: left; color: var( --color-of-gray ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p.strong { margin-bottom: 0; font-weight: var( --font-weight-bold ); color: var( --default-font-color ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p.mb1 { margin-bottom: 1rem; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p.discriptions { font-size: 1.6rem; color: var( --color-of-light-gray ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p:last-child { margin-bottom: 0.4rem; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > p > a { padding: 0.8rem 2rem; font-size: 1.4rem; border: none; border-radius: 1rem; background-color: var( --color-of-theme ); color: var( --color-of-white ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > ul { margin: 0; padding: 0 0 0 2rem; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > ul li { padding-bottom: 1rem; line-height: 2.4rem; font-size: 1.8rem; text-align: left; }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > ul li > span.playback-interval { margin-left: 1rem; padding: 0.2rem 0.8rem; white-space: nowrap; vertical-align: top; font-size: 1.2rem; font-weight: var( --font-weight-light ); border-radius: 2rem; background-color: var( --color-of-theme ); color: var( --color-of-white ); }
section.contents-section div.contents div.contents-body div.tab-content div.item > div.dscr > ul li > p { line-height: 2.4rem; font-size: 1.8rem; text-align: left; color: var( --color-of-gray ); }

/* 제조기술 영상 제작 신청 */
div.tech-video { padding-bottom: 3rem; }
div.tech-video section.process-section h1 { margin: 2rem 0 5rem 0; padding: 0; font-size: 2.8rem; }
div.tech-video section.process-section div.one-to-one { margin-bottom: 4rem; padding: 0.4rem 0; line-height: 3rem; font-size: 1.4rem; color: var( --color-of-notice ); border: 1px solid var( --color-of-notice ); border-radius: 0.8rem; background-color: var( --color-of-notice-bg ); display: none; }
div.tech-video section.process-section div.one-to-one i { display: inline-block; margin-right: 0.8rem; width: 20px; height: 18px; transform: translateY(4px); background-image: var( --warnning-icon-url ); background-repeat: no-repeat; background-size: contain; }
div.tech-video section.process-section div.process-bar { position: relative; margin-bottom: 10rem; height: 1px; background-color: var( --color-of-soft-border ); }
div.tech-video section.process-section div.process-bar > div { position: absolute; top: -0.8rem; left: 50%; width: 26rem; background: none; }
div.tech-video section.process-section div.process-bar > div#step-1 { transform: translateX( calc( -50% - 26rem ) ); }
div.tech-video section.process-section div.process-bar > div#step-2 { transform: translateX( -50% ); }
div.tech-video section.process-section div.process-bar > div#step-3 { transform: translateX( calc( -50% + 26rem ) ); }
div.tech-video section.process-section div.process-bar > div > p.step { margin-top: 1.2rem; font-size: 1.5rem; color: var( --color-of-light-gray ); }
div.tech-video section.process-section div.process-bar > div > p.step-nm { margin-top: 1.2rem; font-size: 1.8rem; }
div.tech-video section.process-section div.process-bar > div > p i { display: inline-block; margin: 0 auto; width: 1.6rem; height: 1.6rem; background-image: var( --icon-step-inactive-url ); background-repeat: no-repeat; }
div.tech-video section.process-section div.process-bar > div.active > p.step-nm { color: var( --color-of-theme ); }
div.tech-video section.process-section div.process-bar > div.active > p i { background-image: var( --icon-step-active-url ); }
div.tech-video div.tab-content h2 { text-align: left; font-size: 2.2rem; font-weight: var( --font-weight-bold ); }
div.tech-video div.tab-content h2 span.descriptions { margin-left: 3rem; font-size: 1.4rem; color: var( --color-of-light-gray ); }
div.tech-video div.tab-content table { margin: 0 auto 3rem auto; width: calc( 100% - 10rem ); font-size: 1.6rem; }
div.tech-video div.tab-content table tr th { padding: 0.8rem 0; font-weight: var( --font-weight-bold ); text-align: left; }
div.tech-video div.tab-content table tr th span.required { color: var( --color-of-notice ); }
div.tech-video div.tab-content table tr td { padding: 0.8rem 0; line-height: 2.4rem; text-align: left; color: var( --color-of-gray ); }
div.tech-video div.tab-content table tr td input[type="text"] { padding: 1rem; width: 400px; font-size: 1.4rem; border-radius: 0.6rem; border: 1px solid var(--color-of-default-border ); }
div.tech-video div.tab-content table tr td input[type="text"].datepicker { padding-right: 4rem; width: 15rem; cursor: pointer;
	background-image: var( --icon-calendar-url ); background-repeat: no-repeat; background-position: center right 1rem; }
div.tech-video div.tab-content table tr td span.between { margin: 0 1rem; color: var( --color-of-gray ); }
div.tech-video div.tab-content table tr td span.attch-description { display: block; text-align: right; font-size: 1.4rem; color: var( --color-of-light-gray ); }
div.tech-video div.tab-content table tr td textarea { padding: 1rem; width: 100%; height: 10rem; font-size: 1.4rem; border: 1px solid var(--color-of-soft-border); border-radius: 1rem;color: var(--color-of-gray ); }
div.tech-video div.tab-content table tr td select { padding: 1rem; border: 1px solid var(--color-of-default-border); font-size: 1.4rem; border-radius: 0.8rem; color: var(--color-of-gray ); }
div.tech-video div.tab-content table tr td div#file-drop { margin: 0.6rem 0; padding: 2.5rem 0; border: 1px dashed var( --color-of-soft-border ); border-radius: 0.8rem; background-color: var( --color-of-drop-down-bg ); }
div.tech-video div.tab-content table tr td div#file-drop.file-hover { border-color: var( --color-of-theme ); }
div.tech-video div.tab-content table tr td div#file-drop i { display: block; margin: 0 auto 1rem auto; width: 35px; height: 46px; background-image: var( --file-icon-url ); background-repeat: no-repeat; background-size: contain; }
div.tech-video div.tab-content table tr td div#file-drop p { font-size: 1.4rem; text-align: center; color: var( --color-of-gray ); }
div.tech-video div.tab-content table tr td div#file-drop > * { pointer-events: none; }
div.tech-video div.tab-content table tr td div#file-drop input[type="file"] { display: none; }
div.tech-video div.tab-content table tr td p { text-align: left; }
div.tech-video div.tab-content table tr td p.direct { text-align: right; }
div.tech-video div.tab-content table tr td p.direct button.upload-file-btn { margin-right: 1rem; padding: 0; border: none; background: none; color: var( --color-of-theme ); text-decoration: underline; }
div.tech-video div.tab-content table tr td p.attched > span { display: inline-block; margin-right: 2rem; line-height: 4rem; }
div.tech-video div.tab-content table tr td p.attched > span button { padding: 0; background: none; border: none; border-radius: 0; }
div.tech-video div.tab-content table tr td p.attched > span button.upload-file { padding: 0 0.5rem 0.2rem 2.8rem; font-size: 1.4rem; color: var( --color-of-theme ); border-bottom: 1px solid var( --color-of-theme ); 
	background-image: var( --clip-icon-url ); background-repeat: no-repeat; background-size: 1.6rem; background-position: center left 0.4rem; cursor: default; }
div.tech-video div.tab-content table tr td p.attched > span button.delete { margin-left: 0.4rem; padding: 0.3rem; width: 1.6rem; height: 1.6rem; border: 1px solid var( --color-of-soft-border );
	background-image: var( --thin-gray-close-url ); background-repeat: no-repeat; background-position: center; }
div.tech-video div.tab-content table tr td button.uploaded-file { margin: 0 2rem 1rem 0; padding: 0 0.4rem 0.4rem 2.8rem; width: fit-content; max-width: 420px; font-size: 1.4rem; border: none; border-radius: 0; background: none; color: var(--color-of-theme);
    background-image: var(--clip-icon-url); background-repeat: no-repeat; background-position: center left 0.4rem; border-bottom: 1px solid var(--color-of-theme); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
div.tech-video section.func-section { display: flex; margin-top: 3rem; padding: 3rem 0 0 0; justify-content: space-between; border-top: 1px solid var( --color-of-soft-border ); }
div.tech-video section.func-section button { padding: 1rem 4rem; font-size: 1.6rem; color: var( --color-of-white ); border: none; border-radius: 0.8rem; background-color: var( --color-of-theme ); }
div.tech-video section.func-section button:disabled { background-color: var( --color-of-light-gray ); }