/* ==========================================================================
   pore1-landing.css
   Extracted from event-promotion.css for views/event/pore1.ejs
   Only contains CSS actually used by the pore1 landing page.
   ========================================================================== */

/* --- Utility --- */
.cboth {
    clear: both;
}

.cboth:after {
    content: " ";
    display: block;
    clear: both;
}

/* --- Footer --- */
#footer {
    padding-bottom: 10%;
}

#footer .footer_cont {
    padding: 20px 5%;
    border-top: 1px solid #4d4d4d;
}

#footer .footer_section01 {
    border-top: 1px solid #4d4d4d;
}

#footer .footer_cont button {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 7px;
    padding-right: 25px;
    border: 0;
    font-size: 14.4px;
    line-height: 1.58;
    color: #ababab;
    background: #272727;
    outline: none;
    font-family: 'Noto Sans KR', sans-serif;
}

#footer .footer_cont button:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 9px;
    margin-top: -3px;
    background-size: 100% auto;
    content: '';
    transition: all 0.4s;
}

#footer .footer_cont .cont {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
    font-weight: 300;
    line-height: 2;
}

#footer .copyright {
    padding-top: 50px;
}

#footer .footer_cont.open button:after {
    transform: rotate(180deg);
}

#footer .footer_cont.open .cont {
    max-height: 160px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#footer .footer_section03 {
    border-top: 0;
    padding-top: 0;
}

#footer .footer_section03 .cont li a img {
    width: 6px;
    top: -2px;
    position: relative;
    margin-left: 4px;
}

/* --- Landing Page Fonts --- */
@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url(/assets/fonts/NeueHaasUnicaPro-Bold.otf);
}

/* --- Landing Page Base --- */
body {
    height: 100%;
    overflow: auto;
}

#main * {
    box-sizing: border-box;
}

#main {
    background: #fff !important;
    max-width: 700px;
    margin: 0 auto;
}

/* --- Visual --- */
.visual {
    position: relative;
}

.visual h1 {
    position: absolute;
    top: 0;
    left: 6.25%;
    width: 25.625%;
    padding-top: 8.125%;
}

.visual img {
    display: block;
    width: 100%;
}

.img_full img {
    display: block;
    width: 100%;
}

/* --- Landing Button --- */
.landing_button {
    width: 100%;
    padding: 0 20px 0;
}

#landing01 .btn_event {
    display: block;
    background: #252525;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold !important;
}

#landing01 .btn_event:hover,
#landing01 .btn_event:focus {
    background: #000;
}

#landing01 .btn_event img {
    display: block;
    width: 100%;
}

/* --- Fixed Button (bottom CTA) --- */
#fixed_btn2 {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    width: 100%;
    max-width: 700px;
    transition: all 0.4s;
    padding: 0 20px 0;
}

#fixed_btn2 a {
    float: left;
    width: 100%;
    display: block;
}

#fixed_btn2 .btn_event {
    display: block;
    background: #252525;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold !important;
}

#fixed_btn2.open {
    display: block !important;
}

#fixed_btn2 .btn_event:hover,
#fixed_btn2 .btn_event:focus {
    background: #000;
}

#fixed_btn2 .btn_event img {
    display: block;
    width: 100%;
}

/* --- Event Popup (consultation form) --- */
#event_pop {
    position: fixed;
    top: 0;
    z-index: 2001;
    width: 100%;
    max-width: 700px;
    height: 100%;
    overflow: scroll;
    padding: 55px 0px 20px;
    color: #3c3c3c;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    font-weight: 300;
    background: #fff;
    transform: translateY(-105%);
    transition: all 0.4s;
}

#event_pop.open {
    transform: translateY(0);
}

#event_pop .btn_close {
    position: absolute;
    top: 0;
    right: 5.3125%;
    margin-top: 5.3125%;
    width: 3.9%;
}

#event_pop .btn_close img {
    width: 100%;
}

#event_pop h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

#event_pop .frow {
    margin-top: 22px;
    padding: 0 0;
}

#event_pop .frow.info {
    margin-top: 35px;
    padding: 0 0;
}

#event_pop .frow .label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
}

#event_pop .frow input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #3c3c3c;
    background: #fff;
}

#event_pop .frow p.caution {
    font-size: 13px;
    color: #3c3c3c;
    line-height: 26px;
}

#event_pop .alert_msg {
    display: none;
    padding-top: 11px;
    font-size: 16px;
    color: #ae6759;
}

#event_pop .chk_area {
    height: 90px;
}

#event_pop .frow input[type="submit"] {
    width: 100%;
    background: #ff1f00;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
}

#event_pop .btn_submit {
    display: block;
    width: 100%;
}

#event_pop input::-webkit-input-placeholder {
    color: #3c3c3c;
}

#event_pop input:-moz-placeholder {
    color: #3c3c3c;
    opacity: 1;
}

#event_pop input::-moz-placeholder {
    color: #3c3c3c;
    opacity: 1;
}

#event_pop input::-ms-input-placeholder {
    color: #3c3c3c;
}

#event_pop input::input-placeholder {
    color: #3c3c3c;
}

.event_pop_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.65);
}

/* --- Checkbox (form) --- */
.checkbox {
    position: relative;
    height: 20px;
    letter-spacing: -0em;
}

.checkbox+.checkbox {
    margin-top: 10px;
}

.checkbox input {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.checkbox label {
    padding-left: 37px;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 20px;
}

.checkbox label:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border: 1px solid #636363;
    content: "";
}

.checkbox input:checked+label:before {
    border: 0;
    background: url("/assets/img/product/landing01/icon_checkbox.webp") no-repeat center;
    background-size: 100% auto;
}

.checkbox input:focus+label:before {
    outline: 1px dotted #000;
}

.checkbox.q1 {
    width: 49% !important;
    margin-top: 15px;
    display: inline-block;
}

/* --- Event Popup Inner --- */
#event_pop .inwrap {
    height: 100%;
    overflow: scroll;
    padding: 0px 20px 0px;
}

#event_pop .inwrap .box {
    width: 100%;
    margin-bottom: 20px;
}

#event_pop .inwrap .box p {
    width: 100%;
}

#event_pop .inwrap .box p.promotion {
    text-align: center;
    font-family: "Neue Haas Unica Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 10px;
}

#event_pop .inwrap .box p.leadCopy {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 22px;
}

#event_pop .inwrap .box video {
    width: 100%;
}

/* --- Fixed Bottom Button (3-column, unused but kept for safety) --- */
#fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.4s;
}

#fixed_btn a {
    float: left;
    width: 33.33%;
    display: block;
}

#fixed_btn a.btn_kakao {
    height: 130px;
    background-image: url("/assets/img/product/bottom_button_kakao_nor.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    bottom: 50px;
}

#fixed_btn a.btn_kakao:hover,
#fixed_btn a.btn_kakao:focus {
    background-image: url("/assets/img/product/bottom_button_kakao_sel.webp");
}

#fixed_btn a.btn_call {
    height: 130px;
    background-size: 100%;
    background-image: url("/assets/img/product/bottom_button_call_nor.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
}

#fixed_btn a.btn_call:hover,
#fixed_btn a.btn_call:focus {
    background-image: url("/assets/img/product/bottom_button_call_sel.webp");
}

#fixed_btn a.btn_price {
    height: 130px;
    background-image: url("/assets/img/product/bottom_button_price_nor.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    bottom: 0;
}

#fixed_btn a.btn_price:hover,
#fixed_btn a.btn_price:focus {
    background-image: url("/assets/img/product/bottom_button_price_sel.webp");
}

/* --- Landing FAQ --- */
.landing_faq {
    padding: 20px 5.9375% 0;
}

.landing_faq h2 {
    margin-bottom: 48px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: "Minion Pro", "KoPub Batang", "Nanum Myeongjo", Verdana, Dotum, AppleGothic, sans-serif;
    line-height: 1;
}

.landing_faq dl {
    padding-bottom: 55px;
    border-bottom: 0px solid #d9d9d9;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.landing_faq dt {
    border-bottom: 1px solid #cccccc;
    margin-top: 18px;
}

.landing_faq dt:first-child {
    margin: 0;
}

.landing_faq dt a {
    display: block;
    position: relative;
    padding: 16px 45px 16px 42px;
    line-height: 1.3;
}

.landing_faq dt a:after {
    position: absolute;
    right: 19px;
    top: 50%;
    width: 15px;
    height: 12px;
    margin-top: -6px;
    background: url("/assets/img/product/landing01/icon_arr.webp") no-repeat center;
    background-size: 100% auto;
    content: "";
}

.landing_faq dt .num {
    position: absolute;
    top: 18px;
    left: 19px;
    width: 15px;
    height: 15px;
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #252525;
}

.landing_faq dd {
    display: none;
    padding: 19px;
    line-height: 1.75;
}

.landing_faq dt.on a:after {
    transform: rotate(180deg);
}

.landing_faq dt.on+dd {
    display: block;
}

/* --- Landing Contacts --- */
.landing_contacts {
    margin: 70px 5.9375% 70px;
}

.landing_contacts h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    line-height: 40px;
    color: #3c3c3c;
}

.landing_contacts .txt {
    font-size: 15px;
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    line-height: 40px;
    color: #3c3c3c;
}

/* --- Map --- */
.wrap_controllers {
    display: none !important;
}

.root_daum_roughmap {
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
}

/* --- Video --- */
.video video {
    display: block;
    width: 100%;
    padding: 0 5.9375% 0;
}

.video_padding {
    padding: 0 5%;
}

/* --- Title Sub Copy --- */
.title_subCopy {
    color: #3c3c3c;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.3px;
}

/* --- Skill Bar --- */
.zt-skill-bar {
    width: 85%;
    position: relative;
    color: #fff;
    font-size: 11px;
    line-height: 28px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #903e26;
}

.zt-skill-bar * {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.zt-skill-bar>div {
    font-family: "Noto Sans KR", "맑은 고딕", Verdana, Dotum, AppleGothic, sans-serif;
    font-weight: 300;
    font-size: 12px;
    background-color: #aeaeae;
    position: relative;
    text-indent: 9px;
    width: 0;
}

.zt-skill-bar.first>div {
    background: #903e26;
}

.zt-skill-bar.last>div {
    color: #351c1f;
}

.zt-skill-bar span {
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    padding: 0 5px 0 10px;
    color: #000;
    font-size: 14px;
}

/* --- Landing Page Reset --- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    width: 100%;
    height: 100%;
}

body,
code {
    min-width: 320px;
    font-size: 13px;
    line-height: 1.2em;
    color: #1b1b1b;
    background: #fff;
    -webkit-text-size-adjust: none;
}

code {
    background: none;
    display: block;
}

ul li {
    list-style: none;
}

ol {
    list-style-position: inside;
}

img,
fieldset {
    border: none;
}

img {
    vertical-align: middle;
}

hr.layout {
    display: none;
}

em,
address {
    font-style: normal;
}

ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
}

table {
    width: 100%;
    table-layout: fixed;
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;
}

table caption {
    display: none;
}

th,
td {
    border: 0;
    line-height: 18px;
}

legend {
    height: 0;
    width: 0;
    display: block;
    text-indent: -9999em;
}

label {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

object,
del,
sub,
var {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* --- Call Button (from landing-pore1.css) --- */
.btn_call_v2 {
    width: 132px;
    height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #3c3c3c;
    line-height: 42px;
    margin-left: 20px;
    float: right;
    cursor: pointer;
}