﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

/* *******************************************************
* filename : style.css * producer : jason  * date : 2023-09-22
******************************************************** */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
figure,
figurecaption {
    margin: 0;
    padding: 0
}

body,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: Helvetica, AppleSDGothicNeo-Regular, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

section,
nav,
article,
aside,
hgroup,
header,
footer {
    display: block
}

html {
    height: 100%
}

body {
    position: relative;
    height: 100%;
    background-color: #fff;
    color: #000;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    min-width: 320px
}

img,
fieldset {
    border: 0
}

img {
    vertical-align: top
}

iframe {
    vertical-align: bottom
}

ul,
ol {
    list-style: none
}

em,
address {
    font-style: normal
}

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

table {
    border-collapse: collapse
}

hr,
legend {
    display: none
}

button {
    border: 0;
    background: 0;
    cursor: pointer;
    outline: 0;
    box-shadow: none
}

select {
    border-radius: 0
}

input[type=text]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type=text]::-ms-clear,
input[type=search]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none
}

header {
    font-family: "나눔고딕", NanumGothic, "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, Sans-serif !important
}

header nav {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 20px
}

header nav ul {
    float: right
}

header nav ul li {
    float: left;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #444
}

header nav ul li:first-child a {
    color: #3f6cdb
}

header nav ul li:nth-child(2) {
    position: relative
}

header nav ul li:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    width: 1px;
    height: 12px;
    background: #e5e5e5
}

header nav ul li img {
    margin-top: 15px;
    width: 3px;
    height: 15px;
    background: url(images/etc.png);
    background-size: 100% 100%
}

header nav img {
    display: inline-block;
    width: 68px;
    height: 20px;
    margin-top: 12px
}

header .hrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 88px 0 0
}

header .hrap p i {
    border-radius: 11px;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #0d0d0d;
    color: #0d0d0d;
    font-style: normal;
    padding: 0 6px
}

header .hrap p {
    font-size: 16px;
    word-break: break-all;
    margin: 0 20px 14px
}

header .hrap h2 {
    font-size: 2.7em;
    font-family: 'NanumBarunGothic', sans-serif;
    word-break: break-all;
    line-height: 1.35;
    margin: 0 20px;
    letter-spacing: -.045em
}

header .hrap .tit {
    margin: 20px 20px 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

header .hrap .tit img {
    width: 40px;
    height: 40px
}

header .hrap .tit .name {
    position: absolute;
    top: 0;
    left: 50px
}

header .hrap .tit .name i {
    font-style: normal;
    color: #3f6cdb
}

header .hrap .tit .time {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 13px;
    color: #000;
    opacity: .4
}

header .hrap .tit .time span {
    border-left: 1px solid #ccc;
    padding-left: 7px;
    margin-left: 3px
}

main section article,
main section aside,
main section .prab,
main section .comment {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

main section article {
    margin-top: 50px
}

main section article h2 {
    text-align: center;
    font-size: 1.45em;
    line-height: 25px
}

main section article p {
    margin-top: 15px;
    line-height: 1.65;
    text-align: center
}

main section article p.txtl {
    text-align: left
}

main section article p.txt2 {
    text-align: left;
    color: #1c4fcf;
    
}

main section article>img {
    display: block;
    width: 100%;
    display: block;
    margin: 50px auto 0
}

main section article em {
    display: block;
    font-size: 11px;
    letter-spacing: -.065em;
    color: #666;
    line-height: 1.35
}

main section aside {
    width: 90%;
    max-width: 500px;
    margin: 60px auto 0;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0
}

main section aside img {
    width: 100%;
    display: block;
    margin: 0 auto
}

main section aside .dbrap .dbq dt,
main section aside .dbrap .dbq dd {
    height: 40px;
    line-height: 40px
}

main section aside .dbrap .dbq dt span {
    font-size: 11px;
    display: block;
    line-height: 0
}

main section aside .dbrap .dbq dd {
    font-size: 11px
}

main section aside .dbrap .dbq dd input {
    margin-right: 5px
}

main section aside .dbrap .dbq dd input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 2px
}

main section aside .dbrap .dbq dd input[type="checkbox"]:checked+label {
    font-weight: 700;
    color: #3f6cdb
}

main section aside .dbrap .dbq dd label {
    margin-right: 7px;
    white-space: nowrap
}

main section aside .dbrap {
    padding: 20px 40px 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #f5f5f5
}

main section aside .dbrap dl dd,
main section aside .dbrap dl dt {
    float: left;
    padding: 3px 0;
    vertical-align: middle;
    height: 55px;
    line-height: 55px
}

main section aside .dbrap dl dt {
    width: 20%;
    min-width: 80px;
    font-size: 16px;
    font-weight: 700
}

main section aside .dbrap dl dd {
    width: 77%;
    margin-left: 3%
}

main section aside .dbrap dl dd input,
main section aside .dbrap dl dd select {
    width: 99%;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid #ccc
}

main section aside .dbrap dl dd.tel input,
main section aside .dbrap dl dd.tel select {
    width: 33% !important;
    float: left
}

main section aside .dbrap dl dt span {
    color: red
}

main section aside .dbrap dl dd.tel::after,
main section aside .dbrap dl::after {
    content: '';
    display: block;
    clear: both
}

main section aside .dbrap dl dd.tel input.tel2 {
    border-right: 0;
    border-left: 0
}

main section aside .dbrap .agree {
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
    letter-spacing: -.025em;
    color: #666
}

main section aside .dbrap .agree input {
    vertical-align: middle
}

.btnAc {
    width: 90%;
    height: 50px;
    border: none;
    border-radius: 3px;
    background: red;
    text-align: center;
    display: block;
    margin: 10px auto 0;
    font-size: 26px;
    position: relative;
    overflow: hidden;
    animation: dbbtn 3s infinite ease-in-out
}

.btnAc p {
    font-weight: 800;
    line-height: 2;
    color: #fff;
    -webkit-text-stroke: 1px #c00;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
    font-family: 'Nanum Gothic', sans-serif;
    animation: dbbt 3s infinite ease-in-out;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

main section aside .dbrap img {
    width: 90%;
    margin: 0 auto
}

main section aside .dbrap .db_result {
    font-size: 14px;
    text-align: center;
    margin-top: 15px
}

main section aside .dbrap .db_result input {
    width: 15%;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, .2);
    border-radius: 1px;
    height: 25px;
    line-height: 1;
    color: red;
    animation: dbtxt 1s infinite
}

main section aside .dbrap .db_result input::placeholder {
    color: red
}

main section .bottom_post {
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin-top: 40px
}

main section .bottom_post ul li {
    display: inline-block;
    font-size: 13px;
    color: #7f7f7f;
    background: #f2f2f2;
    padding: 0 2px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis
}

main section .bottom_post ul li a {
    color: #7f7f7f
}

main section .bottom_sns {
    padding-bottom: 40px;
    position: relative
}

main section .bottom_sns ul li {
    float: left;
    border: 1px solid #d5d5d5;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    padding: 0 12px
}

main section .bottom_sns ul li img {
    width: 18px;
    height: 15px;
    margin-right: 5px;
    margin-top: 6px;
    display: inline-block
}

main section .bottom_sns ul li img.et {
    height: 2px;
    width: 10px;
    margin: 11px 0 0 5px
}

main section .bottom_sns ul li:first-child {
    border-right: 0
}

main section .bottom_sns ul::after {
    content: '';
    display: block;
    clear: both
}

main section .bottom_sns>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 27px;
    margin-top: 0
}

main section .profile {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-family: "나눔고딕", NanumGothic, "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, Sans-serif !important;
}

main section .profile .prab {
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

main section .profile .prab img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto 14px;
}

main section .profile .prab h3 {
    font-size: 18px;
}

main section .profile .prab p {
    font-size: 12px;
    margin-top: 7px;
}

main section .profile .prab p i {
    color: #3f6cdb;
    font-style: normal;
}

main section .profile .prab em {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 8px;
}

main section .profile .prab button {
    margin: 20px auto 0;
    font-size: 14px;
    width: 110px;
    height: 39px;
    border-radius: 50px;
    background: #3f6cdb;
    border: 1px solid #1c4fcf;
    color: #fff;
    display: block;
}

main section .comment .comt {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding: 28px 0 15px;
    border-bottom: 1px solid #eee;
    position: relative
}

main section .comment .comt ul li {
    display: inline-block;
    margin-right: 11px
}

main section .comment .comt ul li:first-child {
    color: #000
}

main section .comment .comt ul li img {
    width: 12px;
    height: 8px;
    margin-top: 7px
}

main section .comment .comt>img {
    position: absolute;
    right: 0;
    bottom: 15px
}

main section .comment .comrap {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-family: "나눔고딕", NanumGothic, "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, Sans-serif !important
}

main section .comment .comrap h3 {
    font-family: "나눔고딕", NanumGothic, "맑은고딕", "Malgun Gothic", "돋움", Dotum, Helvetica, Sans-serif !important;
    font-size: 13px;
    line-height: 24px;
    color: #2a2a2a;
    font-weight: 700
}

main section .comment .comrap h3 img {
    width: 25px;
    height: 25px
}

main section .comment .comrap p {
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word
}

main section .comment .comrap .combtn {
    margin-top: 7px
}

main section .comment .comrap .combtn button {
    font-size: 12px;
    padding: 0 7px;
    border: 1px solid #e0e0e0
}

main section .comment .comrap .combtn ul {
    float: right
}

main section .comment .comrap .combtn ul li {
    float: left;
    border: 1px solid #e0e0e0;
    padding: 0 7px;
    color: #999;
    font-size: 12px
}

main section .comment .comrap .combtn ul li:first-child {
    border-right: 0
}

main section .comment .comrap .combtn ul li img {
    padding-right: 3px;
    margin-top: 3px
}

footer {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

footer div {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

footer div h3 {
    text-align: center;
    color: #999;
    font-size: 12px;
}

footer div p {
    font-size: 12px;
    color: #444;
    text-align: center;
    display: none;
}

.layer-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    width: 90%;
    height: 90%;
    max-width: 640px;
    max-height: 620px;
    background: #fff;
    border: 1px solid #111;
    padding: 60px 40px 40px;
    z-index: 999;
    box-sizing: border-box;
}

.layer-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer
}

.layer-popup .close::after,
.layer-popup .close::before {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 18px);
    width: 37px;
    height: 1px;
    background: #333;
    content: ''
}

.layer-popup .close::after {
    transform: rotate(45deg)
}

.layer-popup .close::before {
    transform: rotate(-45deg)
}

.layer-popup.open {
    display: block
}

.layer-popup h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.layer-popup th {
    border: 1px solid #444;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 16px
}

.layer-popup td {
    border: 1px solid #444;
    padding: 5px;
    font-size: 14px
}

.layer-popup .depth {
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left
}

.pine_rap {
    width: 100%;
    max-width: 700px;
    word-wrap: break-word;
}

.pine_rap h2 {
    text-align: center;
}

.pine_rap .tt {
    font-weight: bold;
    text-align: right;
}

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

.pine_rap p {
    text-align: justify;
    margin: 1em auto
}

.pine_rap h5 {
    font-size: 1.15em;
    color: #ff3333;
    margin-top: 1.5em;
    margin-bottom: 0px;
}

.pine_rap h6 {
    font-size: 1.15em;
    margin-top: 1.5em;
    margin-bottom: 0px;
}

.pine_rap .et {
    font-size: 12px;
}

.pine_rap span {
    font-size: 12px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

b {
    font-size: 1.05em;
}

.p1 {
    color: #ff3333;
}

.p1 {
    color: #ff3333;
}
.p1_under{
    color: #ff3333;
    text-decoration: underline;
}

.p2 {
    color: #1c4fcf;
}

.under{
    text-decoration: underline;
}

.pybg{
    background-color: yellow;
}


@media screen and (max-width:767px) {
    header .hrap {
        padding-top: 30px;
    }

    header .hrap h2 {
        font-size: 26px;
    }

    header .hrap p {
        font-size: 15px;
    }
}

@media screen and (max-width:600px) {
    header .hrap p {
        font-size: 14px
    }

    main section aside .dbrap .dbq dt {
        width: 100%;
        height: 30px;
        line-height: 30px
    }

    main section aside .dbrap .dbq dd {
        width: 100%;
        height: auto;
        line-height: 1.4
    }

    main section aside .dbrap .dbq dt span {
        font-size: 9px;
        display: inline-block;
    }

    main section article p {
        font-size: 20px
    }

    main section aside .dbrap {
        padding: 2.5% 5% 5%
    }

    main section aside .dbrap dl dt {
        min-width: 50px
    }

    main section aside .dbrap .dbq dd {
        font-size: 13px
    }

    main section .bottom_btn {
        padding: 0 5% 2.5%
    }
}

@media screen and (max-width:500px) {
    main section aside .dbrap .dbq dt {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    main section aside .dbrap .dbq dd {
        width: 100%;
        height: auto;
        line-height: 1.4;
    }
}

@keyframes dbtxt {
    0% {
        font-size: 14px;
    }

    50% {
        font-size: 16px;
    }

    100% {
        font-size: 14px;
    }
}

@keyframes dbbtn {
    0% {
        background: red;
    }

    50% {
        background: #000;
    }

    100% {
        background: red;
    }
}

@keyframes dbbt {
    0% {
        top: 0px;
    }

    30% {
        top: -55px;
    }

    50% {
        top: -55px;
    }

    90% {
        top: -105px;
    }

    100% {
        top: -105px;
    }
}