﻿@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
******************************************************** */
:root {
    --color-point: #529cdc;
    --color-point2: #498ce9;
    --color-point3: #fc4c4e;
    --color-point4: #4881F7;
    --color-white: #fff;
    --color-red: #f12f22;
    --color-lightgray: #e8e8e8;
    --color-gray0: #dadada;
    --color-gray1: #9c9c9c;
    --color-gray2: #8c8c8c;
    --color-gray3: #999;
    --color-gray4: #666;
    --color-darkgray: #333;
    --color-dark: #000;
    --border-inner: rgba(0, 0, 0, .1);
    --border-outer: rgba(0, 0, 0, .3);
    --mobile-padding: 20px;
    --bottom-padding: 15px;
    --slide-opacity: .5;
    --contentFont: 'Pretendard Variable';
    --Font-serif: "Roboto", sans-serif;
    --lineh1: 1.4;
    --lineh2: 1.8;}
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
}

.pc{display: block} .mo{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: #d80007
}

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: 0em
}

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: #d80007
}

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 h2 {
    text-align: center;
    font-size: 1.45em;
    line-height: 25px
}

main section article p {
    font-size: 21px !important;   
    margin-top: 0px;
    line-height: 1.7;
    text-align: left;
    margin:0 auto;
}

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: 700px;
    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
}

.gender>input {width: 16px !important; height: 16px !important;}

.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 button {font-size: 26px;}
.checkboxdpart {
    margin-top: -10px;
    line-height: 2;
}

.checkboxdpart input{
    width: auto !important;
    height: auto !important;
}


.checkboxdpart label{
   margin-right: 5px;
}

.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: #b0000c;
    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: #b0000c;
    border: 1px solid #b0000c;
    color: #fff;
    display: block;
}

section .comment {
    width:100% !important; 
    max-width:720px !important; 
    margin:0 auto !important;
    padding:30px var(--mobile-padding) 0 !important; 
    box-sizing: border-box !important; 
}
section .comment .com_top > p{ 
    margin:0px;
    font-weight: bold; 
    line-height: 24px;
}
section .comment .com_top > p img {
    width:12px; 
    margin-left:5px; 
    padding:5px; 
    border:1px solid #eee;
}
section .comment .com_form {
    position:relative; 
    width:100%; 
    height:90px; 
    margin-top:15px; 
    padding:var(--mobile-padding) 15px; 
    border:1px solid #777; 
    border-bottom:1px solid #eee; 
    box-sizing: border-box;
}
section .comment .com_form p {
    margin:0px; 
    font-size: 14px; 
    color:var(--color-gray3);
}
section .comment .com_form p span {
    color:#000;
}
section .comment .com_form::after { 
    display:block; 
    position:absolute; 
    right:15px; 
    bottom:15px; 
    font-size: 13px; 
    color:var(--color-gray3);
    content:'0/1000';
}
section .comment .com_btn {
    position:relative;
    height:45px;         
    padding:0 var(--mobile-padding); 
    border:1px solid #777; 
    border-top:0px;  
    font-size: 14px; 
    line-height: 45px;
    color:var(--color-gray4);
}
section .comment .com_btn img { 
    display:inline-block;
    width:20px; 
    vertical-align: middle;
}
section .comment .com_btn .com_sub {
    position:absolute; 
    right:0px; 
    bottom:0px;
    width:65px; 
    height:45px; 
    background: var(--color-gray4); 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 45px; 
    color:var(--color-white); 
    text-align:center; 
}
.comment .com_head {
    display:flex; 
    justify-content: space-around;
    padding:25px 0 15px; 
    border-bottom: 1px solid #e5e5e5;
}
.comment .com_head p {
    width:calc(100% - 30px);
    margin:0px;
    font-size: 15px;
    color:var(--color-gray3);
}
.comment .com_head p b {
    padding-right:10px;
    color:#000;
}
.comment .com_head p b svg {
    width:13px;
    vertical-align: middle;
}
.com_list {
    width:100%; 
    max-width:720px; 
    margin:0 auto;
    padding:var(--mobile-padding) var(--mobile-padding) 0; 
    box-sizing: border-box;
}
.com_img img{
display: block;
width: 100%;
padding: 2% 0;
margin: 0 auto;
}
.com_img2 img{
display: block;
width: 80%;
padding: 2% 0;
}

.com_list.reply {
    padding:15px 15px 0 30px;
    background: #f5f5f5;
}
.com_list.reply .co_btn {
    justify-content: flex-end;
}
    .com_list.reply .com_profile i {
    padding:2px 5px 1px;
    vertical-align: middle;
    background: var(--color-point2);
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    border-radius:10px;
    }
.com_list.reply .com_txt {
    padding:0 5px;
}
.com_list .com_profile img {
    width:30px;
    padding-right:9px;
}
.com_list .com_profile p {
    position:relative;
    height:33px;
    margin:0px;
    font-size: 15px;
    font-weight: 700; 
    line-height: 1.2;
}
.com_list .com_profile span {
    position:absolute;
    bottom:0px; 
    left:40px;
    font-size: 11px;
    font-weight: 300;
    color:var(--color-gray3);
}
.com_list .com_txt {
    margin:7px 0 0;
    font-size: 17px;
    line-height: 1.5;
    color:#000;
    word-break: break-all;
}
.com_list .com_txt .best{
    display:inline-block;
    padding:3px 7px 0px;
    vertical-align: middle;
    background:#ff0000;
    font-size: 11px;
    color:var(--color-white);
    border-radius:20px;
}
.com_list .co_btn {
    display:flex;
    justify-content: space-between;
    padding:10px 0 20px;
    border-bottom:1px solid var(--color-gray0);
}
.com_list .com_box {
    height:25px;
    padding:0 10px;
    border:1px solid var(--color-gray0);
    background: var(--color-white);
    font-size: 12px;
    line-height: 25px;
    color:var(--color-gray4);
}
.com_list .co_btn ul {
    display:flex;
    gap:5px;
}
.com_list .co_btn ul li img {
    width:14px;
    margin-right:4px;
    vertical-align: middle;
}
.com_more {
    display:flex;
    align-items:center;
    justify-content: end;
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:10px 20px; 
    font-size: 13px;
    box-sizing: border-box;
}
.com_more svg {
   width: 8px;
   padding-left:5px;
   fill:var(--color-gray1);
}

/*
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: 17px;
    line-height: 24px;
    color: #2a2a2a;
    font-weight: 700
}
    main section article p {
        font-size: 20px
    }

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

main section .comment .comrap p {
    font-size: 18px;
    line-height: 25px;
    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;
}

.mt30{
    margin-top: 30px;
}

.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 {
}

.p1 {
    color: #f30000;
}

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

.p2 {
    color: #0041e3;
}

.under{
    border-bottom: solid #000 1.5px;
}

.pybg{
    background-color: #ffff2b;
}


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

    header .hrap h2 {
    margin: 0 16px;     
        
        font-size: 2.1em;
    }

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

@media screen and (max-width:600px) {
    
.pc{display: none} .mo{display: block;}
    
    header .hrap p {
        font-size: 14px
    }
main section article,
main section .prab,
main section .comment {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box
}
    
main section aside{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box
}
    
    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: 21px !important;
    }
    main section article  .motxt{
        font-size: 19px !important;
    }

    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;
    }
}

/**디비폼**/

#wrap {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0px;
}

/*1번*/
.dbq {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom:5px;
    width:95%;
    margin:0 auto;
}

.dbq input {display: none;
    text-indent: -9999em;}
    
.dbq input:checked + label {
      background: #b0000c;
      color: #fff;
      font-weight: 700;
  }

.dbq input + label {
    box-sizing: border-box;
    display: inline-block;
    width: calc(24% - 7px);
    padding: 8px 0px;
    font-size: 16px;
    text-align: center;
    color: #d60727;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b0000c;
}



#dbform h3 {
  font-size: 18px;
  padding: 30px 10px 10px 10px;
  text-align: left;
  color: #121212;
}


      
/*#dbform { border: 1px solid rgb(172, 172, 172);  background: #ffffff;; padding: 16px 27px 30px; max-width: 640px;}*/

#dbform {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 99;
    margin: auto;
    border: 5px solid #b0000c;
    background: #fff;
}

div .ipForm {
    padding: 5% 5%;
    border: 0px solid #1e4acd;
    background: #fff;
}

div.ipForm dl {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    margin: 1% 0;
    display: flex;
}
div.ipForm dl dt {
    width: 23%;
    font-family: 'Inter', 'Noto Sans KR', sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    padding-top: 1.5%;
    margin-left: 2%;
}
div.ipForm dl dd {
    width: 75%;
    display: flex;
}
div.ipForm dl dd input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 18px;
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 400;
}
div.ipForm dl dd select {
    width: 33%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 18px;
    border-radius: 0px;
    box-sizing: border-box;
    font-weight: 400;
}

div.ipForm dl dd input[name="성별"] {display:none;}
div.ipForm dl dd input.gen + label {width:50%; display:block; background: #fff; height:50px; line-height: 50px; float:left; font-size: 18px; text-align:center;  border:1px solid #ccc; transition:all .5s; cursor: pointer;}
div.ipForm dl dd input.gen:checked + label {background: #b0000c; color:#fff;}

aside .dbii {
  border-top: 1px dashed #ccc;
  margin-top: 10px;
  padding-top: 25px;} 


  aside .dbii dl {
    white-space: nowrap;
}

aside .dbii dt {
  width: 25%;
  min-width: 80px;
  padding-left: 2%;
  padding-top: 4px;
  float: left;
  position: absolute;
    vertical-align: middle;
    font-size: 15.5px; 
}

aside .dbii dt span {
  color: #f55;
}

aside .dbii dd {
  width: 75%;
  padding-left: 10px;
  text-align: left;
  float: right;}

  @keyframes btn { 0% {top:0;} 50% {top:10px; background: #ff0000;} 65% {top:10px; background: #000;} 100% {top:0;} }

aside .dbii input[type=text], aside .dbii input[type=tel] {
  height: 40px;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 10px;
  width: 80%;
}

aside .dbii dd .tel {
  width: 25.4%;
  border: 1px solid #ccc;
  height: 40px;
}

aside .dbii button {
  width: 72%;
  display: block;
  position: relative;
  margin: 0 auto 15px;
  margin-top: 15px;
  height: 70px;
  border-radius: 12px;
  background: #b0000c;
  border: 0;
  box-shadow: 0 3px 5px rgb(0 0 0 / 11%);
  color: #fff;
  font-size: 30px;
    font-weight: 600;
/*  animation: btn 2s ease-in infinite;*/
}

aside {
  background: #fff;
  position: relative;
  z-index: 6;
  width: 90%;
  margin: 8px auto 0;
}

.dbii .privacy {
  font-size: 12px;
  color: #888;
  padding-top: 5px;
    text-align: center
}
label,button .db{cursor:pointer; font-size: 16px;}
input,select{vertical-align:middle}
label,button{cursor:pointer;}

button *{position:relative}button img{left:-3px;*left:auto}
p{font-family:pretendard,'pretendard',sans-serif;display:block;-webkit-margin-before:1em;-webkit-margin-after:1em;
  -webkit-margin-start:0;-webkit-margin-end:0}header,nav,main,section,article,aside,footer{display:block}
 
  aside .dbii dl::after{content:'';display:block;clear:both;padding:5px 0}

  @media screen and (max-width:640px) {
    main section article p {font-size: 19px!important;}
      
    section .comment .com_form2 { 
        display:flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        margin-top:15px;
        padding:0 0 0 10px;
        border:1px solid #777;
        line-height: 45px;
    }
    section .comment .com_form2 p {
        overflow: hidden;
        width: calc(100% - 100px);
        margin:0px; 
        font-size: 15px;
        color:var(--color-gray4);
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    section .comment .com_form2 img {
        width:25px;
        height:auto;
    }
    section .comment .com_form2 .com_sub {
        width: 65px;
        height: 45px;
        background: var(--color-gray4);
        font-size: 14px;
        font-weight: bold;
        line-height: 45px;
        color: var(--color-white);
        text-align: center;
    }
    .com_list .com_txt {
        font-size: 15px;
    }      
      
  }
@media screen and (max-width:600px) {
    
        #wrap {
	width: 100%;
    } }
@media screen and (max-width:402px) {
        header .hrap h2 {
        font-size: 2em;
    }
@media screen and (max-width:380px) {
    header .hrap h2 {
    margin: 0 16px;     
        font-size: 1.7em;
    }
    main section article p {
        font-size: 19px !important;
        padding-bottom:0px;
    }  
    main section article .motxt {
        font-size: 17px !important;
        padding-bottom:0px;
    }    
}
@media screen and (max-width:340px) {
    main section article .motxt {
        font-size: 16px !important;
        padding-bottom:0px;
        
    }    
        header .hrap h2 {
        margin:0 15px;
        font-size: 1.6em;
        }
}
