@charset "UTF-8";

/*
 * @file    - style.css
 * @desc    - KISA 
 * @author  - Park inkyung
 * @date    - 2021.07.13 ~ 
 * @contact - ik.park@abydos.co.kr
 *
*/
/* **************************************** *
 * FONT
 * **************************************** */
@font-face {
    font-family: "Noto";
    src: url("fonts/NotoSansKR-Light.otf") format("opentype"),
        url("fonts/NotoSansKR-Light.woff2") format("woff2"),
        url("fonts/NotoSansKR-Light.woff") format("woff");
    font-weight: 200;
}

@font-face {
    font-family: "Noto";
    src: url("fonts/NotoSansKR-Regular.otf") format("opentype"),
        url("fonts/NotoSansKR-Regular.woff2") format("woff2"),
        url("fonts/NotoSansKR-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Noto";
    src: url("fonts/NotoSansKR-Medium.otf") format("opentype"),
        url("fonts/NotoSansKR-Medium.woff2") format("woff2"),
        url("fonts/NotoSansKR-Medium.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Noto";
    src: url("fonts/NotoSansKR-Bold.otf") format("opentype"),
        url("fonts/NotoSansKR-Bold.woff2") format("woff2"),
        url("fonts/NotoSansKR-Bold.woff") format("woff");
    font-weight: 800;
}

@font-face {
    font-family: "Gmarket";
    src: url("fonts/GmarketSansLight.otf") format("opentype");
    src: url("fonts/GmarketSansLight.woff") format("woff");
    font-weight: 200;
}

@font-face {
    font-family: "Gmarket";
    src: url("fonts/GmarketSansMedium.otf") format("opentype");
    src: url("fonts/GmarketSansMedium.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Gmarket";
    src: url("fonts/GmarketSansBold.otf") format("opentype");
    src: url("fonts/GmarketSansBold.woff") format("woff");
    font-weight: 600;
}

/* **************************************** *
 * RESET
 * **************************************** */
* {
    font-family: "Noto", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    letter-spacing: -1px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    line-height: 1.1;
    font-family: "NotoR", sans-serif;
    font-size: 16px;
}

html,
body {
    position: relative;
}


/* HTML5 display-role reset for older browsers */
ol,
ul,
li {
    list-style: none
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed
}

img,
fieldset {
    border: 0;
    width: 100%;
}

li img,
dd img,
dt img,
label img {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input,
select,
textarea,
button {
    font-size: 16px;
    color: #333;
}

img,
input,
select {
    vertical-align: middle;
}

hr {
    display: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 800
}

h5,
h6 {
    font-weight: 600;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

strong {
    font-weight: 800;
}

/* base */
html {
    width: 100%;
}

body {
    width: 100%;
    font-size: 14px;
    color: #333
}

input::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
}

a {
    color: #222;
    text-decoration: none;
    font-size: 14px
}

caption,
legend {
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#skipNav a {
    display: block;
    position: absolute;
    left: 0;
    top: -10000px;
    text-align: center;
    width: 100%;
    height: 30px;
    z-index: 500;
    line-height: 30px;
    font-size: 14px;
}

#skipNav a:hover,
#skipNav a:focus,
#skipNav a:active {
    background: #ccc;
    top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    color: #333;
}

input::-ms-clear {
    display: none
}

.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
    visibility: hidden
}

.txt-hide {
    text-indent: -9999em;
    overflow: hidden
}

.cf:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}

/* form */
/*
input:-ms-clear,
input:-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

input[type="checkbox"], 
input[type="radio"] {
    display: none;
    appearance: none;
    -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{opacity: 0;}
.form-inline.date input::-webkit-input-placeholder {color: #c9cbd0}
.form-inline.date input:-ms-input-placeholder {color: #c9cbd0}
label {font-size: 15px;color: var(--gy);}
input {color: #222; font-size: 16px; border: 0}
input:disabled,
select:disabled {background-color: #f7f8fa; color: #c9cbd0;}
select:focus,
input:focus {outline-style: none;}
*/

/* chk */
.form-inline.chkbox input:disabled~label,
.form-inline.radio input:disabled~label {
    opacity: 0.7
}

/* scrollbar */
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(201, 203, 208);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c9cbd0;
}

/* textarea */
textarea {
    width: 100%;
    max-width: 100%;
    height: 300px;
    max-height: 300px;
    line-height: inherit;
    padding: 20px;
    border: 1px solid #c9cbd0;
    border-radius: 5px;
    margin: 20px 0
}

textarea::placeholder {
    color: #c9cbd0;
}

textarea:-ms-input-placeholder {
    color: #c9cbd0;
}

textarea:disabled {
    border: 1px solid #c9cbd0;
    background-color: #f7f8fa;
    opacity: .7;
}

/* 
::selection {
	color: #fff;
	background-color: var(--blu-hf);
}
::-moz-selection {
	color: #fff;
	background-color: var(--blu-hf);
}
mark{
	color: #fff;
	background-color: var(--blu-hf);
} */
/* **************************************** *
 * COMMON
 * **************************************** */
/* color set */
:root {
    --wh: #fff;
    --wh-1: #dedede;
    --wh-2: #e6e6e6;
    --wh-3: #dadada;
    --wh-5: #f2f2f2;
    --wh-4: #f8f9f9;
    --wh-5: #f9f9f9;
    --wh-6: #e1e1e1;

    --bk: #000;
    --bk-1: #0e0e0e;
    --bk-2: #363636;
    --bk-3: #030303;
    --bk-4: #242424;

    --bk-hf: rgba(9, 0, 0, .7);
    --bk-hf-3: rgba(9, 0, 0, .4);
    --nv-hf: rgba(2, 23, 56, .5);
    --blu-hf: rgb(2, 58, 120, .6);

    --blu-1: #01488a;
    --blu-2: #1e50a4;
    --blu-3: #3d78c8;
    --blu-4: #103371;
    --blu-5: #a7caf1;

    --nv: #003768;
    --nv-1: #0f0951;
    --nv-2: #1e3556;
    --nv-3: #023a78;
    --nv-4: #302c74;

    --gy: #666;
    --gy-1: #4b4b4b;
    --gy-2: #696969;
    --gy-3: #c3c3c3;
    --gy-4: #c5c5c5;
    --gy-5: #717171;
    --gy-6: #757575;

    --gn: #009604;
    --gn-1: #339900;
    --gn-2: #2dd400;
    --gn-4: #007028;
    --gn-5: #deff00;
    --gn-6: #a3c1a5;

    --sk: #d5e7ff;
    --sk-1: #d2ddea;
    --sk-2: #b6cbd9;
    --sk-3: #e4ebf3;

    --rd: #db391c;
    --rd-1: #ff9c9c;
    --rd-2: #ffefef;
    --rd-3: #a74444;

    --yw: #f3c53f;
    --yw-1: #f4d6b0;
    --yw-2: #faf7f1;
    --yw-3: #ffe164;

    --bw: #664422;
    --bw-1: #bba188;

}

body {
    width: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

#wrap {
    position: relative;
    height: 100%;
}

#container {
    height: 100%;
    padding-top: 109px
}

#container::after {
    display: block;
    content: "";
    clear: both
}

.innerW {
    width: 1200px;
    margin: 0 auto;
}

.innerW-half .innerW {
    width: 960px;
    margin: 0 auto;
    padding: 130px 0 0;
}

.both {
    height: 100%;
}

.both::after {
    display: block;
    content: "";
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.clear {
    clear: both;
}

/* btn */
.link-more {
    display: inline-block;
    position: relative;
    font-size: 25px;
}

.link-more::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
}

.link-more:hover::after {
    animation: link .5s forwards
}

@keyframes link {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

/* title */
.sub-tit {
    position: relative;
    font-size: 22px;
    color: var(--bk);
    color: #000;
    margin-bottom: 25px;
}

.sub-tit::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    box-shadow: 0 0 0 4px var(--vita-green) inset;
}

.line-tit {
    position: relative;
    font-size: 16px;
    padding-left: 14px;
    color: var(--bk);
    color: #000;
    margin-bottom: 30px;
}

.line-tit::before {
    display: block;
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 3px;
    height: 16px;
}


/* txt */
.sec-txt-wrap h3 {
    font-size: 40px;
    text-align: left;
}

.sec-txt-wrap p {
    font-size: 17px;
    color: #666;
    color: var(--gy);
    line-height: 1.5;
}

.disFlex {
    display: flex;
    align-items: center;
}

.disFlex-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.txt-warning {
    font-size: 14px;
    color: #009604;
    color: var(--gn);
    margin-top: 14px;
    margin-left: 120px;
}

.txt-link {
    color: #0161cd
}

.sub-txt {
    font-size: 14px;
    word-wrap: break-word;
    white-space: break-spaces;
    margin-top: 15px;
}

.txt-cnt {
    text-align: center;
}

.dot-dic li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.dot-dic li::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #000;
    background: var(--bk);
    border-radius: 50%;
}

.dot-dic li:last-child {
    margin-bottom: 0;
}

.line-dic li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.line-dic li::before {
    display: inline-block;
    content: "-";
    margin-left: -20px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
}

.line-dic li:last-child {
    margin-bottom: 0;
}

.bold-dic li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.bold-dic li:last-child {
    margin-bottom: 0;
}

.tit-spac li,
.tit-spac li span {
    font-size: 18px;
}

.t1 {
    letter-spacing: 7px;
}

.t2 {
    margin: 0 7px 0 31px
}

.bbs-sm {
    font-size: 12px;
}


/* form */
.form-scope {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.form-scope label {
    font-size: 16px;
    font-family: "NotoB", sans-serif;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}

.form-scope input {
    width: 330px;
    height: 50px;
    border: 1px solid #696969;
    border: 1px solid var(--gy-2);
    border-radius: 5px;
    padding: 10px;
    font-family: "NotoL", sans-serif;
}

.form-scope input:focus {
    outline: none;
}

.form-scope button {
    min-width: 105px;
    min-height: 40px;
    font-size: 13px;
    text-align: center;
    padding: 14px 24px;
    color: #fff;
    color: var(--wh);
    margin-left: 20px
}

/* table */
.chk-table {
    border: 1px solid #717171;
    border: 1px solid var(--gy-5);
    margin-top: 15px;
}

.chk-table-border {
    border-top: 2px solid var(--nv-3);
    margin: 30px 0;
}

.chk-table thead th {
    background-color: #c5c5c5;
    background-color: var(--gy-4);
}

.chk-table-border thead th {
    /* background-color: #c5c5c5; */
    background-color: var(--sk-3);
}

.chk-table th,
.chk-table td {
    border-left: 1px solid #717171;
    border-left: 1px solid var(--gy-5);
    border-bottom: 1px solid #717171;
    border-bottom: 1px solid var(--gy-5);
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.chk-table input {
    display: block;
    appearance: inherit;
    -webkit-appearance: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.chk-table td {
    position: relative;
}

.chk-table input:checked+label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000;
    margin-left: -8px;
    margin-top: -8px;
}

.chk-table td a {
    font-weight: bold;
}

.chk-table td a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.chk-table td button {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #888;
}

.chk-table-border td {
    height: 50px;
}

.basic-table {
    border-top: 2px solid #023a78;
    border-top: 2px solid var(--nv-3);
}

.basic-table td {
    width: 100%;
    padding: 15px;
    color: var(--gnb);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--wh-6)
}

table .bbs-tit {
    display: block;
    font-size: 20px;
    width: 100%;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0;
}

.view-table {
    width: 100%;
    border-top: 2px solid #023a78;
    border-top: 2px solid var(--nv-3);
    margin: 30px 0;
}

.view-table thead th {
    text-align: left;
    padding: 20px 10px
}

.view-table tbody {
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid var(--wh-6);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--wh-6);
    margin-bottom: 30px
}

.view-table tbody tr td {
    padding: 30px
}

.view-list {
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid var(--wh-6);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--wh-6);
}

.view-list li {
    position: relative;
    width: 100%;
    padding: 20px 10px 20px 30px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--wh-6);
}

.view-list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-color: #b1b1b1;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.view-list li.next::before {
    top: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.view-list li.next {
    border-bottom: 0
}

.view-table tbody td>.title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.view-table tbody td i {
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.view-table tbody td p {
    font-size: 16px;
    padding: 8px 0px;
    line-height: 1.6;
}


td.poll-wrap {
    text-align: center;
    color: #fff;
}

td.poll-wrap .poll-box {
    background-color: var(--blu-1);
    border: 0px solid var(--blu-5);
    padding: 40px;
}

td.poll-wrap h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: inherit;
}

td.poll-wrap h1::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin: 16px auto;
}

td.poll-wrap p {
    font-size: 18px !important;
    margin-bottom: 20px;
    color: inherit;
}

td.poll-wrap small {
    font-size: 14px;
    margin-bottom: 20px;
    color: inherit;
}

.view-table td.certi-content {
    width: 50%;
}

.view-table td.certi-content span {
    display: inline-block;
    padding-right: 0px;
    padding-top: 10px;
    width: 40%;

}

.view-table td.certi-content span input {
    width: 50%;
}

.view-table .certi-img {
    display: block;
    padding: 0 15rem;
    max-width: 100%;
    position: relative;
}

.view-table .certi-img>ul li:nth-child(1) {
    position: absolute;
    top: 27.5%;
    left: 46%;
    font-size: 16px;
}

.view-table .certi-img>ul li:nth-child(2) {
    position: absolute;
    top: 32.6%;
    left: 46%;
    font-size: 16px;
}

.view-table .certi-img>ul li:nth-child(3) {
    position: absolute;
    top: 37.6%;
    left: 46%;
    font-size: 16px;
}

.view-table .certi-img>ul li:nth-child(4) {
    position: absolute;
    bottom: 30%;
    left: 46%;
    font-size: 16px;
}


@media screen and (max-width: 1094px) {

    .view-table td.certi-content span {
        display: block;
        padding-right: 0px;
        padding-top: 10px;
    }

    .view-table td.certi-content span input {
        width: 100%;
    }

    .view-table .certi-img {
        display: block;
        padding: 0;
        max-width: 100%;
        position: relative;
    }

    .view-table .certi-img>ul li:nth-child(1) {
        position: absolute;
        top: 27.5%;
        left: 42%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(2) {
        position: absolute;
        top: 32.6%;
        left: 42%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(3) {
        position: absolute;
        top: 37.6%;
        left: 42%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(4) {
        position: absolute;
        bottom: 30%;
        left: 42%;
        font-size: 2.6vw;
    }

}


@media screen and (max-width: 850px) {

    .view-table td.certi-content span {
        display: block;
        padding-right: 0px;
        padding-top: 20px;
        width: 100%;
    }

    .view-table td.certi-content span input {
        width: 100%;
    }

    .view-table .certi-img {
        display: block;
        padding: 0;
        max-width: 100%;
        position: relative;
    }

    .view-table .certi-img>ul li:nth-child(1) {
        position: absolute;
        top: 27.5%;
        left: 40%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(2) {
        position: absolute;
        top: 32.6%;
        left: 40%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(3) {
        position: absolute;
        top: 37.6%;
        left: 40%;
        font-size: 2.6vw;
    }

    .view-table .certi-img>ul li:nth-child(4) {
        position: absolute;
        left: 40%;
        bottom: 30%;
        font-size: 2.6vw;
    }

}




.page {
    margin-top: 30px;
    justify-content: center;
}

.page a {
    display: block;
    width: 30px;
    height: 30px;
}

.page .first {
    background: url(../img/paging.png) 0 0 no-repeat
}

.page .prev {
    background: url(../img/paging.png) -27px 0px no-repeat
}

.page .next {
    background: url(../img/paging.png) 0px -27px no-repeat
}

.page .last {
    background: url(../img/paging.png) -27px -27px no-repeat
}

.page ul li {
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}

.page ul li.on {
    text-decoration: underline;
    font-family: "NotoB", sans-serif;
}

/* button */
button {
    border-radius: 5px;
    font-family: "NotoM", sans-serif;
}

.btn {
    padding: 15px 40px;
    border-radius: 10px;
    margin-top: 15px
}

.btn-gy {
    background-color: #4b4b4b;
    background-color: var(--gy-1);
    color: #fff;
    color: var(--wh)
}

.btn-blu {
    background-color: #3d78c8;
    color: #fff;
    color: var(--wh);
}

.btn-navy {
    background-color: #023a78;
    background-color: var(--nv-3);
    color: #fff;
    color: var(--wh)
}

.btn-bk {
    background-color: #000;
    background-color: var(--bk);
    color: #fff;
    color: var(--wh)
}

.btn-home {
    width: 250px;
    height: 70px;
    background: url(../img/btn_bg_home.png) #c3c3c3 32% 50% no-repeat;
    background: url(../img/btn_bg_home.png) var(--gy-3) 32% 50% no-repeat;
    text-align: center;
    text-indent: 28px;
    color: #fff;
    color: var(--wh);
    font-size: 20px;
    border-radius: 10px;
}

button.lg {
    width: 200px;
    height: 60px;
    font-size: 20px;
    border-radius: 10px;
}

button.next {
    background: url(../img/btn_next_wh.png) 90% 50% #000 no-repeat;
    background: url(../img/btn_next_wh.png) 90% 50% var(--bk) no-repeat;
    text-indent: -15px
}

.btn-row {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.btn-radio input .btn-chkbox input {
    display: block;
}

.btn-radio label,
.btn-chkbox label {
    font-size: 18px;
    color: #000;
    color: var(--bk);
    padding: 5px 7px;
    margin-right: 10px;
}

.btn-radio input:checked+label,
.btn-chkbox input:checked+label {
    box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px var(--bk) inset;
}

.btn-rd.mo-show {
    width: 100%;
    height: 65px;
    border-radius: 15px;
    border: 1px solid #696969;
    border: 1px solid var(--gy-2);
    font-size: 27px;
    background: url(../img/btn_next_rd.png) 88% 50% #fff no-repeat;
    background: url(../img/btn_next_rd.png) 88% 50% var(--wh) no-repeat;
    color: #db391c;
    color: var(--rd);
    font-family: "NotoB", sans-serif;
    text-indent: -12px;
    margin-top: 10px;
}

/* input */
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-right: 10px;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 6px;
    left: 5px;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    stroke: #fff;
    stroke: var(--wh);
    stroke-dashoffset: 0
}

.cbx span:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.cbx span:last-child {
    padding-left: 5px;
}

.cbx .txt-lab {
    font-size: 15px;
    color: var(--bk);
    color: #000;
}

.inp-cbx:checked+.cbx span:first-child {
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child::before {
    transform: scale(1.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.5);
    }
}

/* accodion */
.acco-wrap {
    border-top: 2px solid #023a78;
    border-top: 2px solid var(--nv-3);
}

.acco-wrap .acco-tit {
    position: relative;
    padding: 30px 30px 30px 60px;
    color: #4b4b4b;
    color: var(--gy-1);
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid var(--wh-6);
    font-size: 20px;
    cursor: pointer;
}

.acco-wrap .acco-tit::before {
    display: inline-block;
    content: "Q";
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 30px;
    color: #023a78;
    color: var(--nv-3);
    font-weight: 600;
    opacity: .8;
}

.acco-wrap .acco-tit::after {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    right: 30px;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-color: #4b4b4b;
    border-color: var(--gy-1);
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.acco-wrap .acco-tit.on::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.acco-wrap .acco-con {
    display: none;
    position: relative;
    padding: 30px 30px 30px 60px;
    background-color: #f9f9f9;
    background-color: var(--wh-5);
}

.acco-wrap .acco-con::before {
    display: inline-block;
    content: "A";
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 30px;
    color: #4b4b4b;
    color: var(--gy-1);
    font-weight: 600;
    opacity: .8;
}

/* tab */
.tab-tit {
    position: relative;
    width: calc(100% - 140px);
    padding: 15px 0;
    text-align: center;
    background-color: #f0f0f0;
    margin: 20px 50px 0 75px;
}

.tab-tit::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100%;
    background-color: #f0f0f0;
    transform: skewX(45deg);
}

.tab-tit::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 100px;
    height: 100%;
    background-color: #f0f0f0;
    transform: skewX(45deg);
}

.tab-tit ul {
    display: inline-block;
}

.tab-tit li {
    position: relative;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.tab-tit li.on {
    font-weight: bold;
}

.tab-tit li::after {
    display: block;
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #333
}

.tab-tit li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.tab-tit li:last-child::after {
    display: none;
}

/* box */
.gy-box {
    width: 100%;
    padding: 30px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
}

.gy-box h4 {
    font-size: 18px;
    color: #666
}

.gy-box p {
    margin-top: 10px;
    color: #444
}


/* font size */

.is-size-1 {
    font-size: 48px;
}

.is-size-2 {
    font-size: 40px;
}

.is-size-3 {
    font-size: 32px;
}

.is-size-4 {
    font-size: 24px;
}

.is-size-5 {
    font-size: 20px;
}

.is-size-6 {
    font-size: 16px;
}

.is-size-7 {
    font-size: 14px;
}

small {
    font-size: 13px
}

.small-x {
    font-size: 12px;
}

.tag {
    font-size: 11px;
}

.is-weight {
    font-weight: bold;
}