@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}

/* layout */
* { box-sizing: border-box; }
html { 
    background: #f6f6f6; 
    margin: 0;
    padding: 0;
    height: 100vh;
}
body { background: #f6f6f6; text-align: center; height: auto; margin: 0;
    padding: 0;
    /*background-image: url(/static/images/consult/common/bg.png);
    background-size: 100%;*/
}
#doc { 
  margin: auto; 
  width: 100%; 
  max-width: 1900px;
  font-family: 'Dotum', '돋움'; 
  font-size: 12px; 
  text-align: left; 
  line-height: 21px; 
  color: #333; 
}
#body { width: 100%; position: relative; }
#content { padding: 0; border: 0 none; min-height: 185px; height: auto; 
    text-align: center; max-width: 1280px; margin: 0 auto; position: relative;
}
#footer { display: none; }
#copyright { display: none; }

.consult_mobile #footer { display: block; }
.consult_mobile #copyright { display: block; }

/* header */
#header {
  display: none;
}
.consult_mobile #header {
  display: block;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.align-center {
    text-align: center;
}

a:hover {
    color: inherit;
}

.btn {
    display: inline-block;
    width: 130px;
    height: 32px;
    padding: 10px 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 12px;
    border: none;
    color: #fff;
    margin: 2px 0;
}

.btn.open-True {
    color: #fff;
    background-color: #ff9700;
}

.btn.open-False {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
}

.pc-section {
    width: 980px;
    margin: 0 auto 20px;
    padding: 44px 50px 37px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0.5px 0.9px 8px 0 rgba(0, 0, 0, 0.35);
    background-color: #ffffff;
}

.consult_pc_title .year img {
    
}

.consult_pc_title .title {
    font-size: 32px;
    color: #493312;
    letter-spacing: -2px;
    font-weight: 500;
}

.consult_pc_menu {
    margin-top: 76px;
    text-align: right;
    float: right;
    vertical-align: top;
}

.consult_pc_menu:after {
    clear: both;
}

.price-info {
    display: inline-block;
    vertical-align: sub;
    font-size: 17px;
    line-height: 25px;
    margin-right: 6px;
    color: #666666;
}

.price-info .price {
    font-weight: 500;
    font-size: 26px;
    color: #ff3545;
    letter-spacing: -1px;
}

.price-info .unit {
    color: #ff3545;
}

.subtitle-1 {
    color: #785b2c;
    font-size: 28px;
    font-weight: 500;
}

.subtitle-1 .sub {
    font-size: 18px;
}

.subtitle-2 {
    font-size: 15px;
    color: #573c11;
    font-weight: 700;
}

.subtitle-2 .sub {
    color: #777;
    font-weight: 300;
}

.p1-title {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: -1.5px;
    text-align: center;
    color: #f00;
    padding: 30px 0;
}
.booking-txt {
    text-align: center;
    font-size: 18px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}
.booking-txt b {
    color: #624814;
}
.booking-btn {
    background-color: #f39c12;
    padding: 15px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 2em;
    line-height: 1.5;
    margin-top: 25px;
}

.divided-desc {
    position: relative;
    font-size: 0;
}

.divided-desc .column {
    width: 50%;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.consult_pc.img-wrapper img {
    padding-left: 10px;
}

.consult_mobile.img-wrapper img {
}

.divided-desc .column.lpad {
    padding-left: 40px;
}

.divided-desc .column:nth-child(2) .img-wrapper img {
    padding-left: 14px;
}



.section {
    min-height: 364px;
}

.people .consultant-wrapper p {
    margin: 4px 0;
}

.consult_pc .success-num {
    font-weight: 700;
}

.mb-18 {
    margin-bottom: 18px;
}
.mb-10 {
    margin-bottom: 10px;
}

.consult_mobile {
    word-break: keep-all;
}
.consult_mobile .rlpad {
    padding: 0 10px;
    color: #555555;
}

.consult_mobile .rlpad p {
    margin: 2px 0;
    line-height: 1.6;
    letter-spacing: -0.5px;
}

.consult_mobile .rlpad p.left-txt {
    letter-spacing: -0.9px; font-weight: 500; font-size: 19px; color: #a1804b; display: inline-block; vertical-align: top; width: 160px;
}
.consult_mobile .rlpad p.right-txt {
    letter-spacing: -0.9px; font-weight: 300; font-size: 19px; color: #2f2f2f; display: inline-block; vertical-align: top; width: calc(100% - 170px);
}

.consult_mobile .flex-half {
    display: inline-block;
    vertical-align: top;
}
.consult_mobile .flex-half:nth-child(1) {
    padding-right: 22px;
}

.scroll-img {
    display: none;
    position: absolute; 
    right: 0;
    top: 50%;
    margin-top: -38px;
    z-index: 999;
    -moz-animation:blink normal 3s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 3s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 3s infinite ease-in-out;
    /* IE */
    animation:blink normal 3s infinite ease-in-out;
    /* Opera */
}

@keyframes blink {
    0% {
           opacity: 1;
    }
    50% {
           opacity: 0.4;
    }
    100% {
           opacity: 1;
    }
}


    .consult_pc {
        display: none;
    }

    .consult_mobile {
        display: block;
        text-align: left;
    }

    .consult_explain_image {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .consult_mobile_title {
        padding: 40px 20px 15px;
    }

    .consult_mobile_title .year {
        line-height: 0.8em;
        color: #666;
        height: 17px;
        width: 44px;
        
    }

    .year img {
        height: 100%;
    }

    .consult_mobile_title .title {
        font-size: 30px;
        color: #493312;
        letter-spacing: -0.64px;
        font-weight: 700;
    }

    .consult_mobile_header {
        background-image: url(/static/images/consult/fjord2022/m/0.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 15%;
    }

    body {
        background-color: #ffffff;
    }

    #footer {
        background-color: #f6f6f6;
    }

    .page-contents {
        padding: 0;
    }

    .section {
        margin-bottom: 40px;
    }

    .section-title {
        color: #101010;
        font-weight: 700;
        margin: 20px 0 50px;
        text-align: center;
        font-size: 2.2em;
        letter-spacing: -0.05em;
    }
    .section-main-period {
        position: relative;
        margin: 25px 0 50px;
        font-size: 2em;
        font-weight: 700;
        color: #ff6a10;
        letter-spacing: -0.05em;
        line-height: 1.5;
    }
    .section-main-period p {
        font-size: 22px;
        font-weight: 500;
    }

    .section-main-title {
        position: relative;
        margin: 25px 0 25px;
        font-size: 2em;
        font-weight: 700;
        color: #333;
        letter-spacing: -0.05em;
        line-height: 1.5;
    }
    .section-main-title span {
        color: #B8312F;
    }

    .title-sub {
        color: #333;
        letter-spacing: -0.05em;
    }
    .title-sub p {
        line-height: 1.4 !important;
        font-size: 20px; 
        letter-spacing: -1px !important; 
        margin-bottom: 10px !important; 
        font-weight: 500; 
        text-align:center;
    }
    .brown {
        color: #B8312F;
    }
    .blue {
        color: #2969B0;
    }
    .underline {
        border-bottom: 2px solid currentcolor;
        display: inline-block;
    }

    .section-subtitle {
        position: relative;
        margin: 25px 0 25px;
        font-size: 2.0em;
        font-weight: 700;
        color: #6d5022;
        letter-spacing: -0.05em;
        line-height: 1.5;
    }

    .consult-desc {
        color: #2f2f2f;
        letter-spacing: -0.05em;
        line-height: 1.6;
    }
    
    .consult_mobile .rlpad .dot_li {
        position: relative;
        margin-bottom: 5px;
    }
    .consult_mobile .rlpad .dot_li p {
        margin-left: 21px;
        color: #2f2f2f;
        letter-spacing: -0.78px;
    }
    .consult_mobile .rlpad .dot_li img.bigdot {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .consult_mobile .rlpad .dot_li img.smalldot {
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 0;
    }

    .li-price {
        display: none;
    }

    .num_li {
        position: relative;
        margin: 4px 0;
    }

    .num_li img {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .num_li .text {
        margin-top: 10px;
        margin-left: 35px;
        color: #555;
        font-size: 18px;
        line-height: 1.5em;
    }

    .section span.prefix {
        color: #c6b69c;
        font-weight: 700;
    }

    .num_li_dot {
        position: relative;
        margin: 3px 0;
    }

    .num_li_dot img {
        width: 8px !important;
        height: auto;
        position: absolute;
        top: 7px;
        left: 2px;
    }

    .num_li_dot img.star {
        top: 6px;
    }

    .num_li_dot .text {
        margin-top: 4px;
        margin-left: 13px;
        color: #555;
        font-size: 14px;
        line-height: 1.5em;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .consultant-wrapper {
        text-align: left;
        margin-bottom: 30px;
    }

    .consultant-wrapper .consultant-type ~ p {
        margin: 2px 0 0 10px !important;
    }

    .consultant-type {
        font-weight: 500;
        color: #6d5022;
        margin: 38px 0 12px;
        font-size: 14px;
    }

    .consultant-wrapper .name {
        font-weight: 500;
        margin: 6px 0;
        color: #333;
    }

    .consultant-wrapper .info {
        color: #555;
        padding-left: 14px;
    }
    
    .page-contents {
        padding: 0 15px;
    }

@media screen and (min-width: 1400px) {
    .scroll-img {
        right: -3%;
        top: 50%;
    }
}

@media screen and (min-width: 1280px) {
    body {  
        background-image: url(/static/images/consult/common/bg.png);
        background-size: 1900px 100%;
        background-position: center;
    }
    
    .consult_pc {
        display: inline-block;
        width: calc(93% - 580px);
        height: 100vh;
        vertical-align: top;
        text-align: center;
    }

    .consult_mobile {
        position: relative;
        display: inline-block;
        max-width: 580px;
        height: 100vh;
        overflow-y: scroll;
        margin: 0 auto;
        text-align: left;
        background-color: #ffffff;
        -ms-overflow-style: none;
    }
    .consult_mobile::-webkit-scrollbar{ display:none; }
    
    .flex-wrap {
        width: 560px;
        height: 100%;
        display:flex; justify-content:center; align-items:center;
    }
    .left-content {
        max-width: 460px;
        width: 100%;
        text-align: left;
    }
    .left-content p {
        align-items: center;
    }
    .left-content p.copyright {
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: -0.42px;
        color: #2f2f2f;
    }
    
    .left-content .site-btn-row a {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 58px;
        margin: 53px 5px 30px 0;
        border-radius: 10px;
        border: solid 1px #624814;
        background-color: #fff;
        text-align: center;
        vertical-align: top;
    }
    
    .scroll-img {
        display: inline-block;
    }

    .consult-desc {
        line-height: 26px;
        font-size: 13px;
    }

    .page-contents {
        padding: 0 15px;
    }

    .num_li {
        position: relative;
        margin: 4px 0;
    }

    .num_li.nesting {
        margin-top: 24px;
        margin-bottom: 5px;
    }

    .num_li img {
        /*width: 28px;*/
        height: 28px;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .section {
        margin-bottom: 24px;
    }

    .section span.prefix {
        color: #c6b69c;
        font-weight: 700;
    }

    .num_li_dot {
        position: relative;
        margin: 3px 0;
    }

    .num_li_dot.nested {
        margin-left: 4px;
    }

    .num_li_dot img {
        width: 8px;
        height: auto;
        position: absolute;
        top: 8px;
        left: 2px;
    }

    .num_li_dot.big img.dot {
        width: auto;
        height: auto;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .num_li_dot img.star {
        top: 4px;
    }

    .num_li_dot img.dot {
        width: 7px;
        top: 8px;
        left: 4px;
    }

    .num_li_dot img {
        width: 7px;
        top: 7px;
        left: 5px;
    }

    .consultant-wrapper .info {
        margin-top: 8px;
        margin-left: 17px;
    }

    .consultant-wrapper .info p {
        line-height: 1.6em;
    }

    .num_li_dot .text {
        font-weight: 500;
        margin-top: 4px;
        margin-left: 17px;
        color: #555;
        font-size: 15px;
        line-height: 1.5em;
    }

    .consultant-wrapper {
        text-align: left;
        color: #555;
        margin-bottom: 30px;
    }

    .consultant-wrapper p {
        margin: 2px 0;
    }

    .consultant-wrapper .name {
        font-size: 16px;
        font-weight: 500;
        margin: 6px 0;
    }

    .hint {
        margin-top: 10px;
    }
}

@media screen and (max-width:480px) {
    .consult_mobile_title .title {
        font-size: 25px;
    }
    .title-sub p {
        font-size: 20px; 
    }
    .section-main-period {
        font-size: 4.8vw;
    }
    .section-main-period p {
        font-size: 4vw;
    }
    .consult_mobile .rlpad {
        padding: 0;
    }
    .consult-desc p.br br {
        display: none;
    }
}

#header .header1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
    padding-right: 10px;
}
#header .header1 .header_link .header_link_manu {
  width: 30px;
  height: 30px;
  background-image: url(/static/images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 8px;
  cursor: pointer;
}
#header .header1 .header_last { flex-basis: 52px; }
  #header .header1 .header_last a { padding: 8px 4px 8px; }

  #header { padding-top: 12px; padding-bottom: 12px; }
  #header .header1 .header_link { margin-left: 12px; }
  .header_link.menu_open .header_link_manu.header_pc { display: none; }
  #header .header1 .header_link.menu_open .header_link_mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    width: 216px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: #eeeeee;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #header .header1 .header_link.menu_open .header_link_back {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(127, 127, 127, 0.3);
    z-index: 2;
  }
  #header .header1 .header_link.menu_open .header_link_mobile .header_link_first {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #header .header1 .header_link.menu_open .header_link_mobile .header_link_copyright {
    margin-top: auto;
    text-align: center;
  }
  #header .header1 .header_link.menu_open .header_link_nav { display: none; }
  #header .header1 .header_link.menu_open .header_link_nav_mobile {
    width: 100%;
    padding-top: 21.875%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px auto;
    position: relative;
  }
  #header .header1 .header_link.menu_open .header_link_nav_mobile a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #header .header2 { padding-top: 24px; }
  #header .header2 .logo { width: 148px; }
  .card-mobile-explain { padding: 8px; }
  .mobile-inline { display: inline-block; }

#header div a {
    font-size: 16px;
    color: #474646;
    letter-spacing: -0.5px;
     font-weight: 500;
}

