@charset "UTF-8";
/* font */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Nanum+Pen+Script&display=swap);
/* === RESET CSS === */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    color: #333;
    font-family: "NanumSquare", "noto sans KR", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}

textarea {
    resize: none;
}

fieldset,
img {
    border: 0;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

li,
ol,
ul {
    list-style: none;
}

address,
em,
i {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

strong,
th,
b,
em {
    font-style: normal;
    font-weight: inherit;
}

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

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

legend,
caption {
    visibility: hidden;
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    font-size: 0;
    line-height: 0;
}

a:focus,
button:focus {
    outline: 1px solid #333;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: 0;
}

button {
    border: none;
    cursor: pointer;
}

.blind {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ft-noto {
    font-family: "Noto Sans KR" !important;
}

.ft-pen {
    font-family: "Nanum Pen Script", cursive !important;
}

.ft-mj {
    font-family: "Nanum Myeongjo", serif !important;
}

/* === UTILITIES === */
/* utilities */
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.border {
    border: 1px solid #ddd !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-black {
    border-color: #000 !important;
}

.border-basic {
    border-color: #333 !important;
}

.border-cont {
    border-color: #666 !important;
}

.border-gray {
    border-color: #888 !important;
}

.border-border {
    border-color: #ddd !important;
}

.border-point {
    border-color: #616c45 !important;
}

.border-point2 {
    border-color: #f56505 !important;
}

.border-blur {
    border-color: #eee !important;
}

.border-white {
    border-color: #fff !important;
}

.border-red {
    border-color: #a02013 !important;
}

.border-yellow {
    border-color: #dea82a !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: 100 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

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

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-black {
    color: #000 !important;
}

.text-basic {
    color: #333 !important;
}

.text-cont {
    color: #666 !important;
}

.text-gray {
    color: #888 !important;
}

.text-border {
    color: #ddd !important;
}

.text-point {
    color: #616c45 !important;
}

.text-point2 {
    color: #f56505 !important;
}

.text-blur {
    color: #eee !important;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #a02013 !important;
}

.text-yellow {
    color: #dea82a !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-basic {
    background-color: #333 !important;
}

.bg-cont {
    background-color: #666 !important;
}

.bg-gray {
    background-color: #888 !important;
}

.bg-border {
    background-color: #ddd !important;
}

.bg-point {
    background-color: #616c45 !important;
}

.bg-point2 {
    background-color: #f56505 !important;
}

.bg-blur {
    background-color: #eee !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-red {
    background-color: #a02013 !important;
}

.bg-yellow {
    background-color: #dea82a !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* === COMMON MODULES === */
/* accordion */
.accordion-wrap {
    position: relative;
}

.accordion-wrap ul.lists {
    border-top: 1px solid #333;
}

.accordion-wrap ul.lists > li {
    border-bottom: 1px solid #ddd;
}

.accordion-wrap ul.lists > li:last-child {
    border-bottom: 1px solid #333;
}

.accordion-wrap ul.lists > li .accord-title {
    display: block;
    position: relative;
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 50px 20px 46px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 500;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle {
        padding: 15px 50px 15px 38px;
    }
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::before {
    content: 'Q';
    position: absolute;
    top: 20px;
    left: 20px;
    color: #f56505;
    font-size: 24px;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle::before {
        top: 15px;
        left: 12px;
        font-size: 20px;
    }
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-top: none;
    border-left: none;
    margin-top: -8px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle::after {
        right: 17px;
    }
}

.accordion-wrap ul.lists > li.open .accord-title .btn-toggle::after {
    margin-top: -3px;
    transform: rotate(225deg);
}

.accordion-wrap ul.lists > li .accord-cont {
    display: none;
    position: relative;
    padding: 20px;
    padding-left: 66px;
    background: #eee;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .accordion-wrap ul.lists > li .accord-cont {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-cont {
        padding: 15px 20px 15px 58px;
    }
}

.accordion-wrap ul.lists > li .accord-cont::before {
    content: 'A';
    position: absolute;
    top: 20px;
    left: 40px;
    color: #616c45;
    font-size: 24px;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-cont::before {
        top: 15px;
        left: 12px;
        font-size: 20px;
    }
}

/* board */
.boardview-wrap {
    border-top: 1px solid #333;
}

.boardview-wrap .board-head {
    padding: 40px 12px 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head {
        padding: 20px 12px 15px;
    }
}

.boardview-wrap .board-head .tit {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .tit {
        font-size: 20px;
        line-height: 28px;
    }
}

.boardview-wrap .board-head .info {
    padding-top: 15px;
    font-size: 0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .info {
        padding-top: 10px;
    }
}

.boardview-wrap .board-head .info li {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .info li {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-head .info li::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    margin: 6px 15px 0;
    background: #ddd;
}

.boardview-wrap .board-head .info li:first-child::before {
    display: none;
}

.boardview-wrap .board-content {
    padding-top: 60px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content {
        padding-top: 30px;
    }
}

.boardview-wrap .board-content .cont {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #666;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .cont {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-content .cont:last-child {
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .cont:last-child {
        padding-bottom: 30px;
    }
}

.boardview-wrap .board-content .files {
    margin-top: 50px;
    padding: 16px 0;
    border-top: 1px solid #ddd;
}

.boardview-wrap .board-content .files::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files {
        margin-top: 30px;
        padding: 10px 0;
    }
}

.boardview-wrap .board-content .files .tit {
    float: left;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #000;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .tit {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-content .files .file-lists {
    margin-left: 100px;
    padding: 1px 0;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists {
        margin-left: 80px;
        padding: 0;
    }
}

.boardview-wrap .board-content .files .file-lists li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists li {
        display: block;
        margin-top: 5px;
    }
    .boardview-wrap .board-content .files .file-lists li:first-child {
        margin-top: 0;
    }
}

.boardview-wrap .board-content .files .file-lists li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #888;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .boardview-wrap .board-content .files .file-lists li a:hover {
        text-decoration: underline;
    }
}

.boardview-wrap .board-foot .more-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view {
        padding: 10px 0;
    }
}

.boardview-wrap .board-foot .more-view li {
    position: relative;
    flex: 1;
    width: 50%;
}

.boardview-wrap .board-foot .more-view li.prev {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li.prev {
        padding-left: 20px;
    }
}

.boardview-wrap .board-foot .more-view li.next {
    padding-right: 40px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li.next {
        padding-right: 20px;
    }
}

.boardview-wrap .board-foot .more-view li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border: 1px solid #666;
    border-right: none;
    border-bottom: none;
}

.boardview-wrap .board-foot .more-view li.prev::before {
    transform: rotate(-45deg);
    left: 20px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li.prev::before {
        left: 6px;
    }
}

.boardview-wrap .board-foot .more-view li.next::before {
    transform: rotate(-225deg);
    right: 20px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li.next::before {
        right: 6px;
    }
}

.boardview-wrap .board-foot .more-view li dl {
    display: flex;
    align-items: center;
}

.boardview-wrap .board-foot .more-view li dl dt {
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li dl dt {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-foot .more-view li dl dd {
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
}

.boardview-wrap .board-foot .more-view li dl dd a {
    display: inline-block;
    max-width: 100%;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li dl dd a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .boardview-wrap .board-foot .more-view li dl dd a:hover, .boardview-wrap .board-foot .more-view li dl dd a:active {
        text-decoration: underline;
    }
}

.boardview-wrap .board-foot .more-view li.next dl {
    flex-direction: row-reverse;
}

.boardview-wrap.qna-type .tit {
    position: relative;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap.qna-type .tit {
        padding-left: 20px;
    }
}

.boardview-wrap.qna-type .tit::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
}

.boardview-wrap.qna-type .q-box .tit::before {
    content: 'Q.';
}

.boardview-wrap.qna-type .a-box .board-head {
    background: transparent;
}

.boardview-wrap.qna-type .a-box .board-head .tit::before {
    content: 'A.';
}

.boardview-wrap.qna-type .board-content .cont {
    padding-left: 80px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap.qna-type .board-content .cont {
        padding-left: 40px;
    }
}

.board-btn {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .board-btn {
        margin-top: 30px;
    }
}

.board-btn .btn {
    position: absolute;
    right: 0;
    top: -114px;
}

@media screen and (max-width: 767px) {
    .board-btn .btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }
}

/* button */
.btn {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    line-height: 38px;
    vertical-align: top;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    white-space: nowrap;
    text-align: center;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn span {
    display: inline-block;
    vertical-align: top;
}

.btn.rounded {
    border-radius: 20px;
}

.btn.no-round {
    border-radius: 0 !important;
}

.btn.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-black:hover, .btn.btn-black:active {
        background-color: #262626;
        border-color: #262626;
    }
}

.btn.btn-border-black {
    border-color: #000;
    color: #000;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-black:hover, .btn.btn-border-black:active {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.btn.btn-basic {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-basic:hover, .btn.btn-basic:active {
        background-color: #525252;
        border-color: #525252;
    }
}

.btn.btn-border-basic {
    border-color: #333;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-basic:hover, .btn.btn-border-basic:active {
        background-color: rgba(51, 51, 51, 0.1);
    }
}

.btn.btn-cont {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-cont:hover, .btn.btn-cont:active {
        background-color: #7d7d7d;
        border-color: #7d7d7d;
    }
}

.btn.btn-border-cont {
    border-color: #666;
    color: #666;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-cont:hover, .btn.btn-border-cont:active {
        background-color: rgba(102, 102, 102, 0.1);
    }
}

.btn.btn-gray {
    background-color: #888;
    border-color: #888;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-gray:hover, .btn.btn-gray:active {
        background-color: #7a7a7a;
        border-color: #7a7a7a;
    }
}

.btn.btn-border-gray {
    border-color: #888;
    color: #888;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-gray:hover, .btn.btn-border-gray:active {
        background-color: rgba(136, 136, 136, 0.1);
    }
}

.btn.btn-border {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border:hover, .btn.btn-border:active {
        background-color: #c7c7c7;
        border-color: #c7c7c7;
    }
}

.btn.btn-border-border {
    border-color: #ddd;
    color: #ddd;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-border:hover, .btn.btn-border-border:active {
        background-color: rgba(221, 221, 221, 0.1);
    }
}

.btn.btn-point {
    background-color: #616c45;
    border-color: #616c45;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-point:hover, .btn.btn-point:active {
        background-color: #798261;
        border-color: #798261;
    }
}

.btn.btn-border-point {
    border-color: #616c45;
    color: #616c45;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-point:hover, .btn.btn-border-point:active {
        background-color: rgba(97, 108, 69, 0.1);
    }
}

.btn.btn-point2 {
    background-color: #f56505;
    border-color: #f56505;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-point2:hover, .btn.btn-point2:active {
        background-color: #f77c2b;
        border-color: #f77c2b;
    }
}

.btn.btn-border-point2 {
    border-color: #f56505;
    color: #f56505;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-point2:hover, .btn.btn-border-point2:active {
        background-color: rgba(245, 101, 5, 0.1);
    }
}

.btn.btn-blur {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-blur:hover, .btn.btn-blur:active {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }
}

.btn.btn-border-blur {
    border-color: #eee;
    color: #eee;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-blur:hover, .btn.btn-border-blur:active {
        background-color: rgba(238, 238, 238, 0.1);
    }
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-white:hover, .btn.btn-white:active {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
    }
}

.btn.btn-border-white {
    border-color: #fff;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-white:hover, .btn.btn-border-white:active {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.btn.btn-red {
    background-color: #a02013;
    border-color: #a02013;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-red:hover, .btn.btn-red:active {
        background-color: #ae4136;
        border-color: #ae4136;
    }
}

.btn.btn-border-red {
    border-color: #a02013;
    color: #a02013;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-red:hover, .btn.btn-border-red:active {
        background-color: rgba(160, 32, 19, 0.1);
    }
}

.btn.btn-yellow {
    background-color: #dea82a;
    border-color: #dea82a;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-yellow:hover, .btn.btn-yellow:active {
        background-color: #e3b54a;
        border-color: #e3b54a;
    }
}

.btn.btn-border-yellow {
    border-color: #dea82a;
    color: #dea82a;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-yellow:hover, .btn.btn-border-yellow:active {
        background-color: rgba(222, 168, 42, 0.1);
    }
}

.btn.btn-sm {
    padding: 0 14px;
    font-size: 14px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .btn.btn-sm {
        font-size: 13px;
    }
}

.btn.btn-sm.rounded{
    position: relative;
    border-radius: 14px;
}

.btn.btn-md {
    padding: 0 20px;
    font-size: 18px;
    line-height: 43px;
}

@media screen and (max-width: 767px) {
    .btn.btn-md {
        font-size: 16px;
    }
}

.btn.btn-md.rounded {
    border-radius: 22.5px;
}

.btn.btn-lg {
    padding: 0 36px;
    font-size: 18px;
    line-height: 48px;
}

@media screen and (max-width: 767px) {
    .btn.btn-lg {
        font-size: 16px;
    }
}

.btn.btn-lg.rounded {
    border-radius: 25px;
}

.btn.full {
    display: block;
    width: 100%;
}

.btn-group {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.btn-group.high {
    margin-top: 120px;
}

@media screen and (max-width: 767px) {
    .btn-group.high {
        margin-top: 60px;
    }
}

.btn-group > * {
    min-width: 150px;
    margin-left: 40px;
}

.btn-group > *:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .btn-group {
        margin-top: 40px;
    }
    .btn-group > * {
        min-width: inherit;
        flex: 1;
        margin-left: 10px;
    }
    .btn-group > *:first-child {
        margin-left: 0;
    }
}

/* text link */
.link-black {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-black:hover, .link-black:active {
        text-decoration: underline;
        color: #262626;
    }
}

.link-basic {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-basic:hover, .link-basic:active {
        text-decoration: underline;
        color: #525252;
    }
}

.link-cont {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-cont:hover, .link-cont:active {
        text-decoration: underline;
        color: #7d7d7d;
    }
}

.link-gray {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-gray:hover, .link-gray:active {
        text-decoration: underline;
        color: #7a7a7a;
    }
}

.link-border {
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-border:hover, .link-border:active {
        text-decoration: underline;
        color: #c7c7c7;
    }
}

.link-point {
    display: inline-block;
    vertical-align: middle;
    color: #616c45;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-point:hover, .link-point:active {
        text-decoration: underline;
        color: #798261;
    }
}

.link-point2 {
    display: inline-block;
    vertical-align: middle;
    color: #f56505;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-point2:hover, .link-point2:active {
        text-decoration: underline;
        color: #f77c2b;
    }
}

.link-blur {
    display: inline-block;
    vertical-align: middle;
    color: #eee;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-blur:hover, .link-blur:active {
        text-decoration: underline;
        color: #d6d6d6;
    }
}

.link-white {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-white:hover, .link-white:active {
        text-decoration: underline;
        color: #e6e6e6;
    }
}

.link-red {
    display: inline-block;
    vertical-align: middle;
    color: #a02013;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-red:hover, .link-red:active {
        text-decoration: underline;
        color: #ae4136;
    }
}

.link-yellow {
    display: inline-block;
    vertical-align: middle;
    color: #dea82a;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-yellow:hover, .link-yellow:active {
        text-decoration: underline;
        color: #e3b54a;
    }
}

/* flag */
.flag {
    display: inline-block;
    vertical-align: top;
    min-width: 65px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .flag {
        min-width: 50px;
        height: 24px;
        font-size: 13px;
        line-height: 22px;
        padding: 0 6px;
    }
}

.flag.flag-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.flag.flag-border-black {
    border-color: #000;
    color: #000;
}

.flag.flag-basic {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.flag.flag-border-basic {
    border-color: #333;
    color: #333;
}

.flag.flag-cont {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.flag.flag-border-cont {
    border-color: #666;
    color: #666;
}

.flag.flag-gray {
    background-color: #888;
    border-color: #888;
    color: #333;
}

.flag.flag-border-gray {
    border-color: #888;
    color: #888;
}

.flag.flag-border {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}

.flag.flag-border-border {
    border-color: #ddd;
    color: #ddd;
}

.flag.flag-point {
    background-color: #616c45;
    border-color: #616c45;
    color: #fff;
}

.flag.flag-border-point {
    border-color: #616c45;
    color: #616c45;
}

.flag.flag-point2 {
    background-color: #f56505;
    border-color: #f56505;
    color: #fff;
}

.flag.flag-border-point2 {
    border-color: #f56505;
    color: #f56505;
}

.flag.flag-blur {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

.flag.flag-border-blur {
    border-color: #eee;
    color: #eee;
}

.flag.flag-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.flag.flag-border-white {
    border-color: #fff;
    color: #fff;
}

.flag.flag-red {
    background-color: #a02013;
    border-color: #a02013;
    color: #fff;
}

.flag.flag-border-red {
    border-color: #a02013;
    color: #a02013;
}

.flag.flag-yellow {
    background-color: #dea82a;
    border-color: #dea82a;
    color: #fff;
}

.flag.flag-border-yellow {
    border-color: #dea82a;
    color: #dea82a;
}

.text-flag {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .text-flag {
        font-size: 14px;
        line-height: 22px;
    }
}

.text-flag.text-flag-black {
    color: #000;
}

.text-flag.text-flag-basic {
    color: #333;
}

.text-flag.text-flag-cont {
    color: #666;
}

.text-flag.text-flag-gray {
    color: #888;
}

.text-flag.text-flag-border {
    color: #ddd;
}

.text-flag.text-flag-point {
    color: #616c45;
}

.text-flag.text-flag-point2 {
    color: #f56505;
}

.text-flag.text-flag-blur {
    color: #eee;
}

.text-flag.text-flag-white {
    color: #fff;
}

.text-flag.text-flag-red {
    color: #a02013;
}

.text-flag.text-flag-yellow {
    color: #dea82a;
}

/* form */
.form-wrap .row {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.form-wrap .row:first-child {
    margin-top: 0;
}

.form-wrap .row > * {
    margin-left: 5px;
}

.form-wrap .row > *:first-child {
    margin-left: 0;
}

.form-wrap .row .form-control.auto {
    width: 50%;
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .form-wrap .row .form-control.auto {
        width: 100%;
    }
}

.form-wrap .row .form-control.half {
    flex: 1;
    max-width: 360px;
}

.form-wrap .row .btn {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-wrap .row .btn {
        font-size: 13px;
    }
}

.form-wrap .row > label {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .form-wrap .row > label {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .form-wrap .row.m-col {
        flex-direction: column;
    }
    .form-wrap .row.m-col > * {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
    .form-wrap .row.m-col > *:first-child {
        margin-top: 0;
    }
}

/* file upload */
.inputfile-wrap {
    position: relative;
    max-width: 500px;
    font-size: 0;
}

.inputfile-wrap input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.inputfile-wrap .form-control {
    display: inline-block;
    width: calc(100% - 95px);
}

.inputfile-wrap label {
    display: inline-block;
    width: 90px;
    margin-left: 5px;
}

/* search */
.list-filter {
    display: flex;
    margin-bottom: 20px;
}

.list-filter .search-wrap {
    display: flex;
    width: 60%;
    max-width: 500px;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap {
        width: 100%;
        max-width: 100%;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select {
    min-width: 140px;
    height: 50px;
    color: #333;
    font-size: 16px;
    line-height: 48px;
    border-radius: 0;
    border-color: #333;
}

.list-filter .search-wrap .selectbox-wrap .nice-select::after {
    border-color: #333;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .selectbox-wrap .nice-select {
        min-width: 110px;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select.open .list {
    border-radius: 0;
}

.list-filter .search-wrap .selectbox-wrap .nice-select .option {
    min-height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .selectbox-wrap .nice-select .option {
        min-height: 40px;
        line-height: 40px;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select .option:hover, .list-filter .search-wrap .selectbox-wrap .nice-select .option.focus, .list-filter .search-wrap .selectbox-wrap .nice-select .option.selected, .list-filter .search-wrap .selectbox-wrap .nice-select .option.selected.focus {
    background-color: #333;
    color: #fff;
}

.list-filter .search-wrap .selectbox-wrap .nice-select .list:hover .option:not(:hover) {
    color: #333;
    background-color: transparent;
}

.list-filter .search-wrap .input-wrap {
    flex: 1;
}

.list-filter .search-wrap .input-wrap input {
    height: 50px;
    padding: 12px 14px;
    border-radius: 0;
    border-color: #333;
    border-left: none;
}

.list-filter .search-wrap .input-wrap input::placeholder, .list-filter .search-wrap .input-wrap input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .input-wrap input::placeholder, .list-filter .search-wrap .input-wrap input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .input-wrap input {
        height: 40px;
        padding: 10px 14px;
    }
}

.list-filter .search-wrap .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    background: #333 url("/images/icon/icon-search.png") center no-repeat;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .btn-search {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
}

/*!
 * fullPage 3.1.0
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
    right: 30px;
}

#fp-nav.fp-left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
}

.fp-slidesNav.fp-top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 23px;
    position: relative;
}

#fp-nav ul li:first-child,
.fp-slidesNav ul li:first-child {
    margin-top: 0;
}

#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child {
    display: none;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    background-color: #616c45;
    border-color: #616c45;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    display: block;
    border-radius: 50%;
    z-index: 1;
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background-color: #616c45;
    border-color: #616c45;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* input */
.form-control {
    display: block;
    max-width: 500px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    line-height: normal;
    transform: skew(-0.05deg);
    transition: border-color 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
    .form-control {
        font-size: 14px;
        padding: 7px 10px;
    }
}

.form-control:focus {
    outline: none;
    border-color: #616c45;
}

.form-control::placeholder, .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .form-control::placeholder, .form-control::-webkit-input-placeholder {
        font-size: 13px;
    }
}

.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-control:disabled {
    background: #f1f1f1;
    color: #888;
}

.form-control:read-only {
    background: rgba(241, 241, 241, 0.4);
    color: #666;
}

input[type=password].form-control {
    font-family: sans-serif;
}

input[type=password].form-control::placeholder, input[type=password].form-control::-webkit-input-placeholder {
    font-family: "NanumSquare", "noto sans KR", sans-serif;
    transform: translateY(-2px);
}

textarea.form-control {
    resize: none;
    max-width: 100%;
    height: 125px;
}

/* checkbox, radio */
.chk-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .chk-wrap {
        min-height: 22px;
    }
}

.chk-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.chk-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .chk-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.chk-wrap input + label::before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .chk-wrap input + label::before {
        top: 1px;
    }
}

.chk-wrap input:disabled + label {
    color: #888;
}

.chk-wrap input:disabled + label::before {
    background: #f1f1f1;
}

.chk-wrap input:checked + label::after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 8px;
    height: 12px;
    border: 3px solid #616c45;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .chk-wrap input:checked + label::after {
        top: 2px;
    }
}

.rdo-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-wrap {
        min-height: 22px;
    }
}

.rdo-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rdo-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.rdo-wrap input + label::before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 9px;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input + label::before {
        top: 1px;
    }
}

.rdo-wrap input:disabled + label {
    color: #888;
}

.rdo-wrap input:disabled + label::before {
    background: #f1f1f1;
}

.rdo-wrap input:checked + label::after {
    content: ' ';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #616c45;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input:checked + label::after {
        top: 5px;
    }
}

.rdo-btn-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-btn-wrap {
        min-height: 22px;
    }
}

.rdo-btn-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rdo-btn-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-btn-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.rdo-btn-wrap input:disabled + label {
    color: #888;
}

.rdo-btn-wrap input:disabled + label::before {
    background: #f1f1f1;
}

.rdo-btn-wrap input:checked + label {
    border-color: #616c45;
    background: #fff;
    color: #616c45;
}

/* list */
.thumb-list-wrap {
    overflow: hidden;
}

.thumb-list-wrap .lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.285714%;
    margin-left: -2.142857%;
}

.thumb-list-wrap .lists .items {
    width: 20%;
    height: 214px;
    margin-top: 4.195804%;
    padding-left: 2.097902%;
    overflow: hidden;
    border-radius: 10px;
    /* border:solid 1px blue; */
}
.thumb-list-wrap .lists .items img{
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .thumb-list-wrap .lists .items {
        width: 50%;
    }
}

.thumb-list-wrap .lists .items .thumb {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 91.64557%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumb-list-wrap .lists .items .thumb.video {
    padding-top: 56.25%;
}

.thumb-list-wrap .lists .items .info {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items .info {
        margin-top: 15px;
    }
}

/* .thumb-list-wrap .lists .items .info .tit {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
} */

/* @media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items .info .tit {
        font-size: 18px;
        line-height: 26px;
    }
} */

@media screen and (min-width: 1025px) {
    .thumb-list-wrap .lists .items .info .tit:hover, .thumb-list-wrap .lists .items .info .tit:active {
        text-decoration: underline;
    }
}

.thumb-list-wrap .lists .items .info .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items .info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.thumb-list-wrap .lists .items .info .src {
    display: none !important;
}

.masonry-list-wrap {
    overflow: hidden;
}

.masonry-list-wrap .item-wrap {
    margin-top: -4.285714%;
    margin-left: -2.142857%;
}

.masonry-list-wrap .item-wrap::after {
    content: " ";
    display: block;
    clear: both;
}

.masonry-list-wrap .item-wrap .items {
    float: left;
    width: 33%;
    margin-top: 4.195804%;
    padding-left: 2.097902%;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .masonry-list-wrap .item-wrap .items {
        width: 50%;
    }
}

.masonry-list-wrap .item-wrap .items .thumb {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .thumb {
        margin-bottom: 15px;
    }
}

.masonry-list-wrap .item-wrap .items .thumb img {
    width: 100%;
}

.masonry-list-wrap .item-wrap .items .info {
    position: relative;
}

.masonry-list-wrap .item-wrap .items .info .tit {
    position: relative;
    display: block;
    padding-top: 16px;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .tit {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .tit {
        padding-top: 10px;
    }
}

.masonry-list-wrap .item-wrap .items .info .tit::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 4px;
    background: #f56505;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .tit::before {
        height: 2px;
    }
}

@media screen and (min-width: 1025px) {
    .masonry-list-wrap .item-wrap .items .info .tit:hover, .masonry-list-wrap .item-wrap .items .info .tit:active {
        text-decoration: underline;
    }
}

.masonry-list-wrap .item-wrap .items .info .desc {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.masonry-list-wrap .item-wrap .items .info .date {
    margin-top: 10px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .date {
        font-size: 13px;
    }
}

.masonry-list-wrap .item-wrap .items .info .src {
    display: none !important;
}

.img-popup-list {
    overflow: hidden;
}

.img-popup-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-top: -4.6875%;
}

@media screen and (max-width: 1024px) {
    .img-popup-list ul {
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px) {
    .img-popup-list ul {
        margin-left: -10px;
    }
}

.img-popup-list ul li {
    width: 25%;
    padding-left: 50px;
    margin-top: 4.511278%;
}

@media screen and (max-width: 1024px) {
    .img-popup-list ul li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .img-popup-list ul li {
        width: 50%;
        padding-left: 10px;
    }
}

.img-popup-list ul li .view-img {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.img-popup-list ul li .view-img::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}

.img-popup-list ul li .view-img img {
    vertical-align: middle;
}

.img-popup-list ul li .view-img::after {
    display: none;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("/images/bg/bg-more.png");
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
    .img-popup-list ul li .view-img:hover::after {
        display: block;
    }
}

.img-list-wrap {
    overflow: hidden;
}

.img-list-wrap ul {
    font-size: 0;
    margin-top: -20px;
    margin-left: -10px;
}

.img-list-wrap ul li {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: top;
}

.img-list-wrap ul li .caption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .img-list-wrap ul li .caption {
        font-size: 13px;
    }
}

.img-list-wrap.block ul {
    margin: 0;
}

.img-list-wrap.block ul li {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
}

.img-list-wrap.block ul li:first-child {
    margin-top: 0;
}

.solution-list-wrap {
    overflow: hidden;
}

.solution-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.8125%;
    margin-top: -2.173913%;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul {
        margin-left: -20px;
        margin-top: -20px;
    }
}

.solution-list-wrap ul li {
    width: calc(100% / 3);
    padding-left: 7.246377%;
    margin-top: 2.173913%;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul li {
        width: 50%;
        margin-top: 20px;
        padding-left: 20px;
    }
}

.solution-list-wrap ul li .inner {
    display: block;
}

.solution-list-wrap ul li .inner .thumb {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-list-wrap ul li .inner p {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul li .inner p {
        font-size: 16px;
        line-height: 24px;
    }
}

.slt-lists {
    font-size: 0;
}

.slt-lists li {
    display: inline-block;
    vertical-align: top;
}

.slt-lists.auto li {
    margin-right: 40px;
}

.slt-lists.auto li:last-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .slt-lists.auto li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
    }
    .slt-lists.auto li:first-child {
        margin-top: 0;
    }
}

.sns-login-list {
    font-size: 0;
}

.sns-login-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.sns-login-list li:first-child {
    margin-left: 0;
}

.sns-login-list li a {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url("/images/icon/icon-snslogin.png");
    background-repeat: no-repeat;
}

.sns-login-list li a.sns01 {
    background-position: 0 0;
}

.sns-login-list li a.sns02 {
    background-position: right 0;
}

.sns-login-list li a.off {
    background-position-y: bottom;
}

.bullet-list {
    color: #333;
}

.bullet-list li {
    padding-left: 14px;
    color: inherit;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .bullet-list li {
        font-size: 14px;
        line-height: 22px;
    }
}

.bullet-list li::before {
    content: '-';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin-left: -14px;
}

.bullet-list li sup {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    line-height: 1;
}

.bullet-list.dot li {
    margin-top: 5px;
}

.bullet-list.dot li:first-child {
    margin-top: 0;
}

.bullet-list.dot li::before {
    content: '·';
}

/* modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1000;
    outline: 0;
}

.modal .modal-wrap {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 710px;
    height: calc(100% - 140px);
    margin: 70px auto;
}

.modal .modal-wrap .modal-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 2px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1010;
}

.modal .modal-wrap .modal-container .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-header {
        padding: 10px 12px;
    }
}

.modal .modal-wrap .modal-container .modal-header .modal-title {
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-header .modal-title {
        font-size: 18px;
        line-height: 26px;
    }
}

.modal .modal-wrap .modal-container .modal-header .btn-close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

.modal .modal-wrap .modal-container .modal-header .btn-close::before, .modal .modal-wrap .modal-container .modal-header .btn-close::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 24px;
    margin-top: -12px;
    margin-left: -1px;
    background: #333;
}

.modal .modal-wrap .modal-container .modal-header .btn-close::before {
    transform: rotate(45deg);
}

.modal .modal-wrap .modal-container .modal-header .btn-close::after {
    transform: rotate(-45deg);
}

.modal .modal-wrap .modal-container .modal-body {
    max-height: 100%;
    overflow-y: auto;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-body {
        padding: 20px 12px;
    }
}

.video-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 710px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 20px 50px;
    box-shadow: 5px 2px 10px 0px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    z-index: 1010;
}

@media screen and (max-width: 767px) {
    .video-modal-area {
        width: 90%;
        padding: 50px 12px 40px;
    }
}

.video-modal-area .video-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-modal-area .video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modal-area .video-info {
    margin-top: 26px;
}

.video-modal-area .video-info .tit {
    position: relative;
    padding-top: 16px;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .tit {
        font-size: 20px;
        line-height: 28px;
    }
}

.video-modal-area .video-info .tit::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 4px;
    background: #616c45;
}

.video-modal-area .video-info .desc {
    margin-top: 15px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.video-modal-area .video-info .date {
    margin-top: 6px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .date {
        font-size: 13px;
    }
}

.video-modal-area .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.video-modal-area .btn-close::before, .video-modal-area .btn-close::after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 24px;
    bottom: 10px;
    right: 29px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .video-modal-area .btn-close::before, .video-modal-area .btn-close::after {
        right: 21px;
    }
}

.video-modal-area .btn-close::before {
    transform: rotate(45deg);
}

.video-modal-area .btn-close::after {
    transform: rotate(-45deg);
}

/* pagination */
.pagination {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .control-btn,
.pagination .page-btn-wrap,
.pagination .page-btn-wrap .now,
.pagination .page-btn-wrap a {
    display: inline-block;
    vertical-align: top;
}

.pagination .control-btn,
.pagination .page-btn-wrap .now,
.pagination .page-btn-wrap a {
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: #666;
    border: 1px solid transparent;
    line-height: 34px;
    background: #fff;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .pagination .control-btn,
    .pagination .page-btn-wrap .now,
    .pagination .page-btn-wrap a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        transform: skew(-0.05deg);
    }
}

.pagination .control-btn {
    position: relative;
    margin: 0 3px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn {
        margin: 0 2px;
    }
}

.pagination .control-btn::before, .pagination .control-btn::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #666;
    border-bottom: none;
    border-right: none;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn::before, .pagination .control-btn::after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
}

.pagination .control-btn.prev::before, .pagination .control-btn.prev::after, .pagination .control-btn.pprev::before, .pagination .control-btn.pprev::after {
    transform: rotate(-45deg);
}

.pagination .control-btn.prev::before {
    margin-left: -3px;
}

.pagination .control-btn.pprev::before {
    margin-left: -5px;
}

.pagination .control-btn.next::before, .pagination .control-btn.next::after, .pagination .control-btn.nnext::before, .pagination .control-btn.nnext::after {
    transform: rotate(135deg);
}

.pagination .control-btn.next::before {
    margin-left: -8px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.next::before {
        margin-left: -6px;
    }
}

.pagination .control-btn.nnext::before {
    margin-left: -11px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.nnext::before {
        margin-left: -8px;
    }
}

.pagination .control-btn.nnext::after {
    margin-left: -6px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.nnext::after {
        margin-left: -3px;
    }
}

.pagination .control-btn.prev::after, .pagination .control-btn.next::after {
    display: none;
}

.pagination .page-btn-wrap {
    margin: 0;
}

.pagination .page-btn-wrap > * {
    margin: 0 3px;
    border-color: #ddd;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .pagination .page-btn-wrap > * {
        margin: 0 2px;
    }
}

.pagination .page-btn-wrap .now {
    border-color: #616c45;
    background: #616c45;
    color: #fff;
    font-weight: 700;
}

.selectbox-wrap .nice-select {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    padding-left: 14px;
    padding-right: 24px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #333;
    z-index: 50;
}

.selectbox-wrap .nice-select > span {
    display: block;
    transform: skew(-0.05deg);
}

.selectbox-wrap .nice-select.open {
    border-color: #616c45;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (max-width: 1024px) {
    .selectbox-wrap .nice-select {
        padding-left: 10px;
        font-size: 13px;
    }
}

.selectbox-wrap .nice-select:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #888;
    border-top: none;
    border-left: none;
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.selectbox-wrap .nice-select.open:after {
    transform: rotate(225deg);
    margin-top: -2px;
}

.selectbox-wrap .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    border-color: #616c45;
    border-radius: 0 0 6px 6px;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.selectbox-wrap .nice-select.disabled {
    background: #f1f1f1;
    color: #888;
    pointer-events: none;
}

.selectbox-wrap .nice-select.disabled:after {
    border-color: #cccccc;
}

.selectbox-wrap .nice-select .list {
    background-color: #fff;
    border: 1px solid transparent;
    border-top: none;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    z-index: 9;
}

.selectbox-wrap .nice-select .list:hover .option:not(:hover) {
    background-color: transparent;
}

.selectbox-wrap .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: skew(-0.05deg);
}

.selectbox-wrap .nice-select .option:hover,
.selectbox-wrap .nice-select .option.focus,
.selectbox-wrap .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.selectbox-wrap .nice-select .option.selected {
    font-weight: bold;
}

.selectbox-wrap .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.selectbox-wrap .no-csspointerevents .nice-select .list {
    display: none;
}

.selectbox-wrap .no-csspointerevents .nice-select.open .list {
    display: block;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* tab */
.bar-tab-wraps {
    margin-bottom: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .bar-tab-wraps {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps {
        margin: 0 -12px 15px;
        padding: 0 12px;
    }
}

.bar-tab-wraps .tabs {
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    white-space: nowrap;
}

.bar-tab-wraps .tabs li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

@media screen and (max-width: 1024px) {
    .bar-tab-wraps .tabs li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps .tabs li {
        padding: 0 12px;
    }
}

.bar-tab-wraps .tabs li:first-child {
    padding-left: 0;
}

.bar-tab-wraps .tabs li:last-child {
    padding-right: 0;
}

.bar-tab-wraps .tabs li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #cdcdcd;
}

.bar-tab-wraps .tabs li:first-child::before {
    display: none;
}

.bar-tab-wraps .tabs li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps .tabs li a {
        font-size: 14px;
        line-height: 22px;
    }
}

.bar-tab-wraps .tabs li.active a {
    font-weight: 900;
    color: #616c45;
}

/* table */
.tbl-wrap .tbl-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .tbl-title {
        font-size: 16px;
        line-height: 24px;
    }
}

.tbl-wrap .tbl-count {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    transform: skew(-0.05deg);
    line-height: 1 !important;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .tbl-count {
        font-size: 14px;
        line-height: 22px;
    }
}

.tbl-wrap .table {
    table-layout: fixed;
    width: 100%;
}

.tbl-wrap .table.col-tbl {
    vertical-align: middle;
    border-top: 1px solid #333;
    text-align: center;
}

.tbl-wrap .table.col-tbl .col1 {
    width: 10%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl .col1 {
        width: 80px;
    }
}

.tbl-wrap .table.col-tbl .col2 {
    width: 15%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl .col2 {
        width: 100px;
    }
}

.tbl-wrap .table.col-tbl .col3 {
    width: 20%;
}

.tbl-wrap .table.col-tbl thead th {
    height: 60px;
    padding: 12px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl thead th {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl thead th {
        height: 50px;
        padding: 10px;
    }
}

.tbl-wrap .table.col-tbl tbody th,
.tbl-wrap .table.col-tbl tbody td {
    height: 60px;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    vertical-align: middle;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th,
    .tbl-wrap .table.col-tbl tbody td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th,
    .tbl-wrap .table.col-tbl tbody td {
        height: 50px;
        padding: 10px;
    }
}

.tbl-wrap .table.col-tbl tbody th .flag-title,
.tbl-wrap .table.col-tbl tbody td .flag-title {
    display: flex;
    align-items: center;
}

.tbl-wrap .table.col-tbl tbody th .flag-title .flag,
.tbl-wrap .table.col-tbl tbody td .flag-title .flag {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th .flag-title .flag,
    .tbl-wrap .table.col-tbl tbody td .flag-title .flag {
        margin-right: 15px;
    }
}

.tbl-wrap .table.col-tbl.type2 {
    border-top-color: #616c45;
}

.tbl-wrap .table.col-tbl.type2 thead th {
    height: 55px;
    border-left: 1px solid #fff;
    border-bottom-color: #616c45;
    background: #616c45;
    color: #fff;
    font-weight: 700;
    word-break: keep-all;
}

.tbl-wrap .table.col-tbl.type2 thead th:first-child {
    border-left: none;
}

.tbl-wrap .table.col-tbl.type2 tbody th,
.tbl-wrap .table.col-tbl.type2 tbody td {
    border-left: 1px solid #ddd;
    word-break: keep-all;
}

.tbl-wrap .table.col-tbl.type2 tbody th:first-child,
.tbl-wrap .table.col-tbl.type2 tbody td:first-child {
    border-left: none;
}

.tbl-wrap .table.col-tbl.type2 tbody th.bg,
.tbl-wrap .table.col-tbl.type2 tbody td.bg {
    background-color: #eee;
}

.tbl-wrap .table.row-tbl .col1 {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl .col1 {
        width: 120px;
    }
}

.tbl-wrap .table.row-tbl .col2 {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl .col2 {
        width: 40%;
    }
}

.tbl-wrap .table.row-tbl tbody tr:first-child th,
.tbl-wrap .table.row-tbl tbody tr:first-child td {
    border-top: 1px solid #333;
}

.tbl-wrap .table.row-tbl tbody th,
.tbl-wrap .table.row-tbl tbody td {
    height: 60px;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    vertical-align: middle;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl tbody th,
    .tbl-wrap .table.row-tbl tbody td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl tbody th,
    .tbl-wrap .table.row-tbl tbody td {
        padding: 10px;
    }
}

.tbl-wrap .table.row-tbl tbody th {
    background: #f1f1f1;
    text-align: center;
}

.tbl-wrap .table.row-tbl tbody td {
    color: #666;
}

.tbl-wrap .table.row-tbl.type2 tbody th {
    background: transparent;
    border-right: 1px solid #ddd;
    text-align: left;
}

.tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
    padding: 25px 60px;
}

@media screen and (max-width: 1024px) {
    .tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
        padding: 20px;
    }
}

.tbl-wrap .table a[class^="link-"] {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.tbl-wrap .table a[class^="link-"].new {
    position: relative;
    padding-right: 20px;
}

.tbl-wrap .table a[class^="link-"].new::after {
    content: 'N';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #a02013;
    color: #fff;
    border-radius: 4px;
    margin-top: -8px;
    font-family: sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.tbl-wrap .table a[class^="link-"].file {
    position: relative;
    padding-right: 20px;
}

.tbl-wrap .table a[class^="link-"].file::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url("/images/icon/icon-clip.png") center no-repeat;
}

.tbl-wrap .table a[class^="link-"].new.file {
    padding-right: 40px;
}

.tbl-wrap .table a[class^="link-"].new.file::before {
    right: 20px;
}

.tbl-wrap .table .alert {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #666;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table .alert {
        font-size: 13px;
    }
}

.tbl-wrap .table .essen::after {
    content: '*';
    display: inline-block;
    color: #f56505;
    margin-left: 4px;
}

@media screen and (max-width: 1024px) {
    .tbl-wrap .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tbl-wrap .table-responsive .table {
        table-layout: auto;
    }
    .tbl-wrap .table-responsive .table th,
    .tbl-wrap .table-responsive .table td {
        white-space: nowrap;
    }
    .tbl-wrap .table-responsive .table a[class^="link-"] {
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }
}

.tit-wrap {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .tit-wrap {
        margin-bottom: 30px;
    }
}

.tit-wrap .tit {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #616c45;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tit-wrap .tit {
        font-size: 20px;
        line-height: 28px;
    }
}

.tit-wrap .desc {
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tit-wrap .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.txt {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.txt.txt-black {
    color: #000;
}

.txt.txt-basic {
    color: #333;
}

.txt.txt-cont {
    color: #666;
}

.txt.txt-gray {
    color: #888;
}

.txt.txt-border {
    color: #ddd;
}

.txt.txt-point {
    color: #616c45;
}

.txt.txt-point2 {
    color: #f56505;
}

.txt.txt-blur {
    color: #eee;
}

.txt.txt-white {
    color: #fff;
}

.txt.txt-red {
    color: #a02013;
}

.txt.txt-yellow {
    color: #dea82a;
}

.txt.medium {
    font-weight: 500;
}

.txt.bold {
    font-weight: 700;
}

.txt.ex-bold {
    font-weight: 900;
}

.box-text {
    border: 1px solid #ddd;
    padding: 12px;
    background: #f1f1f1;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .box-text {
        font-size: 13px;
    }
}

.err-msg {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #a02013;
}

@media screen and (max-width: 767px) {
    .err-msg {
        font-size: 13px;
    }
}

.err-msg::before {
    content: '!';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a02013;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .err-msg::before {
        top: 4px;
    }
}

.err-msg:empty {
    margin-top: 0;
}

.err-msg:empty::before {
    display: none;
}

/* === COMMON LAYOUT === */
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.2);
    transition: all .15s ease-in-out;
}

header .head-cont {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    header .head-cont {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header .head-cont {
        padding-left: 12px;
        padding-right: 12px;
    }
}

header .head-cont h1 a {
    display: block;
    width: 170px;
    height: 45px;
    background-image: url("/images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    header .head-cont h1 a {
        width: 132px;
        height: 35px;
    }
}

@media screen and (min-width: 1025px) {
    header .menu-all {
        display: none !important;
    }
    header .dep1-btn {
        display: none !important;
    }
    header #gnb {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 64.84375%;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }
    header #gnb a {
        height: 80px;
        border-bottom: 3px solid transparent;
        color: #e9e9e9;
        font-size: 17px;
        line-height: 80px;
        letter-spacing: -0.5px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        white-space: nowrap;
    }
    header #gnb a:first-child {
        margin-left: 0;
    }
    header #gnb a:hover, header #gnb a.active {
        color: #fff;
        border-color: #fff;
    }
    header .my-menu {
        font-size: 0;
    }
    header .my-menu a {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    header .my-menu a:first-child {
        margin-left: 0;
    }
    header .menu-all-wrap {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    header .menu-all-wrap .menu-container {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
    }
    header .menu-all-wrap .menu-container .col {
        flex: 1 1 auto;
        border-left: 1px solid #ddd;
        padding: 16px 0;
        text-align: center;
    }
    header .menu-all-wrap .menu-container .col:first-child {
        border-left: none;
    }
    header .menu-all-wrap .menu-container .col .dep1 {
        color: #000;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
    }

    header .menu-all-wrap .menu-container .col ul {
        display: block !important;
        margin-top: 20px;
    }
    header .menu-all-wrap .menu-container .col ul li {
        margin-top: 15px;
        padding: 0 20px;
    }
    header .menu-all-wrap .menu-container .col ul li:first-child {
        margin-top: 0;
    }
    header .menu-all-wrap .menu-container .col ul li a {
        display: block;
        color: #666;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        transform: skew(-0.05deg);
        word-break: keep-all;
    }
    header .menu-all-wrap .menu-container .col ul li a:hover, header .menu-all-wrap .menu-container .col ul li a:active {
        color: #616c45;
    }
    header.scroll {
        background: #fff;
    }
    header.scroll::before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }
    header.scroll .head-cont h1 a {
        background-image: url("/images/logo-wt.png");
    }
    header.scroll #gnb a {
        color: #000;
    }
    header.scroll #gnb a:hover, header.scroll #gnb a.active {
        color: #616c45;
        border-color: #616c45;
    }
    header.scroll .my-menu a {
        border-color: #000;
        color: #000;
    }
    header.scroll .my-menu a:hover, header.scroll .my-menu a:active {
        background-color: #000;
        color: #fff;
    }
    header.open {
        background: #fff;
    }
    header.open::before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }
    header.open .head-cont h1 a {
        background-image: url("/images/logo-wt.png");
    }
    header.open #gnb a {
        color: #000;
    }
    header.open #gnb a:hover, header.open #gnb a.active {
        color: #616c45;
        border-color: #616c45;
    }
    header.open .my-menu a {
        border-color: #000;
        color: #000;
    }
    header.open .my-menu a:hover, header.open .my-menu a:active {
        background-color: #000;
        color: #fff;
    }
    header.open .menu-all-wrap {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    header .head-cont {
        flex-wrap: wrap;
        margin: 0 12px;
        padding: 10px 0 9px;
        border-bottom: 1px solid transparent;
    }
    header #gnb {
        display: none !important;
    }
    header .my-menu {
        display: none;
        position: relative;
        order: 3;
        width: 100%;
        margin-top: 8px;
        padding-top: 8px;
        font-size: 0;
    }
    header .my-menu::before {
        content: ' ';
        position: absolute;
        top: 9px;
        left: 50%;
        width: 1px;
        height: 25px;
        background: #ddd;
    }
    header .my-menu .btn {
        width: 50%;
        border: none;
        font-size: 13px;
        color: #000;
        text-align: center;
    }
    header .menu-all {
        display: block;
        position: relative;
        width: 34px;
        height: 34px;
        margin-left: auto;
        background: transparent;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all {
        width: 23px;
        height: 23px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::before, header .menu-all::after {
        content: ' ';
    }
    header .menu-all::before, header .menu-all::after,
    header .menu-all span.bar {
        position: absolute;
        top: 50%;
        right: 0;
        width: 26px;
        height: 2px;
        background: #fff;
        transition: all .15s ease-in-out;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::before, header .menu-all::after,
    header .menu-all span.bar {
        width: 20px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::before {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::before {
        margin-top: -8px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::after {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::after {
        margin-top: 6px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all span.bar {
        margin-top: -1px;
    }
    header .menu-all.open::before {
        margin-top: -1px;
        transform: rotate(-45deg);
    }
    header .menu-all.open::after {
        margin-top: -1px;
        transform: rotate(45deg);
    }
    header .menu-all.open span.bar {
        display: none;
    }
    header .menu-all-wrap {
        display: none;
        position: relative;
        padding: 0 12px;
        padding-bottom: 40px;
        border-bottom: 2px solid #000;
    }
    header .menu-all-wrap .col {
        border-top: 1px solid #ddd;
    }
    header .menu-all-wrap .col:first-child {
        border-top: none;
    }
    header .menu-all-wrap p.dep1 {
        display: none;
    }
    header .menu-all-wrap .dep1-btn {
        display: block;
        position: relative;
        width: 100%;
        color: #333;
        font-size: 15px;
        line-height: 40px;
        text-align: left;
        transform: skew(-0.05deg);
    }
    header .menu-all-wrap .dep1-btn::after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: 3px;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border: 1px solid #000;
        border-top: none;
        border-left: none;
        transform: rotate(45deg);
        transition: all .15s ease-in-out;
    }
    header .menu-all-wrap .dep1-btn.open {
        color: #616c45;
    }
    header .menu-all-wrap .dep1-btn.open::after {
        transform: rotate(225deg);
        margin-top: -2px;
    }
    header .menu-all-wrap ul {
        display: none;
        border-top: 1px solid #ddd;
        padding: 4px 0;
    }
    header .menu-all-wrap ul li {
        margin-top: 4px;
    }
    header .menu-all-wrap ul li:first-child {
        margin-top: 0;
    }
    header .menu-all-wrap ul li a {
        display: block;
        color: #666;
        font-size: 13px;
        line-height: 24px;
        transform: skew(-0.05deg);
    }
    header.scroll {
        background: #fff;
    }
    header.scroll::after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #ddd;
    }
    header.scroll .head-cont h1 a {
        background-image: url("/images/logo-wt.png");
    }
    header.scroll .menu-all::before, header.scroll .menu-all::after,
    header.scroll .menu-all span.bar {
        background: #000;
    }
    header.m-open {
        background: #fff;
    }
    header.m-open::after {
        display: none;
    }
    header.m-open .head-cont {
        border-color: #ddd;
    }
    header.m-open .head-cont h1 a {
        background-image: url("/images/logo-wt.png");
    }
    header.m-open .my-menu {
        display: block;
    }
    header.m-open .menu-all::before, header.m-open .menu-all::after,
    header.m-open .menu-all span.bar {
        background: #000;
    }
}

/* common layout */
.skip-navigation {
    position: absolute;
    z-index: 9999;
}

.skip-navigation a {
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

#wrap {
    overflow: hidden;
}

/* container */
.container {
    position: relative;
}

.container.cate01 .page-title {
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.container.cate02 .page-title {
    background-image: url("/images/bg/bg-subvisual02.jpg");
}

.container.cate03 .page-title {
    background-image: url("/images/bg/bg-subvisual03.jpg");
}

.container.cate04 .page-title {
    background-image: url("/images/bg/bg-subvisual04.jpg");
}

.container.cate05 .page-title {
    background-image: url("/images/bg/bg-subvisual05.jpg");
}

.container.cate06 .page-title {
    background-image: url("/images/bg/bg-subvisual06.jpg");
}

.container.cate07 .page-title {
    background-image: url("/images/bg/bg-subvisual07.jpg");
}

.container .page-title {
    height: 350px;
    padding-top: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container .page-title .title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .page-title {
        height: 160px;
        padding-top: 90px;
    }
    .container .page-title .title {
        font-size: 24px;
    }
}

.container .sub-depth-wrap {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
}

@media screen and (max-width: 1024px) {
    .container .sub-depth-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap {
        margin-top: 0;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }
    .container .sub-depth-wrap::before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #ddd;
        z-index: -1;
    }
}

.container .sub-depth-wrap .tabs {
    display: flex;
}

@media screen and (min-width: 768px) {
    .container .sub-depth-wrap .tabs {
        width: 100% !important;
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .tabs {
        position: relative;
        display: inline-block;
        white-space: nowrap;
        font-size: 0;
        vertical-align: top;
    }
}

.container .sub-depth-wrap .tabs li {
    flex: 1;
    background: #616c45;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .tabs li {
        display: inline-block;
        vertical-align: top;
        background: none;
    }
}

.container .sub-depth-wrap .tabs li a {
    display: block;
    border-left: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    transform: skew(-0.05deg);
    transition: background 0.2s linear;
    white-space: nowrap;
}

@media screen and (min-width: 1025px) {
    .container .sub-depth-wrap .tabs li a:hover {
        background: rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .tabs li a {
        height: 45px;
        padding: 0 15px;
        border-left: none;
        border-bottom: 2px solid transparent;
        color: #888;
        font-size: 14px;
        line-height: 45px;
    }
}

.container .sub-depth-wrap .tabs li:first-child a {
    border-left: none;
}

.container .sub-depth-wrap .tabs li.active a {
    background: #eee;
    color: #616c45;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .tabs li.active a {
        background: none;
        border-color: #616c45;
    }
}

.container .breadcrumb {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .container .breadcrumb {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .breadcrumb {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .breadcrumb {
        margin-top: 15px;
    }
}

.container .breadcrumb ol {
    font-size: 0;
    text-align: right;
}

.container .breadcrumb ol li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container .breadcrumb ol li {
        font-size: 12px;
    }
}

.container .breadcrumb ol li::before {
    content: '>';
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.container .breadcrumb ol li:first-child::before {
    display: none;
}

.container .breadcrumb ol li.now {
    color: #333;
    font-weight: 700;
}

.container .sub-page-title {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 65px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .container .sub-page-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-page-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-page-title {
        margin-top: 40px;
        font-size: 26px;
    }
}

.container .sub-page-desc {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 15px;
    color: #e4b389;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    word-break: keep-all;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 1024px) {
    .container .sub-page-desc {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-page-desc {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-page-desc {
        font-size: 16px;
    }
}

.container .contents {
    padding-top: 50px;
    padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
    .container .contents {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

.container .contents > section {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 110px;
}

@media screen and (max-width: 1024px) {
    .container .contents > section {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .contents > section {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .contents > section {
        margin-top: 60px;
    }
}

.container .contents > section.full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.container .contents > section:first-child {
    margin-top: 0;
}

.container .contents > section .bg-wrap {
    position: relative;
}

.container .contents > section .bg-wrap::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 350px;
    transform: translateY(-50%);
    background: #f1f1f1;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .container .contents > section .bg-wrap::before {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .container .contents > section .bg-wrap::before {
        height: 260px;
    }
}

.container .contents > section .title-wrap {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .contents > section .title-wrap {
        margin-bottom: 20px;
    }
}

.container .contents > section .title-wrap .tit {
    position: relative;
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container .contents > section .title-wrap .tit {
        font-size: 28px;
    }
}

.container .contents > section .title-wrap .tit::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 78px;
    height: 1px;
    background: #ddd;
    margin-left: -39px;
}

@media screen and (max-width: 767px) {
    .container .contents > section .title-wrap .tit {
        padding-bottom: 21px;
    }
    .container .contents > section .title-wrap .tit::after {
        width: 60px;
        margin-left: -30px;
    }
}

.container .contents > section .title-wrap .desc {
    margin-top: 20px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container .contents > section .title-wrap .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.container .contents > section .title-wrap .desc .img {
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .container .contents > section .title-wrap .desc br {
        display: none;
    }
}

.container .contents .introduce .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box {
        display: block;
        margin-top: 50px;
    }
}

.container .contents .introduce .box:first-child {
    margin-top: 0;
}

.container .contents .introduce .box .thumb {
    order: 1;
    display: block;
    width: 50%;
}

.container .contents .introduce .box .thumb.middle {
    align-self: center;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .thumb {
        width: 100%;
        margin-top: 10px;
    }
}

.container .contents .introduce .box .text {
    width: calc(50% - 30px);
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text {
        width: 100%;
    }
}

.container .contents .introduce .box .text h4 {
    position: relative;
    color: #f56505;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -2px;
    word-break: keep-all;
}

.container .contents .introduce .box .text h4::before {
    content: 'ABISSINICA';
    display: block;
    color: rgba(102, 102, 102, 0.4);
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}

.container .contents .introduce .box .text h4::before {
    content: 'ABISSINICA';
    display: block;
    color: rgba(102, 102, 102, 0.4);
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}

.container .contents .introduce .box .text h4::before {
    content: 'ABISSINICA';
    display: block;
    color: rgba(102, 102, 102, 0.4);
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}
.container .contents .sub0303 .box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
}


.container .contents .sub0303 .box .text{
    width: calc(50% - 30px);
}
.container .contents .sub0303 .box .text h4{
    position: relative;
    color: #f56505;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -2px;
    word-break: keep-all;
}
.container .contents .sub0303 .box .text h4::before{
    content: 'ETHIOPIA COFFEE';
    display: block;
    color: rgba(102, 102, 102, 0.4);
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}
.container .contents .sub0303 .box .text p{
    position: relative;
    margin-top: 30px;
    padding-top: 31px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}
.container .contents .sub0303 .box .text p strong{
    font-weight: bold;
    color:#616161;
    font-size:20px;
    
}   
.container .contents .sub0303 .box ul{
    position: relative;
    border:solid 1px blue;
}


.container .contents .introduce .box .text h4.type2::before {
    content: "JACOB'S STATION";
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text h4 {
        font-size: 28px;
    }
    .container .contents .introduce .box .text h4::before {
        font-size: 20px;
        letter-spacing: 0;
    }
    .container .contents .sub0303 .box .text h4{
        font-size: 28px;
    }
    .container .contents .sub0303 .box .text p{
        font-size: 14px;
        line-height: 22px;
        margin:10px 0;
        padding:10px 0;
        border-top: 1px solid #ddd;
    }
    .container .contents .sub0303 .box{
        flex-direction: column;
    }
    .container .contents .sub0303 .box .text{
        width:100%
    }
}

.container .contents .introduce .box .text p {
    position: relative;
    margin-top: 30px;
    padding-top: 31px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container .contents .introduce .box .text p em {
    display: block;
    margin-bottom: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text p em {
        margin-bottom: 22px;
    }
}

.container .contents .introduce .box .text p em span.ft-noto {
    font-weight: 500;
}

.container .contents .introduce .box .text p span.bd {
    display: block;
    margin: 16px auto;
    padding: 16px 20px;
    border: 1px solid #ddd;
}

.container .contents .introduce .box .text p span.bd em {
    margin-top: 24px;
}

.container .contents .introduce .box .text p span.bd em:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text p span.bd {
        margin: 12px auto;
        padding: 12px;
    }
    .container .contents .introduce .box .text p span.bd em {
        margin-top: 22px;
    }
}

.container .contents .introduce .box .text p span.ft-mj {
    display: block;
    font-size: 24px;
}

.container .contents .introduce .box .text p::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: -120px;
    height: 1px;
    background: #ddd;
}

@media screen and (max-width: 767px) {
    .container .contents .introduce .box .text p {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }
    .container .contents .introduce .box .text p::after {
        display: none;
    }
}

.container .contents .introduce .box.type2 .thumb {
    order: -1;
}

.container .contents .introduce .box.type2 .text p::after {
    right: 0;
    left: -120px;
}

.container .contents h4.org-title {
    position: relative;
    padding-bottom: 28px;
    color: #f56505;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -2px;
    font-weight: 900;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title {
        font-size: 28px;
        padding-bottom: 9px;
    }
}

.container .contents h4.org-title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% + 90px);
    height: 1px;
    background: #ddd;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title::after {
        width: 100%;
    }
}

.container .contents h4.org-title.type2 {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title.type2 {
        text-align: left;
    }
}

.container .contents h4.org-title.type2::after {
    left: auto;
    right: 0;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title.type2::after {
        width: 100%;
    }
}

.container .contents h4.org-title.type3 {
    text-align: center;
}

.container .contents h4.org-title.type3::before {
    content: 'ABISSINICA';
    display: block;
    color: rgba(102, 102, 102, 0.4);
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title.type3::before {
        font-size: 20px;
        letter-spacing: 0;
    }
}

.container .contents h4.org-title.type3::after {
    width: 140px;
    left: 50%;
    margin-left: -70px;
}

@media screen and (max-width: 767px) {
    .container .contents h4.org-title.type3::after {
        width: 70px;
        margin-left: -35px;
    }
}

.container .nodata {
    padding: 100px 0;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .nodata {
        font-size: 14px;
        line-height: 22px;
    }
}

.container .agree-chk-box {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .container .agree-chk-box {
        margin-top: 20px;
    }
}

.container .agree-chk-box .tit {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container .agree-chk-box .tit {
        font-size: 16px;
        line-height: 24px;
    }
}

.container .agree-chk-box .agree-cont {
    max-height: 200px;
    padding: 20px;
    border: 1px solid #ddd;
    overflow-y: auto;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #666;
}

@media screen and (max-width: 767px) {
    .container .agree-chk-box .agree-cont {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .container .agree-chk-box .agree-cont {
        padding: 12px;
    }
}

.container .agree-chk-box .chk-wrap {
    margin-top: 10px;
}

/* dim */
.common-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1005;
}

/* footer */
footer {
    border-top: 2px solid #eee;
}

footer.main-type {
    border-top: none;
}

footer .foot-top {
    padding: 25px 0;
    text-align: center;
    background-color: #616c45;
}

@media screen and (max-width: 767px) {
    footer .foot-top {
        padding: 0;
        border-bottom: none;
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-top .btn {
        display: block;
        width: 100%;
        border: none;
        padding: 0;
        font-size: 15px;
        line-height: 40px;
    }
}

footer .foot-top .btn::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-top: 13px;
    margin-left: 20px;
    border-radius: 50%;
    background: #fff url("/images/icon/icon-arrow.png") center no-repeat;
}

@media screen and (max-width: 767px) {
    footer .foot-top .btn::after {
        width: 16px;
        height: 16px;
        margin-top: 12px;
        margin-left: 10px;
        background-size: 10px auto;
    }
}

@media screen and (min-width: 1025px) {
    footer .foot-top .btn:hover, footer .foot-top .btn:active {
        color: #fff;
    }
}

footer .foot-middle .supports {
    display: flex;
    justify-content: space-between;
    max-width: 590px;
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    footer .foot-middle .supports {
        padding: 20px 12px;
    }
}

footer .foot-middle .supports li {
    text-align: center;
}

@media screen and (max-width: 767px) {
    footer .foot-middle .supports li {
        flex: 1;
        margin-left: 10px;
    }
    footer .foot-middle .supports li:first-child {
        margin-left: 0;
    }
}

footer .foot-middle .supports li .ci {
    display: block;
    margin-bottom: 20px;
}

footer .foot-middle .supports li .btn {
    width: 100%;
    max-width: 175px;
}

footer .foot-middle .together {
    padding: 20px 0 25px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 767px) {
    footer .foot-middle .together {
        padding: 20px 0;
    }
}

footer .foot-middle .together h3.tit {
    margin-bottom: 25px;
    color: #aaa;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

footer .foot-middle .together ul.lists {
    display: flex;
    justify-content: space-between;
    width:3000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    footer .foot-middle .together ul.lists {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-middle .together ul.lists {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 1024px) {
    footer .foot-middle .together ul.lists {
        justify-content: unset;
    }
    footer .foot-middle .together ul.lists li {
        margin-left: 20px;
    }
    footer .foot-middle .together ul.lists li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-middle .together ul.lists {
        display: block;
        overflow-x: auto;
        font-size: 0;
        white-space: nowrap;
    }
    footer .foot-middle .together ul.lists li {
        display: inline-block;
        vertical-align: top;
    }
    footer .foot-middle .together ul.lists li img {
        height: 33px;
    }
}

footer .foot-bottom {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom {
        padding-left: 12px;
        padding-right: 12px;
    }
}

footer .foot-bottom::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    footer .foot-bottom {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

footer .foot-bottom .foot-logo {
    float: left;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .foot-logo {
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .foot-logo {
        margin-bottom: 15px;
    }
    footer .foot-bottom .foot-logo img {
        height: 30px;
    }
}

footer .foot-bottom .infos {
    display: flex;
    margin-left: 220px;
    margin-right: 130px;
    padding-top: 20px;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .infos {
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .infos {
        display: block;
    }
}

footer .foot-bottom .infos .col {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

footer .foot-bottom .infos .col:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .infos .col {
        width: calc((100% - 40px) / 2);
    }
    footer .foot-bottom .infos .col:nth-child(3) {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .infos .col {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}

footer .foot-bottom .infos .col p.call {
    margin-bottom: 10px;
    padding-left: 25px;
    background: url("/images/icon/icon-call.gif") 0 no-repeat;
    color: #888;
    font-size: 18px;
    font-weight: 500;
}

footer .foot-bottom .infos .col dl dt {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 900;
    transform: skew(-0.05deg);
}

footer .foot-bottom .infos .col dl dd ul li {
    font-size: 0;
    white-space: nowrap;
}

footer .foot-bottom .infos .col dl dd ul li span {
    display: inline-block;
    vertical-align: top;
    color: #888;
    font-size: 13px;
    line-height: 18px;
    transform: skew(-0.05deg);
}

footer .foot-bottom .infos .col dl dd ul li span::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 10px;
    margin: 4px 6px 0;
    background: #888;
}

footer .foot-bottom .infos .col dl dd ul li span:last-child::after {
    display: none;
}

footer .foot-bottom .infos .col dl dd ul li span em {
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .infos .col dl dd ul li span {
        display: block;
        font-size: 12px;
    }
    footer .foot-bottom .infos .col dl dd ul li span::after {
        display: none;
    }
}

footer .foot-bottom .infos .col dl dd.bar::before {
    content: ' ';
    display: block;
    width: 12px;
    height: 1px;
    margin: 10px 0;
    background: #888;
}

footer .foot-bottom .dropdown {
    position: absolute;
    top: 40px;
    right: 20px;
}

}

@media screen and (max-width: 767px) {
    footer .foot-bottom .dropdown {
        top: 20px;
        right: 12px;
    }
}

footer .foot-bottom .dropdown .btn-toggle {
    position: relative;
    display: block;
    height: 30px;
    padding: 0 30px 0 5px;
    border:none;
    border-bottom: 1.5px solid #666;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    transform: skew(-0.05deg);
    font-weight: bold;
}

footer .foot-bottom .dropdown::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #616c45;
}



footer .foot-bottom .copyright {
    margin-top: 40px;
    color: #888;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .copyright {
        margin-top: 20px;
        text-align: left;
        font-size: 12px;
    }
}

/* === PAGES(CATEGORY) === */
/* COFFEE */
.about-coffee .title {
    display: flex;
    padding: 55px 60px;
    background: #ebebeb;
}

@media screen and (max-width: 1024px) {
    .about-coffee .title {
        display: block;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .title {
        padding: 20px 12px;
    }
}

.about-coffee .title .text {
    flex: 1;
}

.about-coffee .title .text h4 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    color: #aeb675;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .about-coffee .title .text h4 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .title .text h4 {
        font-size: 30px;
    }
}

.about-coffee .title .text h4 small {
    display: block;
    margin-top: 15px;
    color: #c4c4c4;
    font-size: 28px;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 1024px) {
    .about-coffee .title .text h4 small {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .title .text h4 small {
        margin-top: 5px;
        font-size: 20px;
    }
}

.about-coffee .title .text p {
    margin-top: 20px;
    color: #666;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .about-coffee .title .text p {
        font-size: 20px;
        line-height: 28px;
    }
}

.about-coffee .title .img {
    max-width: 45%;
    align-self: center;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .about-coffee .title .img {
        max-width: none;
        margin-top: 20px;
        text-align: left;
    }
}

.about-coffee .about-contents {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents {
        margin-top: 50px;
    }
}

.about-coffee .about-contents section {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents section {
        margin-top: 40px;
    }
}

.about-coffee .about-contents section:first-child {
    margin-top: 0;
}

.about-coffee .about-contents .list-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

.about-coffee .about-contents .list-title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% + 90px);
    height: 1px;
    background: #ddd;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title::after {
        width: 100%;
    }
}

.about-coffee .about-contents .list-title .eyebrow {
    display: block;
    width: 100%;
    color: #777;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title .eyebrow {
        font-size: 20px;
    }
}

.about-coffee .about-contents .list-title h5 {
    margin-right: 20px;
    color: #f56505;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title h5 {
        font-size: 28px;
    }
}

.about-coffee .about-contents .list-title .desc {
    align-self: flex-end;
    color: #777;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 100;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title .desc {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-title .desc {
        margin-top: 10px;
    }
}

.about-coffee .about-contents .list-wraps {
    overflow: hidden;
}

.about-coffee .about-contents .list-wraps ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -10px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps ul.lists {
        margin: 0;
    }
}

.about-coffee .about-contents .list-wraps ul.lists > li {
    width: 25%;
    margin-top: 40px;
    padding-left: 10px;
}

@media screen and (max-width: 1024px) {
    .about-coffee .about-contents .list-wraps ul.lists > li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps ul.lists > li {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-coffee .about-contents .list-wraps ul.lists > li:first-child {
        margin-top: 0;
    }
}

.about-coffee .about-contents .list-wraps .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 4px 40px;
    border: 1px solid #aaa;
    text-align: center;
    justify-content: space-between;
}

.about-coffee .about-contents .list-wraps .inner .img {
    display: block;
}

.about-coffee .about-contents .list-wraps .inner .name {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps .inner .name {
        font-size: 20px;
        line-height: 28px;
    }
}

.about-coffee .about-contents .list-wraps .inner .e-name {
    margin-top: 3px;
    color: #d49e29;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps .inner .e-name {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.about-coffee .about-contents .list-wraps .inner .desc {
    margin-top: 8px;
    margin-bottom: 15px;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -1px;
    word-break: keep-all;
    transform: skew(-0.05deg);
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about-coffee .about-contents .list-wraps .inner .flag {
    display: block;
    width: 140px;
    height: 30px;
    margin: 15px auto ;
    border-radius: 15px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.about-coffee .about-contents .list-wraps .inner .flag.green {
    background: #4f703e;
}

.about-coffee .about-contents .list-wraps .inner .flag.orange {
    background: #f58220;
}

.about-coffee .about-contents .list-wraps .inner .flag.brown {
    background: #b16c31;
}

.about-coffee .about-contents .list-wraps .inner .flavor {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
    word-break: keep-all;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    transform: skew(-0.05deg);
    height: 50px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps .inner .flavor {
        font-size: 12px;
        line-height: 16px;
    }
}

.about-coffee .about-contents .list-wraps .inner .flavor-list {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li:first-child {
    margin-top: 0;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .tit {
    margin-right: auto;
    font-size: 14px;
    white-space: nowrap;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .list-wraps .inner .flavor-list li .tit {
        font-size: 13px;
    }
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level {
    position: relative;
    width: 160px;
    height: 14px;
    margin-left: auto;
    background: url("/images/bg/bg-lv.gif") 0 0 no-repeat;
    font-size: 0;
    overflow: hidden;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level span.on {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    background: url("/images/bg/bg-lv-on.gif") 0 0 no-repeat;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level.lv1 span.on {
    width: 28px;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level.lv2 span.on {
    width: 61px;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level.lv3 span.on {
    width: 94px;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level.lv4 span.on {
    width: 127px;
}

.about-coffee .about-contents .list-wraps .inner .flavor-list li .level.lv5 span.on {
    width: 160px;
}

.about-coffee .about-contents .list-wraps.type2 .inner {
    padding-bottom: 10px;
}

.about-coffee .about-contents .list-wraps.type2 .inner .name {
    margin-top: 15px;
    font-size: 22px;
    line-height: 1.2;
    word-break: keep-all;
}

.about-coffee .about-contents .list-wraps.type2 .inner .flag {
    width: 100%;
    height: auto;
    padding: 4px;
    font-size: 13px;
    line-height: 22px;
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout {
    display: flex;
    flex-wrap: wrap;
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout dl {
    width: 40%;
    font-size: 15px;
    transform: skew(-0.05deg);
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout dl dt {
    height: 30px;
    padding: 0 7px;
    background: #bcbdc0;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout dl dd {
    padding: 7px;
    color: #666;
    line-height: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout dl:nth-child(3n + 1) {
    width: 30%;
    text-align: left;
}

.about-coffee .about-contents .list-wraps.type2 .inner .tbl-layout dl:nth-child(3n) {
    width: 30%;
    text-align: right;
}

.about-coffee .about-contents .giftset-list > li {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list > li {
        margin-top: 20px;
    }
}

.about-coffee .about-contents .giftset-list > li:first-child {
    margin-top: 0;
}

.about-coffee .about-contents .giftset-list .inner {
    display: flex;
    align-items: center;
    padding: 0 65px;
    border: 1px solid #a2a2a2;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner {
        display: block;
        padding: 0 16px;
    }
}

.about-coffee .about-contents .giftset-list .inner .img {
    width: 45%;
    max-width: 510px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .img {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

.about-coffee .about-contents .giftset-list .inner .info {
    flex: 1;
    max-width: 500px;
    margin-left: auto;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info {
        max-width: none;
    }
}

.about-coffee .about-contents .giftset-list .inner .info > * {
    position: relative;
    padding-left: 40px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info > * {
        padding-left: 30px;
    }
}

.about-coffee .about-contents .giftset-list .inner .info > *::before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("/images/icon/icon-title2.gif") center no-repeat;
}

.about-coffee .about-contents .giftset-list .inner .info .name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info .name {
        font-size: 20px;
    }
}

.about-coffee .about-contents .giftset-list .inner .info .cont {
    min-height: 112px;
    color: #666;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info .cont {
        font-size: 18px;
        line-height: 26px;
    }
}

.about-coffee .about-contents .giftset-list .inner .info .products > li {
    margin-top: 8px;
    color: #666;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info .products > li {
        font-size: 18px;
        line-height: 26px;
    }
}

.about-coffee .about-contents .giftset-list .inner .info .products > li:first-child {
    margin-top: 0;
}

.about-coffee .about-contents .giftset-list .inner .info .size {
    margin-top: 10px;
    color: #4e5a30;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner .info .size {
        font-size: 18px;
        line-height: 26px;
    }
}

.about-coffee .about-contents .giftset-list .inner.type2 {
    padding: 50px 65px;
}

@media screen and (max-width: 1024px) {
    .about-coffee .about-contents .giftset-list .inner.type2 {
        flex-wrap: wrap;
        padding: 20px 65px;
    }
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner.type2 {
        display: flex;
        padding: 20px 16px;
    }
}

.about-coffee .about-contents .giftset-list .inner.type2 .img {
    width: 20.3125%;
}

@media screen and (max-width: 1024px) {
    .about-coffee .about-contents .giftset-list .inner.type2 .img {
        width: 50%;
        margin: 0;
        text-align: center;
    }
}

.about-coffee .about-contents .giftset-list .inner.type2 .info {
    flex: 1;
    align-self: flex-start;
    max-width: none;
    margin: 0;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .about-coffee .about-contents .giftset-list .inner.type2 .info {
        order: 2;
        flex: unset;
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}

.about-coffee .about-contents .giftset-list .inner.type2 .info .cont {
    min-height: auto;
}

.about-coffee .about-contents .giftset-list .inner.type2 .info .size {
    margin-top: 20px;
    color: #666;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .about-coffee .about-contents .giftset-list .inner.type2 .info .size {
        margin-top: 10px;
    }
}

.about-coffee .about-contents .giftset-list .inner.type2 .info .size em {
    color: #ffa700;
}

.about-coffee .about-contents .giftset-list .inner.type2 .img2 {
    width: 26.5625%;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .about-coffee .about-contents .giftset-list .inner.type2 .img2 {
        width: 50%;
        text-align: center;
    }
}

/* coffee story */
.container.cate02 .img-lists {
    position: relative;
    display: flex;
    margin-top: 100px;
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .img-lists {
        flex-wrap: wrap;
        margin-top: 60px;
        padding-top: 30px;
    }
}

.container.cate02 .img-lists::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: #ddd;
}

.container.cate02 .img-lists li {
    flex: 1;
    margin-left: 1.5625%;
}

.container.cate02 .img-lists li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .container.cate02 .img-lists li {
        flex: unset;
        width: 49%;
        margin-left: 0;
        margin-top: 2%;
    }
    .container.cate02 .img-lists li:nth-child(even) {
        margin-left: 2%;
    }
    .container.cate02 .img-lists .img-lists-ite{
        min-width:150px;
    }
}

.container.cate02 .img-lists.type2 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .container.cate02 .img-lists.type2 {
        flex-wrap: nowrap;
    }
}

.container.cate02 .img-lists.type2 li {
    margin-left: 1.25%;
}

.container.cate02 .img-lists.type2 li:first-child {
    margin-left: 0;
}

.container.cate02 .img-lists.type2::before {
    display: none;
}

.container.cate02 .desc-txt {
    margin-top: 25px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate02 .desc-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate02 .desc-txt {
        margin-top: 20px;
    }
}

.container.cate02 .sub0202 {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 {
        margin-top: 60px;
    }
}

.container.cate02 .sub0202 .flex {
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex {
        display: block;
        margin-top: 30px;
    }
}

.container.cate02 .sub0202 .flex .rs-lists {
    display: flex;
    width: 51.5625%;
    min-width: 51.5625%;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists {
        display: block;
        width: 100%;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 7.8125%;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li {
        display: block;
        margin-left: 0;
        margin-top: 30px;
    }
    .container.cate02 .sub0202 .flex .rs-lists li:first-child {
        margin-top: 0;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li .eyebrow {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #7e9938;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li .eyebrow {
        margin-bottom: 5px;
        font-size: 18px;
        text-align: center;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li .box {
    height: 100%;
    padding: 40px;
    background: #ebebeb;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li .box {
        padding: 20px 12px;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li .box .tit {
    color: #666;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li .box .tit {
        font-size: 20px;
    }
    .container.cate02 .sub0202 .flex .rs-lists li .box .tit br {
        display: none;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li .box .desc {
    margin-top: 40px;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li .box .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .rs-lists li .box .desc {
        margin-top: 15px;
    }
}

.container.cate02 .sub0202 .flex .rs-lists li:first-child {
    margin-left: 0;
}

.container.cate02 .sub0202 .flex .text {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .text {
        margin-left: 0;
        margin-top: 30px;
    }
}

.container.cate02 .sub0202 .flex .text p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub0202 .flex .text p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate02 .sub0202 .flex .text p::before {
    content: ' ';
    display: block;
    width: 40px;
    height: 1px;
    margin-bottom: 20px;
    background: #ddd;
}

/* 커피공장카페, 제이콥스스테이션 */
.cafe-intro.type1 .intro-hello .text {
    color: #dea82a;
}

.cafe-intro.type1 .intro-hello .tit span {
    color: #dea82a;
}

.cafe-intro.type1 .intro-hello .tit::before {
    background: #dea82a;
}

.cafe-intro.type1 .bg-wrap::before {
    background-color: #dfc381 !important;
}

.cafe-intro.type2 .intro-hello .text {
    color: #616c45;
}

.cafe-intro.type2 .intro-hello .tit span {
    color: #616c45;
}

.cafe-intro.type2 .intro-hello .tit::before {
    background: #616c45;
}

.cafe-intro.type2 .bg-wrap::before {
    background-color: #aab396 !important;
}

.cafe-intro .intro-hello {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .cafe-intro .intro-hello {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-hello {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.cafe-intro .intro-hello .text {
    font-size: 72px;
    line-height: 1;
    letter-spacing: -3px;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .cafe-intro .intro-hello .text {
        font-size: 55px;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-hello .text {
        font-size: 40px;
        line-height: 1.1;
    }
}

.cafe-intro .intro-hello .tit {
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-hello .tit {
        margin-top: 10px;
    }
}

.cafe-intro .intro-hello .tit span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    background-color: #fff;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-hello .tit span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-hello .tit span {
        padding-right: 10px;
    }
}

.cafe-intro .intro-hello .tit::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
}

.cafe-intro .intro-title {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .cafe-intro .intro-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-title {
        margin-top: 30px;
    }
}

.cafe-intro .intro-title h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-title h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

.cafe-intro .intro-title .desc {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .cafe-intro .intro-title .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.cafe-intro .bg-wrap {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap {
        margin-top: 30px;
    }
}

.cafe-intro .bg-wrap::before {
    top: 0 !important;
    transform: translateY(0) !important;
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap::before {
        height: 150px !important;
    }
}

.cafe-intro .bg-wrap .visual-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .cafe-intro .bg-wrap .visual-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap .visual-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.cafe-intro .bg-wrap .visual-wrap .tit {
    padding: 55px 0 35px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap .visual-wrap .tit {
        padding: 30px 0 15px;
        font-size: 24px;
    }
}

.cafe-intro .bg-wrap .visual-wrap .tit small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap .visual-wrap .tit small {
        font-size: 14px;
        line-height: 22px;
    }
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container {
    position: relative;
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control::before {
        left: 4px;
        right: 4px;
    }
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn {
    position: relative;
    display: block;
    width: 85px;
    height: 70px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn {
        width: 50px;
        height: 40px;
    }
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn.prev::before {
    transform: rotate(135deg);
    margin-left: -4px;
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn.next {
    margin-top: 1px;
}

.cafe-intro .bg-wrap .visual-wrap .swiper-container .swiper-control .control-btn.next::before {
    transform: rotate(-45deg);
    margin-left: -12px;
}

.container.cate03 .img-lists,
.container.cate04 .img-lists {
    display: flex;
}

.container.cate03 .img-lists li,
.container.cate04 .img-lists li {
    flex: 1;
    margin-left: 1.5625%;
}

.container.cate03 .img-lists li:first-child,
.container.cate04 .img-lists li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .container.cate03 .img-lists,
    .container.cate04 .img-lists {
        flex-wrap: wrap;
    }
    .container.cate03 .img-lists li,
    .container.cate04 .img-lists li {
        flex: unset;
        width: 49%;
        margin: 0;
        margin-top: 2%;
    }
    .container.cate03 .img-lists li:nth-child(even),
    .container.cate04 .img-lists li:nth-child(even) {
        margin-left: 2%;
    }
}

.container.cate03 .sub0401 .tit,
.container.cate04 .sub0401 .tit {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 100;
    text-align: center;
    color: #d49e29;
    text-transform: uppercase;
}

.container.cate03 .sub0401 .desc,
.container.cate04 .sub0401 .desc {
    color: #666;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
}

.container.cate03 .sub0401 .img-box,
.container.cate04 .sub0401 .img-box {
    margin-top: 60px;
}

.container.cate03 .gallery-list,
.container.cate04 .gallery-list {
    overflow: hidden;
}

.container.cate03 .gallery-list ul.lists,
.container.cate04 .gallery-list ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin: -50px 0 0 -40px;
}

@media screen and (max-width: 1024px) {
    .container.cate03 .gallery-list ul.lists,
    .container.cate04 .gallery-list ul.lists {
        margin: -30px 0 0 -20px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .gallery-list ul.lists,
    .container.cate04 .gallery-list ul.lists {
        display: block;
        margin: 0;
    }
}

.container.cate03 .gallery-list ul.lists > li,
.container.cate04 .gallery-list ul.lists > li {
    width: 50%;
    margin-top: 50px;
    padding-left: 40px;
}

@media screen and (max-width: 1024px) {
    .container.cate03 .gallery-list ul.lists > li,
    .container.cate04 .gallery-list ul.lists > li {
        margin-top: 30px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .gallery-list ul.lists > li,
    .container.cate04 .gallery-list ul.lists > li {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
    .container.cate03 .gallery-list ul.lists > li:first-child,
    .container.cate04 .gallery-list ul.lists > li:first-child {
        margin-top: 0;
    }
}

/* 사업자 구매 */
.container.cate05 .sub0501 {
    padding: 60px 100px;
    border: 1px solid #714938;
}

@media screen and (max-width: 1024px) {
    .container.cate05 .sub0501 {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 {
        padding: 20px 12px;
    }
}

.container.cate05 .sub0501 .tit-top {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 35px;
    word-break: keep-all;
}

.container.cate05 .sub0501 .tit-top::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 264px;
    height: 1px;
    margin-left: -132px;
    background: #666;
}

.container.cate05 .sub0501 .tit-top .tit {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 .tit-top .tit {
        font-size: 24px;
    }
}

.container.cate05 .sub0501 .tit-top .desc {
    margin-top: 20px;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 .tit-top .desc {
        font-size: 18px;
    }
}

.container.cate05 .sub0501 .body .bullet-list li {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 .body .bullet-list li {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.cate05 .sub0501 .body p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 .body p {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.cate05 .sub0501 .bg {
    margin: 50px -100px -60px;
    padding: 70px 20px;
    background: url("/images/img/img-sub0501-1.jpg") center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .container.cate05 .sub0501 .bg {
        margin: 50px -50px -40px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0501 .bg {
        margin: 30px -12px -20px;
        padding: 40px 12px;
        font-size: 18px;
    }
}

.container.cate05 .sub0502 {
    display: flex;
    padding: 100px 60px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .container.cate05 .sub0502 {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0502 {
        display: block;
        padding: 30px 12px;
    }
}

.container.cate05 .sub0502 .img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0502 .img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .container.cate05 .sub0502 .img img {
        max-width: 50%;
    }
}

.container.cate05 .sub0502 .text {
    flex: 1;
    margin-left: auto;
}

.container.cate05 .sub0502 .text .box {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0502 .text .box {
        margin-top: 30px;
    }
}

.container.cate05 .sub0502 .text .box:first-child {
    margin-top: 0;
}

.container.cate05 .sub0502 .text .box .tit {
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("/images/icon/icon-title2.gif") 0 2px no-repeat;
    color: #666;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0502 .text .box .tit {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.cate05 .sub0502 .text .box .bullet-list li {
    color: #666;
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .container.cate05 .sub0502 .text .box .bullet-list li {
        font-size: 18px;
        line-height: 26px;
    }
}

/* 회사소개 */
.container.cate06 .business-list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .business-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list {
        display: block;
    }
}

.container.cate06 .business-list li {
    width: 18.75%;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .business-list li {
        width: 32%;
        margin-left: 2%;
    }
    .container.cate06 .business-list li:first-child {
        margin-left: 0;
    }
    .container.cate06 .business-list li:nth-child(3) ~ li {
        margin-top: 2%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list li {
        width: 100%;
        margin-top: 2%;
        margin-left: 0;
    }
}

.container.cate06 .business-list li .inner {
    position: relative;
    border: 1px solid #ddd;
    height: 100%;
    padding-top: 56px;
    background: #eee;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list li .inner {
        padding-top: 40px;
    }
}

.container.cate06 .business-list li .inner span.num {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dea82a;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 64px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list li .inner span.num {
        top: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 42px;
    }
}

.container.cate06 .business-list li .inner p {
    height: 100%;
    padding: 50px 12px;
    background: #fff;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list li .inner p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-list li .inner p {
        padding: 30px 12px 20px;
    }
}

.container.cate06 .business-more {
    margin-top: 20px;
    text-align: center;
    color: #888;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .business-more {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .pic-info-list .complex-row {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125%;
}

.container.cate06 .pic-info-list .complex-row:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .pic-info-list .complex-row {
        flex-wrap: wrap;
    }
}

.container.cate06 .pic-info-list .complex-row .col1 {
    width: 36.5625%;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .pic-info-list .complex-row .col1 {
        width: 100%;
    }
}

.container.cate06 .pic-info-list .complex-row .col1 dl {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.container.cate06 .pic-info-list .complex-row .col1 dl:first-child {
    border-top: 1px solid #ddd;
}

.container.cate06 .pic-info-list .complex-row .col1 dl dt {
    width: 120px;
    padding: 6px 15px;
    background: #eee;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate06 .pic-info-list .complex-row .col1 dl dt {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .pic-info-list .complex-row .col1 dl dd {
    width: calc(100% - 120px);
    padding: 6px 15px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .pic-info-list .complex-row .col1 dl dd {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .pic-info-list .complex-row .col2 {
    width: 29.84375%;
    box-shadow: 3px 4px 5px 0px rgba(188, 188, 188, 0.75);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .pic-info-list .complex-row .col2 {
        width: 49%;
        margin-top: 3.125%;
        padding-top: 30%;
    }
}

.container.cate06 .pic-info-list .complex-row .col3 {
    width: 68.125%;
    padding-top: 23.984375%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container.cate06 .pic-info-list .complex-row .col4 {
    width: 29.84375%;
    box-shadow: 3px 4px 5px 0px rgba(188, 188, 188, 0.75);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container.cate06 .img-lists {
    display: flex;
    flex-wrap: wrap;
}

.container.cate06 .img-lists li {
    width: calc((100% - 80px) / 5);
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .img-lists li {
        width: calc((100% - 40px) / 5);
        margin-left: 10px;
    }
}

.container.cate06 .img-lists li:nth-child(5n + 1) {
    margin-left: 0;
}

.container.cate06 .img-lists li:nth-child(5) ~ li {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .img-lists li:nth-child(5) ~ li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .img-lists li:nth-child(5) ~ li {
        margin-top: 2%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .img-lists li {
        flex: unset;
        width: 49%;
        margin: 0;
        margin-top: 2%;
    }
    .container.cate06 .img-lists li:nth-child(even) {
        margin-left: 2%;
    }
}

.container.cate06 .img-only {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .img-only {
        margin-top: 20px;
    }
}

.container.cate06 .ci-img {
    text-align: center;
}

.container.cate06 .hello {
    margin-top: 50px;
}

.container.cate06 .hello::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .container.cate06 .hello {
        margin-top: 20px;
    }
}

.container.cate06 .hello .text {
    float: left;
    width: 45.3125%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .hello .text {
        float: none;
        width: 100%;
    }
}

.container.cate06 .hello .text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .hello .text p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .hello .text p:first-child {
    margin-top: 0;
}

.container.cate06 .hello .text p.sign {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .hello .text p.sign {
        margin-top: 30px;
    }
}

.container.cate06 .hello .text p.sign span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    color: #616c45;
    font-weight: 700;
}

.container.cate06 .hello .text p.sign em {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #333;
}

.container.cate06 .hello .bg {
    float: right;
    width: 45.3125%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .hello .bg {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.container.cate06 .intro {
    text-align: center;
}

.container.cate06 .intro .tit {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.5px;
    font-weight: 100;
    color: #d49e29;
}

@media screen and (max-width: 767px) {
    .container.cate06 .intro .tit {
        font-size: 28px;
    }
}

.container.cate06 .intro .desc {
    margin-top: 10px;
    padding: 0 12px;
    color: #666;
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .intro .desc {
        font-size: 18px;
        line-height: 26px;
    }
}

.container.cate06 .bg-wrap {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .bg-wrap {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.container.cate06 .bg-wrap .img-cont {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .bg-wrap .img-cont {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .bg-wrap .img-cont {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .bg-wrap .img-cont img {
        max-width: 320px;
    }
}

.container.cate06 .abi-mission {
    position: relative;
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
    padding-top: 30px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .abi-mission {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .abi-mission {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .abi-mission {
        margin-top: 50px;
        padding-top: 20px;
        display: block;
    }
}

.container.cate06 .abi-mission::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px;
    height: 1px;
    margin-left: -70px;
    background: #ddd;
}

.container.cate06 .abi-mission .img {
    width: 42.96875%;
    margin-right: auto;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .container.cate06 .abi-mission .img {
        text-align: center;
    }
}

.container.cate06 .abi-mission .text {
    width: 50%;
    color: #666;
    font-size: 20px;
    line-height: 28px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .abi-mission .text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .abi-mission .text {
        width: 100%;
        margin-top: 20px;
    }
}

.container.cate06 .sub0603 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 {
        margin-top: 20px;
    }
}

.container.cate06 .sub0603 .bgs {
    padding: 20px 0;
    background: #f1f1f1;
}

.container.cate06 .sub0603 .bgs p {
    margin-top: 10px;
    color: #d49e29;
    font-size: 24px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .bgs p {
        font-size: 18px;
    }
}

.container.cate06 .sub0603 .bgs p:first-child {
    margin-top: 0;
}

.container.cate06 .sub0603 .flex {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0603 .flex {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex {
        display: block;
        margin-top: 20px;
    }
}

.container.cate06 .sub0603 .flex .text {
    width: 48.4375%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex .text {
        width: 100%;
    }
}

.container.cate06 .sub0603 .flex .text h5 {
    color: #666;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex .text h5 {
        font-size: 18px;
    }
}

.container.cate06 .sub0603 .flex .text .desc {
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex .text .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex .text .desc {
        margin-top: 15px;
    }
}

.container.cate06 .sub0603 .flex .img {
    display: block;
    width: 28.90625%;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0603 .flex .img {
        width: 100%;
        margin-top: 10px;
    }
}

.container.cate06 .history-cont .lists {
    position: relative;
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists {
        padding-top: 30px;
    }
}

.container.cate06 .history-cont .lists::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 37.109375%;
    width: 1px;
    background: #ddd;
}

.container.cate06 .history-cont .lists > li {
    position: relative;
    margin-top: 70px;
    z-index: 10;
}

.container.cate06 .history-cont .lists > li::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li {
        margin-top: 30px;
    }
}

.container.cate06 .history-cont .lists > li:first-child {
    margin-top: 0;
}

.container.cate06 .history-cont .lists > li:last-child .months > li:last-child::before {
    content: ' ';
    position: absolute;
    left: 11.538462%;
    top: 7px;
    bottom: 0;
    width: 3px;
    margin-left: -1px;
    background: #fff;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li:last-child .months > li:last-child::before {
        left: 37.109375%;
    }
}

.container.cate06 .history-cont .lists > li .year {
    float: left;
    width: 28.90625%;
    text-align: right;
    color: #a02013;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
    .container.cate06 .history-cont .lists > li .year {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li .year {
        float: none;
        width: 100%;
        font-size: 34px;
        text-align: left;
    }
}

.container.cate06 .history-cont .lists > li .months {
    margin-left: 28.90625%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li .months {
        margin-left: 0;
    }
}

.container.cate06 .history-cont .lists > li .months > li {
    position: relative;
    margin-top: 30px;
}

.container.cate06 .history-cont .lists > li .months > li::after {
    content: " ";
    display: block;
    clear: both;
}

.container.cate06 .history-cont .lists > li .months > li:first-child {
    margin-top: 0;
}

.container.cate06 .history-cont .lists > li .months > li .month {
    position: relative;
    float: left;
    width: 11.538462%;
    padding-right: 3.296703%;
    text-align: right;
    font-size: 24px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li .months > li .month {
        width: 37.109375%;
        font-size: 20px;
    }
}

.container.cate06 .history-cont .lists > li .months > li .month::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-radius: 50%;
    background: #333;
}

.container.cate06 .history-cont .lists > li .months > li .texts {
    margin-left: 11.538462%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li .months > li .texts {
        margin-left: 37.109375%;
    }
}

.container.cate06 .history-cont .lists > li .months > li .texts li {
    margin-top: 2px;
    padding-left: 20px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .history-cont .lists > li .months > li .texts li {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .history-cont .lists > li .months > li .texts li:first-child {
    margin-top: 0;
}

.container.cate06 .cibi-cont .box {
    padding: 50px 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.container.cate06 .cibi-cont .box.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.cate06 .cibi-cont .box.flex span {
    display: block;
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .box.flex span:nth-child(even) {
        text-align: right;
    }
    .container.cate06 .cibi-cont .box.flex span:nth-child(even) img {
        max-width: 65%;
    }
}

.container.cate06 .cibi-cont > h4 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont > h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont > h4 {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}

.container.cate06 .cibi-cont .colorchip {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .colorchip {
        display: block;
    }
}

.container.cate06 .cibi-cont .colorchip .col {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .cibi-cont .colorchip .col {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .colorchip .col {
        width: 100%;
        margin-top: 10px;
    }
    .container.cate06 .cibi-cont .colorchip .col:first-child {
        margin-top: 0;
    }
}

.container.cate06 .cibi-cont .colorchip .col span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    max-width: 250px;
    padding: 36px 12px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .colorchip .col span {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .colorchip .col span {
        width: calc((100% - 10px) / 2);
    }
}

.container.cate06 .cibi-cont .colorchip .col span.color1 {
    background: #616c45;
}

.container.cate06 .cibi-cont .colorchip .col span.color2 {
    background: #fec84e;
}

.container.cate06 .cibi-cont .colorchip .col span.color3 {
    background: #231f20;
}

.container.cate06 .cibi-cont .colorchip .col span.color4 {
    background: #939598;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .btn-group .btn {
        padding: 0 12px;
    }
}

.container.cate06 .cibi-cont .btn-group .btn::after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 50px;
    background: url("/images/icon/icon-download.gif") center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .cibi-cont .btn-group .btn::after {
        margin-left: 10px;
    }
}

.container.cate06 .sub0606 h4.h4-title {
    margin-bottom: 70px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
    text-align: center;
    font-weight: 100;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 h4.h4-title {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
}

.container.cate06 .sub0606 h5.h5-title {
    color: #616c45;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 h5.h5-title {
        font-size: 18px;
    }
}

.container.cate06 .sub0606 h5.h5-title::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 24px;
    margin-right: 16px;
    background: url("/images/icon/icon-title.gif") center no-repeat;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 h5.h5-title::before {
        height: 18px;
        margin-right: 6px;
        background-size: auto 100%;
    }
}

.container.cate06 .sub0606 .work-list {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .work-list {
        display: block;
    }
}

.container.cate06 .sub0606 .work-list li {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 18px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .work-list li {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 .work-list li {
        margin-top: 30px;
    }
}

.container.cate06 .sub0606 .work-list li:first-child {
    margin-top: 0;
    margin-left: 0;
}

.container.cate06 .sub0606 .work-list li .h5-title {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 .work-list li .h5-title {
        margin-bottom: 5px;
    }
}

.container.cate06 .sub0606 .work-list li .cont {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 20px 50px;
    background: #f1f1f1;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .work-list li .cont {
        margin-top: 10px;
        padding: 20px 12px 30px;
    }
}

.container.cate06 .sub0606 .work-list li .cont p {
    margin-bottom: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 .work-list li .cont p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .work-list li .cont p {
        margin-bottom: 20px;
    }
}

.container.cate06 .sub0606 .work-list li .cont img {
    display: inline-block;
    vertical-align: top;
    margin-top: auto;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.container.cate06 .sub0606 .with::after {
    content: " ";
    display: block;
    clear: both;
}

.container.cate06 .sub0606 .with .h5-title {
    float: left;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .with .h5-title {
        float: none;
    }
}

.container.cate06 .sub0606 .with .ci-list {
    margin-left: 24.21875%;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0606 .with .ci-list {
        margin-top: 20px;
        margin-left: 0;
    }
}

.container.cate06 .sub0606 .with .ci-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0606 .with .ci-list li {
        margin-top: 10px;
    }
    .container.cate06 .sub0606 .with .ci-list li img {
        height: 25px;
    }
}

.container.cate06 .sub0606 .with .ci-list li:first-child {
    margin-top: 0;
}

.container.cate06 .sub0608 h5.h5-title {
    color: #616c45;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 h5.h5-title {
        font-size: 18px;
    }
}

.container.cate06 .sub0608 h5.h5-title::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 24px;
    margin-right: 16px;
    background: url("/images/icon/icon-title.gif") center no-repeat;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 h5.h5-title::before {
        height: 18px;
        margin-right: 6px;
        background-size: auto 100%;
    }
}

.container.cate06 .sub0608 .img {
    display: block;
    text-align: center;
}

.container.cate06 .sub0608 .img.mb {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0608 .img.mb {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img.mb {
        margin-bottom: 15px;
    }
}

.container.cate06 .sub0608 .img.mt {
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0608 .img.mt {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img.mt {
        margin-top: 20px;
    }
}

.container.cate06 .sub0608 .txt {
    max-width: 670px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    text-align: center;
    color: #999;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .sub0608 ul.cont-list {
    display: flex;
    margin: 25px 0;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0608 ul.cont-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 ul.cont-list {
        display: block;
        margin: 15px 0;
    }
}

.container.cate06 .sub0608 ul.cont-list li {
    position: relative;
    width: calc((100% - 80px) / 4);
    margin-left: 20px;
    padding: 27px 6px 50px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0608 ul.cont-list li {
        width: calc((100% - 40px) / 3);
    }
    .container.cate06 .sub0608 ul.cont-list li:nth-child(3) ~ li {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 ul.cont-list li {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding: 15px 6px 20px;
    }
    .container.cate06 .sub0608 ul.cont-list li:nth-child(3) ~ li {
        margin-top: 10px;
    }
}

.container.cate06 .sub0608 ul.cont-list li:first-child {
    margin-top: 0;
    margin-left: 0;
}

.container.cate06 .sub0608 ul.cont-list li::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: #f1f1f1;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 ul.cont-list li::before {
        height: 32px;
    }
}

.container.cate06 .sub0608 ul.cont-list li span {
    display: block;
    width: 59px;
    height: 59px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #e8bb4d;
    color: #fff;
    font-size: 24px;
    line-height: 59px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 ul.cont-list li span {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 36px;
    }
}

.container.cate06 .sub0608 ul.cont-list li p {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    transform: skew(-0.05deg);
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 ul.cont-list li p {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.cate06 .sub0608 .sect-area {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .sect-area {
        margin-top: 30px;
    }
}

.container.cate06 .sub0608 .sect-area:first-child {
    margin-top: 0;
}

.container.cate06 .sub0608 .sect-area h5.h5-title {
    text-align: center;
}

.container.cate06 .sub0608 .sect-area p.desc {
    max-width: 900px;
    margin: 20px auto 30px;
    color: #666;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .sect-area p.desc {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .sect-area p.desc {
        margin: 10px auto 20px;
    }
}

.container.cate06 .sub0608 .img-bg-cont {
    padding: 20px;
    background: url("/images/bg/bg-sub0608-1.jpg") center no-repeat;
    background-size: cover;
}

.container.cate06 .sub0608 .img-bg-cont .txt-box {
    display: flex;
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .txt-box {
        display: block;
    }
}

.container.cate06 .sub0608 .img-bg-cont .txt-box .box {
    flex: 1;
    border-left: 1px solid #ccc;
    padding-left: 3.515625%;
    padding-right: 3.515625%;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .txt-box .box {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        border-left: none;
    }
    .container.cate06 .sub0608 .img-bg-cont .txt-box .box:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.container.cate06 .sub0608 .img-bg-cont .txt-box .box:first-child {
    border-left: none;
}

.container.cate06 .sub0608 .img-bg-cont .txt-box .box .tit {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .txt-box .box .tit {
        font-size: 18px;
    }
}

.container.cate06 .sub0608 .img-bg-cont .txt-box .box ul {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .txt-box .box ul {
        margin-top: 10px;
    }
}

.container.cate06 .sub0608 .img-bg-cont .txt-box .box ul li {
    color: #666;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .txt-box .box ul li {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.container.cate06 .sub0608 .img-bg-cont .bottom-txt {
    margin-top: 20px;
    color: #666;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.3px;
    text-align: center;
    word-break: keep-all;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-bg-cont .bottom-txt {
        font-size: 15px;
        line-height: 23px;
        transform: skew(-0.05deg);
    }
}

.container.cate06 .sub0608 .program-cont {
    display: flex;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .program-cont {
        display: block;
    }
}

.container.cate06 .sub0608 .program-cont .dl-box {
    width: 60%;
    max-width: 635px;
    border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .program-cont .dl-box {
        width: 100%;
        max-width: none;
    }
}

.container.cate06 .sub0608 .program-cont .dl-box dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .program-cont .dl-box dl {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate06 .sub0608 .program-cont .dl-box dl dt {
    display: table-cell;
    width: 120px;
    min-width: 120px;
    padding: 6px 10px;
    background: #f1f1f1;
    text-align: center;
    vertical-align: middle;
}

.container.cate06 .sub0608 .program-cont .dl-box dl dd {
    display: table-cell;
    padding: 6px 10px;
    color: #666;
}

.container.cate06 .sub0608 .program-cont .img-box {
    flex: 1;
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .sub0608 .program-cont .img-box {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .program-cont .img-box {
        padding: 0;
    }
}

.container.cate06 .sub0608 .img-box {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .sub0608 .img-box {
        margin-top: 20px;
    }
}

.container.cate06 .waytocome-cont .sect {
    margin-top: 70px;
}

.container.cate06 .waytocome-cont .sect:first-child {
    margin-top: 0;
}

.container.cate06 .waytocome-cont .sect dl dt {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect dl dt {
        font-size: 20px;
    }
}

.container.cate06 .waytocome-cont .sect dl dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect dl dd {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect dl dd {
        margin-top: 5px;
    }
}

.container.cate06 .waytocome-cont .sect .info {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect .info {
        margin-top: 15px;
        padding-top: 15px;
    }
}

.container.cate06 .waytocome-cont .sect .info li {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
}

.container.cate06 .waytocome-cont .sect .info li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect .info li {
        margin-right: 20px;
        font-size: 16px;
        line-height: 30px;
        transform: skew(-0.05deg);
    }
}

.container.cate06 .waytocome-cont .sect .info li::before {
    content: ' ';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect .info li::before {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

.container.cate06 .waytocome-cont .sect .info li:nth-child(1)::before {
    content: 'T';
    background: #a02013;
}

.container.cate06 .waytocome-cont .sect .info li:nth-child(2)::before {
    content: 'F';
    background: #f56505;
}

.container.cate06 .waytocome-cont .sect .map-wrap {
    margin-top: 40px;
}

.container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap {
    width: 100%;
}

.container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap .wrap_map {
    height: 500px !important;
}

@media screen and (max-width: 1024px) {
    .container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap .wrap_map {
        height: 400px !important;
    }
}

@media screen and (max-width: 767px) {
    .container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
}

.container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap .map_border {
    display: none !important;
}

.container.cate06 .waytocome-cont .sect .map-wrap .root_daum_roughmap .wrap_controllers {
    display: none !important;
}

/*# sourceMappingURL=maps/common.css.map */
