@font-face {
    font-family: 'SamsungOne';
    src: url(/assets/fonts/SamsungOne-400.eot);
    src: url(/assets/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/SamsungOne-400.woff2) format("woff2"), url(/assets/fonts/SamsungOne-400.woff) format("woff"), url(/assets/fonts/SamsungOne-400.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SamsungOne';
    src: url(/assets/fonts/SamsungOne-700.eot);
    src: url(/assets/fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/SamsungOne-700.woff2) format("woff2"), url(/assets/fonts/SamsungOne-700.woff) format("woff"), url(/assets/fonts/SamsungOne-700.ttf) format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'SamsungSharpSans';
    src: url(/assets/fonts/SamsungSharpSans-Bold.eot);
    src: url(/assets/fonts/SamsungSharpSans-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/SamsungSharpSans-Bold.woff2) format("woff2"), url(/assets/fonts/SamsungSharpSans-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    word-wrap: break-word
}

a {
    box-sizing: border-box
}

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

html {
    font-size: 1.5625vw
}

@media (min-width: 1280px) {
    html {
        font-size: 20px
    }
}

@media (max-width: 800px) {
    html {
        font-size: 4.44444vw
    }
}

body {
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: #000;
    font-family: "SamsungOne", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smooting: antialiased;
    -moz-font-smoothing: grayscale
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0;
    font-family: "SamsungOne", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 1rem
}

input {
    margin: 0
}

img,
fieldset {
    border: 0
}

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

li img {
    vertical-align: top
}

button {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: "SamsungOne", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 1rem
}

a {
    text-decoration: none
}

img {
    vertical-align: middle;
    font-size: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

body.layer-opens {
    overflow: hidden
}

body.layer-opens #wrapper {
    overflow: scroll
}

body.nav-opens {
    overflow: hidden
}

.input-text {
    background: transparent;
    border: 0;
    padding: 0vw 1.17188vw
}

.input-text:focus {
    outline: #2D51D6 dashed
}

@media (min-width: 1280px) {
    .input-text {
        padding: 0px 15px
    }
}

@media (max-width: 800px) {
    .input-text {
        padding: 0vw 4.16667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .input-text {
        padding: 0vw 4.16667vw
    }
}

.input-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(/assets/images/input-select.png) no-repeat right center/auto 100%;
    border: 1px solid #888;
    color: #444;
    height: 2.8125vw;
    padding: 0vw 4.0625vw 0vw 1.25vw;
    border-radius: .625vw
}

@media (min-width: 1280px) {
    .input-select {
        height: 36px
    }
}

@media (min-width: 1280px) {
    .input-select {
        padding: 0px 52px 0px 16px
    }
}

@media (min-width: 1280px) {
    .input-select {
        border-radius: 8px
    }
}

.input-select::-ms-expand {
    display: none
}

.input-select.pages {
    height: 3.125vw;
    padding: 0vw 3.59375vw 0vw 1.25vw;
    min-width: 12.5vw
}

@media (min-width: 1280px) {
    .input-select.pages {
        height: 40px
    }
}

@media (min-width: 1280px) {
    .input-select.pages {
        padding: 0px 46px 0px 16px
    }
}

@media (min-width: 1280px) {
    .input-select.pages {
        min-width: 160px
    }
}

@media (max-width: 800px) {
    .input-select {
        height: 10vw;
        padding: 0vw 10vw 0vw 4.44444vw;
        border-radius: 2.22222vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .input-select {
        padding: 0vw 10vw 0vw 4.44444vw
    }
}

@media (max-width: 800px) {
    .input-select.pages {
        height: 8.88889vw;
        padding: 0vw 8.88889vw 0vw 3.33333vw;
        min-width: 31.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .input-select.pages {
        padding: 0vw 8.88889vw 0vw 3.33333vw
    }
}

.input-checkbox {
    position: relative
}

.input-checkbox input {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: -999px;
    top: 0
}

.input-checkbox label {
    position: relative;
    display: flex;
    cursor: pointer
}

.input-checkbox label:before {
    content: "";
    display: block;
    width: 1.875vw;
    height: 1.875vw;
    border-radius: .46875vw;
    border: 1px solid #888;
    background-color: #fff
}

@media (min-width: 1280px) {
    .input-checkbox label:before {
        width: 24px
    }
}

@media (min-width: 1280px) {
    .input-checkbox label:before {
        height: 24px
    }
}

@media (min-width: 1280px) {
    .input-checkbox label:before {
        border-radius: 6px
    }
}

.input-checkbox label span {
    display: block;
    width: calc(100% - 24px);
    word-break: break-all;
    word-wrap: break-word;
    padding-left: .9375vw
}

@media (min-width: 1280px) {
    .input-checkbox label span {
        padding-left: 12px
    }
}

@media (max-width: 1280px) {
    .input-checkbox label span {
        width: calc(100% - 1.875vw)
    }
}

.input-checkbox label:hover span {
    text-decoration: underline
}

.input-checkbox input:checked+label:before {
    border-color: #444;
    background: #444 url(/assets/images/input-checkbox_checked.svg) no-repeat center/100% auto
}

@media (max-width: 800px) {
    .input-checkbox label:before {
        width: 5.55556vw;
        height: 5.55556vw;
        border-radius: .83333vw
    }

    .input-checkbox label span {
        width: calc(100% - 5.55556vw);
        padding-left: 3.33333vw
    }
}

.js-select.hide {
    display: none
}

.select-box {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: .9rem;
    z-index: 100
}

.select-box .current {
    position: relative;
    color: #000;
    background-color: #fff;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: bold;
    border-radius: 1.25vw;
    padding: 0vw 3.28125vw 0vw 1.5625vw;
    z-index: 5
}

@media (min-width: 1280px) {
    .select-box .current {
        border-radius: 16px
    }
}

@media (min-width: 1280px) {
    .select-box .current {
        padding: 0px 42px 0px 20px
    }
}

.select-box .current:after {
    content: "";
    width: 1.875vw;
    height: 1.875vw;
    right: 1.17188vw;
    position: absolute;
    top: 50%;
    background: url(/assets/images/arrow_down.svg) no-repeat center/100% auto;
    transform: translateY(-50%);
    transition: transform .2s ease
}

@media (min-width: 1280px) {
    .select-box .current:after {
        width: 24px
    }
}

@media (min-width: 1280px) {
    .select-box .current:after {
        height: 24px
    }
}

@media (min-width: 1280px) {
    .select-box .current:after {
        right: 15px
    }
}

.select-box .option-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background-color: #fff;
    width: 0;
    overflow: hidden;
    transform: translateY(-30px);
    transition: transform .3s ease;
    border-radius: 0vw 0vw 1.25vw 1.25vw
}

@media (min-width: 1280px) {
    .select-box .option-dropdown {
        border-radius: 0px 0px 16px 16px
    }
}

.select-box .option-dropdown .item {
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: .78125vw 1.5625vw
}

@media (min-width: 1280px) {
    .select-box .option-dropdown .item {
        padding: 10px 20px
    }
}

.select-box .option-dropdown .item.selected {
    background-color: #f3f3f3
}

.select-box .option-dropdown .item:last-child {
    border-radius: 0vw 0vw 1.25vw 1.25vw
}

@media (min-width: 1280px) {
    .select-box .option-dropdown .item:last-child {
        border-radius: 0px 0px 16px 16px
    }
}

.select-box.is-active .current {
    border-radius: 1.25vw 1.25vw 0vw 0vw
}

@media (min-width: 1280px) {
    .select-box.is-active .current {
        border-radius: 16px 16px 0px 0px
    }
}

.select-box.is-active .current:after {
    transform: translateY(-50%) scaleY(-1)
}

.select-box.is-active .option-dropdown {
    width: 100%;
    border: 1px solid #888;
    overflow: inherit;
    transform: translateY(0)
}

@media (max-width: 800px) {
    .select-box {
        font-size: 1rem
    }

    .select-box .current {
        border-radius: 3.33333vw;
        padding: 0vw 11.66667vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .select-box .current {
        padding: 0vw 11.66667vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .select-box .current:after {
        content: "";
        width: 5.55556vw;
        height: 5.55556vw;
        right: 3.33333vw
    }

    .select-box .option-dropdown {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .select-box .option-dropdown {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .select-box .option-dropdown .item {
        padding: 2.77778vw 4.16667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .select-box .option-dropdown .item {
        padding: 2.77778vw 4.16667vw
    }
}

@media (max-width: 800px) {
    .select-box .option-dropdown .item:last-child {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .select-box .option-dropdown .item:last-child {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .select-box.is-active .current {
        border-radius: 3.33333vw 3.33333vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .select-box.is-active .current {
        border-radius: 3.33333vw 3.33333vw 0vw 0vw
    }
}

mark {
    font-style: normal;
    color: #2D51D6;
    background-color: transparent
}

.slider .slick-arrow,
.slider-dot .slick-arrow,
.slider-arrow .slick-arrow,
.slider-for .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    background: url(/assets/images/arrow_slick.svg) no-repeat center/100% auto;
    font-size: 0;
    opacity: .5;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
}

@media (min-width: 1280px) {

    .slider .slick-arrow,
    .slider-dot .slick-arrow,
    .slider-arrow .slick-arrow,
    .slider-for .slick-arrow {
        width: 40px
    }
}

@media (min-width: 1280px) {

    .slider .slick-arrow,
    .slider-dot .slick-arrow,
    .slider-arrow .slick-arrow,
    .slider-for .slick-arrow {
        height: 40px
    }
}

.slider .slick-arrow.slick-prev,
.slider-dot .slick-arrow.slick-prev,
.slider-arrow .slick-arrow.slick-prev,
.slider-for .slick-arrow.slick-prev {
    transform: scaleX(-1)
}

.slider .slick-arrow:hover,
.slider-dot .slick-arrow:hover,
.slider-arrow .slick-arrow:hover,
.slider-for .slick-arrow:hover {
    opacity: 1
}

@media (max-width: 800px) {

    .slider .slick-arrow,
    .slider-dot .slick-arrow,
    .slider-arrow .slick-arrow,
    .slider-for .slick-arrow {
        width: 7.22222vw;
        height: 7.22222vw
    }
}

.slider .slick-dots,
.slider-dot .slick-dots,
.slider-arrow .slick-dots,
.slider-for .slick-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.slider .slick-dots li,
.slider-dot .slick-dots li,
.slider-arrow .slick-dots li,
.slider-for .slick-dots li {
    margin: 0vw .625vw;
    display: inline-block
}

@media (min-width: 1280px) {

    .slider .slick-dots li,
    .slider-dot .slick-dots li,
    .slider-arrow .slick-dots li,
    .slider-for .slick-dots li {
        margin: 0px 8px
    }
}

.slider .slick-dots button,
.slider-dot .slick-dots button,
.slider-arrow .slick-dots button,
.slider-for .slick-dots button {
    width: .9375vw;
    height: .9375vw;
    border: 1px solid #444;
    border-radius: 50%;
    font-size: 0;
    display: block
}

@media (min-width: 1280px) {

    .slider .slick-dots button,
    .slider-dot .slick-dots button,
    .slider-arrow .slick-dots button,
    .slider-for .slick-dots button {
        width: 12px
    }
}

@media (min-width: 1280px) {

    .slider .slick-dots button,
    .slider-dot .slick-dots button,
    .slider-arrow .slick-dots button,
    .slider-for .slick-dots button {
        height: 12px
    }
}

.slider .slick-dots .slick-active button,
.slider-dot .slick-dots .slick-active button,
.slider-arrow .slick-dots .slick-active button,
.slider-for .slick-dots .slick-active button {
    width: 1.09375vw;
    height: 1.09375vw;
    background-color: #444
}

@media (min-width: 1280px) {

    .slider .slick-dots .slick-active button,
    .slider-dot .slick-dots .slick-active button,
    .slider-arrow .slick-dots .slick-active button,
    .slider-for .slick-dots .slick-active button {
        width: 14px
    }
}

@media (min-width: 1280px) {

    .slider .slick-dots .slick-active button,
    .slider-dot .slick-dots .slick-active button,
    .slider-arrow .slick-dots .slick-active button,
    .slider-for .slick-dots .slick-active button {
        height: 14px
    }
}

@media (max-width: 800px) {

    .slider .slick-dots li,
    .slider-dot .slick-dots li,
    .slider-arrow .slick-dots li,
    .slider-for .slick-dots li {
        margin: 0vw 1.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {

    .slider .slick-dots li,
    .slider-dot .slick-dots li,
    .slider-arrow .slick-dots li,
    .slider-for .slick-dots li {
        margin: 0vw 1.66667vw
    }
}

@media (max-width: 800px) {

    .slider .slick-dots button,
    .slider-dot .slick-dots button,
    .slider-arrow .slick-dots button,
    .slider-for .slick-dots button {
        width: 2.22222vw;
        height: 2.22222vw
    }

    .slider .slick-dots .slick-active button,
    .slider-dot .slick-dots .slick-active button,
    .slider-arrow .slick-dots .slick-active button,
    .slider-for .slick-dots .slick-active button {
        width: 2.22222vw;
        height: 2.22222vw
    }
}

.main__inner {
    max-width: 122.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto
}

@media (min-width: 1280px) {
    .main__inner {
        max-width: 1568px
    }
}

@media (min-width: 1280px) {
    .main__inner {
        padding-left: 64px
    }
}

@media (min-width: 1280px) {
    .main__inner {
        padding-right: 64px
    }
}

@media (max-width: 800px) {
    .main__inner {
        padding-left: 6.66667vw;
        padding-right: 6.66667vw
    }
}

.badge.new {
    position: absolute;
    left: 1.5625vw;
    top: 1.5625vw;
    padding: .3125vw .78125vw;
    border-radius: .625vw;
    font-size: .6rem;
    box-shadow: 0 2px 4px rgba(9, 32, 157, 0.12);
    background-color: #2D51D6;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    color: #fff;
    z-index: 10
}

@media (min-width: 1280px) {
    .badge.new {
        left: 20px
    }
}

@media (min-width: 1280px) {
    .badge.new {
        top: 20px
    }
}

@media (min-width: 1280px) {
    .badge.new {
        padding: 4px 10px
    }
}

@media (min-width: 1280px) {
    .badge.new {
        border-radius: 8px
    }
}

@media (max-width: 800px) {
    .badge.new {
        left: 5.55556vw;
        top: 5.55556vw;
        padding: 1.11111vw 2.77778vw;
        border-radius: 2.22222vw;
        font-size: .75rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .badge.new {
        padding: 1.11111vw 2.77778vw
    }
}

.category {
    padding: .39063vw .9375vw .23438vw;
    border-radius: .625vw;
    font-size: .6rem;
    box-shadow: 0 2px 4px rgba(9, 32, 157, 0.12);
    background-color: #fff;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    color: #2D51D6;
    display: inline-block
}

@media (min-width: 1280px) {
    .category {
        padding: 5px 12px 3px
    }
}

@media (min-width: 1280px) {
    .category {
        border-radius: 8px
    }
}

@media (max-width: 800px) {
    .category {
        padding: 1.38889vw 2.77778vw .83333vw;
        border-radius: 2.22222vw;
        font-size: .75rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .category {
        padding: 1.38889vw 2.77778vw .83333vw
    }
}

.share {
    display: flex;
    justify-content: space-between
}

.share a {
    display: block;
    width: 2.8125vw;
    height: 2.8125vw;
    background: no-repeat center/100% auto;
    font-size: 0;
    opacity: .65
}

@media (min-width: 1280px) {
    .share a {
        width: 36px
    }
}

@media (min-width: 1280px) {
    .share a {
        height: 36px
    }
}

.share a:hover {
    opacity: 1
}

@media (max-width: 800px) {
    .share a {
        width: 10vw;
        height: 10vw
    }
}

.share .rss {
    background-image: url(/assets/images/sns_rss.svg)
}

.share .facebook {
    background-image: url(/assets/images/sns_facebook.svg)
}

.share .twitter {
    background-image: url(/assets/images/sns_twitter.svg)
}

.share .instagram {
    background-image: url(/assets/images/sns_instagram.svg)
}

.share .youtube {
    background-image: url(/assets/images/sns_youtube.svg)
}

.share .linkedin {
    background-image: url(/assets/images/sns_linkedin.svg)
}

.images-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.6%;
    overflow: hidden
}

.images-wrap img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.images-wrap-responsive:before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.images-wrap-responsive img {
    max-width: calc(100% - 1px);
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block
}

.group {
    display: flex;
    justify-content: center
}

.button {
    display: inline-flex;
    align-items: center;
    padding: 1.09375vw 1.95313vw;
    border-radius: .78125vw;
    font-size: 1.25vw;
    background-color: #fff;
    color: #444;
    font-weight: bold;
    border: 1px solid #888;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    transition: border-color .2s ease
}

@media (min-width: 1280px) {
    .button {
        padding: 14px 25px
    }
}

@media (min-width: 1280px) {
    .button {
        border-radius: 10px
    }
}

@media (min-width: 1280px) {
    .button {
        font-size: 16px
    }
}

.button:hover {
    border-color: #000
}

.button.next:after {
    content: "";
    width: .78125vw;
    height: 1.25vw;
    background: url(/assets/images/arrow_next.svg) no-repeat center/100% auto;
    margin-left: .78125vw
}

@media (min-width: 1280px) {
    .button.next:after {
        width: 10px
    }
}

@media (min-width: 1280px) {
    .button.next:after {
        height: 16px
    }
}

@media (min-width: 1280px) {
    .button.next:after {
        margin-left: 10px
    }
}

@media (max-width: 800px) {
    .button {
        padding: 3.33333vw 6.94444vw;
        border-radius: 2.77778vw;
        font-size: 3.88889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .button {
        padding: 3.33333vw 6.94444vw
    }
}

@media (max-width: 800px) {
    .button.next:after {
        width: 2.77778vw;
        height: 4.44444vw;
        margin-left: 2.77778vw
    }
}

.breadcrumb {
    background: #F4F4F4;
    color: #888;
    font-size: .7rem;
    font-weight: bold;
    padding: .85938vw 0vw;
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .breadcrumb {
        padding: 11px 0px
    }
}

@media (min-width: 1280px) {
    .breadcrumb {
        margin-bottom: 50px
    }
}

.breadcrumb a {
    color: #888
}

@media (max-width: 800px) {
    .breadcrumb {
        font-size: .75rem;
        padding: 2.77778vw 0vw;
        margin-bottom: 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .breadcrumb {
        padding: 2.77778vw 0vw
    }
}

header {
    height: 7.8125vw;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    background-color: #fff;
    z-index: 1001
}

@media (min-width: 1280px) {
    header {
        height: 100px
    }
}

header.is-scroll {
    position: fixed;
    background-color: #fff
}

@media (max-width: 800px) {
    header {
        height: 16.66667vw
    }
}

header .main__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative
}

header .logos {
    width: 11.25vw;
    height: 3.75vw
}

@media (min-width: 1280px) {
    header .logos {
        width: 144px
    }
}

@media (min-width: 1280px) {
    header .logos {
        height: 48px
    }
}

header .logos a {
    display: block;
    color: #000;
    background: url(/assets/images/logos.svg) no-repeat center/100% auto;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

@media (max-width: 800px) {
    header .logos {
        width: 27.22222vw;
        height: 11.66667vw;
        font-size: .9375rem
    }
}

header .gnb {
    display: flex;
    align-items: center;
    padding-top: 1.5625vw
}

@media (min-width: 1280px) {
    header .gnb {
        padding-top: 20px
    }
}

header .gnb_wrap {
    display: block
}

header .gnb .main-menu {
    display: flex;
    align-items: center
}

header .gnb .main-menu ul {
    display: flex;
    align-items: center
}

header .gnb .main-menu li {
    padding-right: 3.75vw
}

@media (min-width: 1280px) {
    header .gnb .main-menu li {
        padding-right: 48px
    }
}

header .gnb_footer {
    display: none
}

header .gnb a {
    color: #000
}

header .gnb a:hover {
    text-decoration: underline
}

header .gnb .search_btn,
header .gnb .menu_btn {
    font-size: 0;
    background: no-repeat center/100% auto;
    width: 2.8125vw;
    height: 2.8125vw
}

@media (min-width: 1280px) {

    header .gnb .search_btn,
    header .gnb .menu_btn {
        width: 36px
    }
}

@media (min-width: 1280px) {

    header .gnb .search_btn,
    header .gnb .menu_btn {
        height: 36px
    }
}

header .gnb .search_btn {
    margin-left: 2.96875vw;
    background-image: url(/assets/images/icon_search.svg)
}

@media (min-width: 1280px) {
    header .gnb .search_btn {
        margin-left: 38px
    }
}

header .gnb .menu_btn {
    display: none;
    background-image: url(/assets/images/icon_menu.svg)
}

header .gnb .current-menu-item a {
    text-decoration: underline
}

@media (max-width: 800px) {
    header .gnb {
        padding-top: 0
    }

    header .gnb_wrap {
        height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 16.66667vw;
        width: 100%;
        background-color: #fff
    }

    header .gnb .main-menu,
    header .gnb_footer {
        transform: translateY(30px);
        opacity: 0
    }

    header .gnb .main-menu {
        display: block;
        min-height: calc(100% - 64vw);
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .gnb .main-menu {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    header .gnb .main-menu ul {
        display: block
    }

    header .gnb .main-menu li {
        padding-right: 0;
        padding-top: 13.33333vw;
        font-size: 1.5rem
    }

    header .gnb .main-menu li:last-child {
        padding-bottom: 13.33333vw
    }

    header .gnb_footer {
        display: block;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 10.55556vw 6.66667vw 13.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .gnb_footer {
        padding: 10.55556vw 6.66667vw 13.33333vw
    }
}

@media (max-width: 800px) {
    header .gnb_footer .util {
        font-family: "SamsungOne", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        font-size: .875rem
    }

    header .gnb_footer .share {
        padding: 6.66667vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .gnb_footer .share {
        padding: 6.66667vw 0vw
    }
}

@media (max-width: 800px) {
    header .gnb_footer .input-select {
        width: 100%;
        font-size: .875rem
    }

    header .gnb .search_btn,
    header .gnb .menu_btn {
        width: 6.66667vw;
        height: 6.66667vw
    }

    header .gnb .search_btn {
        margin-left: 0;
        margin-right: 6.66667vw
    }

    header .gnb .menu_btn {
        display: block
    }
}

header .search_wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100vh - 100px)
}

@media (max-width: 1280px) {
    header .search_wrap {
        height: calc(100vh - 7.8125vw)
    }
}

@media (max-width: 800px) {
    header .search_wrap {
        height: calc(100vh - 16.66667vw)
    }
}

header .search_wrap .search_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

header .search_wrap .search_inner {
    position: relative;
    width: 100%;
    background-color: #F0F0F0;
    z-index: 5
}

header .search_wrap form {
    max-width: 112.1875vw;
    padding: 2.34375vw 9.29688vw;
    margin: 0 auto
}

@media (min-width: 1280px) {
    header .search_wrap form {
        max-width: 1436px
    }
}

@media (min-width: 1280px) {
    header .search_wrap form {
        padding: 30px 119px
    }
}

@media (max-width: 800px) {
    header .search_wrap form {
        padding: 8.33333vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .search_wrap form {
        padding: 8.33333vw 6.66667vw
    }
}

header .search_wrap .search_form {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .625vw;
    height: 4.6875vw;
    padding: .625vw 6.875vw .625vw 1.40625vw
}

@media (min-width: 1280px) {
    header .search_wrap .search_form {
        border-radius: 8px
    }
}

@media (min-width: 1280px) {
    header .search_wrap .search_form {
        height: 60px
    }
}

@media (min-width: 1280px) {
    header .search_wrap .search_form {
        padding: 8px 88px 8px 18px
    }
}

header .search_wrap .search_form .input-text {
    width: 100%;
    height: 100%
}

header .search_wrap .search_form .search_btn {
    width: 6.875vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0
}

@media (min-width: 1280px) {
    header .search_wrap .search_form .search_btn {
        width: 88px
    }
}

header .search_wrap .search_form .search_btn:before {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    background: url(/assets/images/icon_search-gray.svg) no-repeat center/100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 1280px) {
    header .search_wrap .search_form .search_btn:before {
        width: 32px
    }
}

@media (min-width: 1280px) {
    header .search_wrap .search_form .search_btn:before {
        height: 32px
    }
}

@media (max-width: 800px) {
    header .search_wrap .search_form {
        border-radius: 2.22222vw;
        height: 14.44444vw;
        padding: 1.94444vw 16.11111vw 1.94444vw 4.44444vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .search_wrap .search_form {
        padding: 1.94444vw 16.11111vw 1.94444vw 4.44444vw
    }
}

@media (max-width: 800px) {
    header .search_wrap .search_form .search_btn {
        width: 16.11111vw
    }

    header .search_wrap .search_form .search_btn:before {
        width: 8.33333vw;
        height: 8.33333vw
    }
}

header .search_wrap .keywords {
    font-size: .9rem;
    padding: 0vw 1.5625vw
}

@media (min-width: 1280px) {
    header .search_wrap .keywords {
        padding: 0px 20px
    }
}

header .search_wrap .keywords-title {
    line-height: 1;
    padding: 2.1875vw 0vw 1.17188vw
}

@media (min-width: 1280px) {
    header .search_wrap .keywords-title {
        padding: 28px 0px 15px
    }
}

header .search_wrap .keywords-list {
    font-family: "SamsungOne", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-weight: bold
}

header .search_wrap .keywords-list li {
    display: inline-block;
    padding-right: 2.8125vw
}

@media (min-width: 1280px) {
    header .search_wrap .keywords-list li {
        padding-right: 36px
    }
}

header .search_wrap .keywords-list a {
    color: #444
}

header .search_wrap .keywords-list a:hover {
    text-decoration: underline
}

@media (max-width: 800px) {
    header .search_wrap .keywords {
        font-size: .875rem;
        padding: 0
    }

    header .search_wrap .keywords-title {
        padding: 7.77778vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    header .search_wrap .keywords-title {
        padding: 7.77778vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    header .search_wrap .keywords-list li {
        padding-right: 8.33333vw;
        padding-top: 5.55556vw
    }
}

.nav-opens header .gnb_wrap {
    display: block;
    height: calc(100vh - 16.66667vw);
    overflow-y: auto
}

.nav-opens header .gnb .main-menu,
.nav-opens header .gnb_footer {
    transform: translateY(0);
    opacity: 1;
    transition: transform .2s ease, opacity .2s ease
}

@media (max-width: 800px) {
    .nav-opens header {
        background-color: #fff
    }
}

.search-opens header .gnb .search_btn {
    background-image: url(/assets/images/icon_close.svg)
}

.search-opens header .search_wrap {
    display: block
}

footer {
    border-top: 1px solid #ddd
}

footer .main__inner {
    padding-top: 2.34375vw;
    padding-bottom: 3.125vw;
    display: flex;
    justify-content: space-between
}

@media (min-width: 1280px) {
    footer .main__inner {
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    footer .main__inner {
        padding-bottom: 40px
    }
}

@media (max-width: 800px) {
    footer .main__inner {
        display: block;
        padding-top: 10.55556vw;
        padding-bottom: 11.11111vw
    }
}

footer .main .top {
    display: flex;
    align-items: center
}

footer .main .logo {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 1.1rem;
    margin-right: 7.8125vw
}

@media (min-width: 1280px) {
    footer .main .logo {
        margin-right: 100px
    }
}

footer .main .menu {
    display: flex;
    align-items: center
}

footer .main .menu ul {
    display: flex;
    align-items: center
}

footer .main .menu li {
    display: flex;
    align-items: center;
    padding-left: 2.34375vw
}

@media (min-width: 1280px) {
    footer .main .menu li {
        padding-left: 30px
    }
}

footer .main .menu li:before {
    content: "";
    width: 1px;
    background-color: #888;
    height: 1.40625vw;
    margin-right: 2.34375vw
}

@media (min-width: 1280px) {
    footer .main .menu li:before {
        height: 18px
    }
}

@media (min-width: 1280px) {
    footer .main .menu li:before {
        margin-right: 30px
    }
}

footer .main .menu li:first-child {
    padding-left: 0
}

footer .main .menu li:first-child:before {
    display: none
}

footer .main .menu a {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: .7rem;
    color: #444
}

footer .main .menu a:hover {
    text-decoration: underline
}

footer .main .util {
    padding: 3.125vw 0vw .625vw;
    line-height: 1
}

@media (min-width: 1280px) {
    footer .main .util {
        padding: 40px 0px 8px
    }
}

footer .main .util a {
    color: #444;
    text-decoration: underline;
    font-weight: bold;
    font-size: .7rem
}

footer .main .copyright {
    color: #444;
    font-size: .7rem
}

@media (max-width: 800px) {
    footer .main .top {
        display: block;
        text-align: center
    }

    footer .main .logo {
        font-size: 1.25rem;
        margin: 0;
        margin-bottom: 8.33333vw
    }

    footer .main .menu {
        display: block
    }

    footer .main .menu ul {
        display: block
    }

    footer .main .menu li {
        display: block;
        padding: 0;
        padding-bottom: 5.55556vw
    }

    footer .main .menu li:before {
        display: none
    }

    footer .main .menu a {
        font-size: .875rem
    }

    footer .main .util {
        padding: 8.33333vw 0vw 3.33333vw;
        text-align: center
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    footer .main .util {
        padding: 8.33333vw 0vw 3.33333vw
    }
}

@media (max-width: 800px) {
    footer .main .util a {
        font-size: .875rem
    }

    footer .main .copyright {
        text-align: center;
        font-size: .875rem
    }
}

footer .service {
    width: 21.875vw
}

@media (min-width: 1280px) {
    footer .service {
        width: 280px
    }
}

footer .service .share {
    padding-bottom: 1.875vw
}

@media (min-width: 1280px) {
    footer .service .share {
        padding-bottom: 24px
    }
}

footer .service .family-links .input-select {
    width: 100%;
    font-size: .7rem
}

@media (max-width: 800px) {
    footer .service {
        width: 100%;
        padding: 16.66667vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    footer .service {
        padding: 16.66667vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    footer .service .share {
        padding-bottom: 6.66667vw
    }
}

#container {
    padding-top: 7.8125vw;
    min-height: calc(100vh - 188px)
}

@media (min-width: 1280px) {
    #container {
        padding-top: 100px
    }
}

@media (max-width: 800px) {
    #container {
        padding-top: 16.66667vw
    }
}

.is-motion {
    opacity: 0;
    transform: translateY(30px);
    transition: transform .3s ease, opacity .3s ease
}

.is-motion.on {
    opacity: 1;
    transform: translateY(0)
}

.video_embed {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative
}

.video_embed video,
.video_embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.contents-none {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    padding: 7.8125vw 0vw
}

@media (min-width: 1280px) {
    .contents-none {
        padding: 100px 0px
    }
}

.contents-none:before {
    content: "";
    width: 17.96875vw;
    height: 14.45313vw;
    background: url(/assets/images/no_content.svg) no-repeat center/100% auto
}

@media (min-width: 1280px) {
    .contents-none:before {
        width: 230px
    }
}

@media (min-width: 1280px) {
    .contents-none:before {
        height: 185px
    }
}

@media (max-width: 800px) {
    .contents-none {
        padding: 13.88889vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .contents-none {
        padding: 13.88889vw 0vw
    }
}

@media (max-width: 800px) {
    .contents-none:before {
        width: 44.44444vw;
        height: 36.11111vw
    }
}

.layer {
    position: fixed;
    left: 0;
    top: 0
}

.layer-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layer_inner {
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
    background-color: #fff;
    width: 100%;
    max-width: 560px;
    transform: translateY(30px)
}

.layer_inner::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.layer_inner::-webkit-scrollbar-track {
    background-color: transparent
}

.layer_inner::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.1)
}

.layer .close {
    position: absolute;
    right: .78125vw;
    top: .78125vw;
    width: 3.125vw;
    height: 3.125vw;
    font-size: 0;
    z-index: 9999;
    background: url(/assets/images/icon_close-layer.svg) no-repeat center/100% auto
}

@media (min-width: 1280px) {
    .layer .close {
        right: 10px
    }
}

@media (min-width: 1280px) {
    .layer .close {
        top: 10px
    }
}

@media (min-width: 1280px) {
    .layer .close {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .layer .close {
        height: 40px
    }
}

@media (max-width: 800px) {
    .layer .close {
        right: 2.77778vw;
        top: 2.77778vw;
        width: 8.88889vw;
        height: 8.88889vw
    }
}

.layer.is-hidden {
    width: 0;
    height: 0;
    overflow: hidden
}

.layer.is-open {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.layer.is-open .layer_inner {
    transform: translateY(0);
    transition: transform .3s ease
}

.layer.layer_confirm .layer_inner {
    width: 37.5vw;
    min-height: 18.75vw;
    border-radius: 1.5625vw
}

@media (min-width: 1280px) {
    .layer.layer_confirm .layer_inner {
        width: 480px
    }
}

@media (min-width: 1280px) {
    .layer.layer_confirm .layer_inner {
        min-height: 240px
    }
}

@media (min-width: 1280px) {
    .layer.layer_confirm .layer_inner {
        border-radius: 20px
    }
}

.layer.layer_confirm .desc {
    padding: 6.25vw 1.5625vw 3.125vw;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold
}

@media (min-width: 1280px) {
    .layer.layer_confirm .desc {
        padding: 80px 20px 40px
    }
}

.layer.layer_confirm .group {
    text-align: center;
    padding-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .layer.layer_confirm .group {
        padding-bottom: 30px
    }
}

.layer.layer_confirm .button {
    border-radius: .625vw;
    font-size: .7rem
}

@media (min-width: 1280px) {
    .layer.layer_confirm .button {
        border-radius: 8px
    }
}

@media (max-width: 800px) {
    .layer.layer_confirm .layer_inner {
        width: 86.66667vw;
        min-height: 61.11111vw;
        border-radius: 5.55556vw
    }

    .layer.layer_confirm .desc {
        padding: 22.22222vw 5.55556vw 8.33333vw;
        font-size: 1.25rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .layer.layer_confirm .desc {
        padding: 22.22222vw 5.55556vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .layer.layer_confirm .group {
        padding-bottom: 5.55556vw
    }

    .layer.layer_confirm .button {
        border-radius: 2.22222vw;
        font-size: .875rem
    }
}

.layer_downloads {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001
}

.layer_downloads-inner {
    width: 30.9375vw;
    padding: 1.5625vw 2.34375vw 3.125vw;
    border-radius: 1.5625vw;
    font-size: 1rem;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    font-weight: bold;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 1280px) {
    .layer_downloads-inner {
        width: 396px
    }
}

@media (min-width: 1280px) {
    .layer_downloads-inner {
        padding: 20px 30px 40px
    }
}

@media (min-width: 1280px) {
    .layer_downloads-inner {
        border-radius: 20px
    }
}

.layer_downloads-inner .cloud {
    width: 9.375vw;
    height: 9.375vw
}

@media (min-width: 1280px) {
    .layer_downloads-inner .cloud {
        width: 120px
    }
}

@media (min-width: 1280px) {
    .layer_downloads-inner .cloud {
        height: 120px
    }
}

.layer_downloads-inner .text {
    padding-top: .39063vw
}

@media (min-width: 1280px) {
    .layer_downloads-inner .text {
        padding-top: 5px
    }
}

@media (max-width: 800px) {
    .layer_downloads-inner {
        width: 86.66667vw;
        padding: 4.16667vw 5.55556vw 8.33333vw;
        border-radius: 5.55556vw;
        font-size: 1rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .layer_downloads-inner {
        padding: 4.16667vw 5.55556vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .layer_downloads-inner .cloud {
        width: 27.77778vw;
        height: 27.77778vw
    }

    .layer_downloads-inner .text {
        padding-top: 1.38889vw
    }
}

.section-title {
    font-size: 1.8rem;
    padding-bottom: 3.125vw;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%
}

@media (min-width: 1280px) {
    .section-title {
        padding-bottom: 40px
    }
}

@media (max-width: 800px) {
    .section-title {
        font-size: 1.5rem;
        padding-bottom: 5.55556vw
    }
}

.section__kv .main__inner {
    position: relative;
    padding-left: 4.92188vw;
    padding-right: 4.92188vw
}

@media (min-width: 1280px) {
    .section__kv .main__inner {
        padding-left: 63px
    }
}

@media (min-width: 1280px) {
    .section__kv .main__inner {
        padding-right: 63px
    }
}

@media (max-width: 800px) {
    .section__kv .main__inner {
        padding: 0
    }
}

.section__kv .slider-nav .slick-arrow {
    position: absolute;
    top: calc(50% - 58px);
    z-index: 10;
    width: 3.125vw;
    height: 3.125vw;
    background: #fff url(/assets/images/arrow_gray.svg) no-repeat center/100% auto;
    border: 1px solid #888;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    opacity: .6
}

@media (min-width: 1280px) {
    .section__kv .slider-nav .slick-arrow {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__kv .slider-nav .slick-arrow {
        height: 40px
    }
}

.section__kv .slider-nav .slick-arrow:hover {
    opacity: 1
}

@media (max-width: 1280px) {
    .section__kv .slider-nav .slick-arrow {
        top: calc(50% - 3.28125vw)
    }
}

.section__kv .slider-nav .slick-prev {
    left: 0;
    transform: scaleX(-1)
}

.section__kv .slider-nav .slick-next {
    right: 0
}

@media (max-width: 800px) {
    .section__kv .slider-nav .slick-arrow {
        width: 10vw;
        height: 10vw;
        top: calc(50% - 6.11111vw)
    }

    .section__kv .slider-nav .slick-prev {
        left: 4.44444vw
    }

    .section__kv .slider-nav .slick-next {
        right: 4.44444vw
    }
}

.section__kv .slider-dot .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2.34375vw;
    height: 3.28125vw
}

@media (min-width: 1280px) {
    .section__kv .slider-dot .slick-dots {
        padding-top: 30px
    }
}

@media (min-width: 1280px) {
    .section__kv .slider-dot .slick-dots {
        height: 42px
    }
}

.section__kv .slider-dot li {
    margin: 0vw .625vw
}

@media (min-width: 1280px) {
    .section__kv .slider-dot li {
        margin: 0px 8px
    }
}

.section__kv .slider-dot button {
    width: .9375vw;
    height: .9375vw;
    border: 1px solid #444;
    border-radius: 50%;
    font-size: 0;
    display: block
}

@media (min-width: 1280px) {
    .section__kv .slider-dot button {
        width: 12px
    }
}

@media (min-width: 1280px) {
    .section__kv .slider-dot button {
        height: 12px
    }
}

.section__kv .slider-dot .slick-active button {
    background-color: #444
}

@media (max-width: 800px) {
    .section__kv .slider-dot .slick-dots {
        padding-top: 4.16667vw;
        height: 6.11111vw
    }

    .section__kv .slider-dot li {
        margin: 0vw 1.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv .slider-dot li {
        margin: 0vw 1.66667vw
    }
}

@media (max-width: 800px) {
    .section__kv .slider-dot button {
        width: 2.22222vw;
        height: 2.22222vw
    }
}

.section__kv .slider {
    overflow: hidden;
    border-radius: 1.5625vw;
    border: 1px solid #ddd;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
}

@media (min-width: 1280px) {
    .section__kv .slider {
        border-radius: 20px
    }
}

@media (max-width: 800px) {
    .section__kv .slider {
        border: 0;
        border-radius: 0;
        box-shadow: none
    }
}

.section__kv .slider-item {
    position: relative
}

.section__kv .images-wrap {
    padding-top: 38.99972%
}

@media (max-width: 800px) {
    .section__kv .images-wrap {
        padding-top: 150%
    }
}

.section__kv .title_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 9.375vw
}

@media (min-width: 1280px) {
    .section__kv .title_wrap {
        padding-left: 120px
    }
}

.section__kv .title_wrap .title {
    font-size: 2.4rem;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif
}

.section__kv .title_wrap .group {
    display: flex;
    justify-content: flex-start;
    padding-top: 2.8125vw
}

@media (min-width: 1280px) {
    .section__kv .title_wrap .group {
        padding-top: 36px
    }
}

.section__kv .title_wrap .group .button {
    margin-right: 2.8125vw;
    color: #000
}

@media (min-width: 1280px) {
    .section__kv .title_wrap .group .button {
        margin-right: 36px
    }
}

@media (max-width: 800px) {
    .section__kv .title_wrap {
        justify-content: flex-start;
        padding: 8.88889vw 11.66667vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv .title_wrap {
        padding: 8.88889vw 11.66667vw 0vw
    }
}

@media (max-width: 800px) {
    .section__kv .title_wrap .title {
        font-size: 1.875rem;
        text-align: center
    }

    .section__kv .title_wrap .group {
        justify-content: center;
        padding-top: 6.66667vw;
        margin: 0vw -5vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv .title_wrap .group {
        margin: 0vw -5vw
    }
}

@media (max-width: 800px) {
    .section__kv .title_wrap .group .button {
        font-size: .875rem;
        padding: 2.77778vw 3.33333vw;
        border-radius: 2.77778vw;
        margin-right: 4.44444vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv .title_wrap .group .button {
        padding: 2.77778vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__kv .title_wrap .group .button:last-child {
        margin-right: 0
    }
}

.section__kv .title-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.section__kv .title-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(12.83%, rgba(0, 0, 0, 0.77311)), color-stop(24%, rgba(0, 0, 0, 0.72685)), color-stop(33.77%, rgba(0, 0, 0, 0.66487)), color-stop(42.37%, rgba(0, 0, 0, 0.59081)), color-stop(50.07%, rgba(0, 0, 0, 0.50831)), color-stop(57.13%, rgba(0, 0, 0, 0.421)), color-stop(63.78%, rgba(0, 0, 0, 0.33252)), color-stop(70.3%, rgba(0, 0, 0, 0.24652)), color-stop(76.92%, rgba(0, 0, 0, 0.16663)), color-stop(83.91%, rgba(0, 0, 0, 0.09648)), color-stop(91.52%, rgba(0, 0, 0, 0.03973)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
    background-size: 100.1% 100.1%;
    opacity: .5
}

.section__kv .title-wrap .title {
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 3.125vw 3.90625vw;
    font-size: 1.65rem
}

@media (min-width: 1280px) {
    .section__kv .title-wrap .title {
        padding: 40px 50px
    }
}

@media (min-width: 801px) {
    .section__kv .title-wrap .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width: 800px) {
    .section__kv .title-wrap .title {
        padding: 11.11111vw;
        font-size: 1.375rem
    }
}

.section__kv-event {
    overflow: hidden;
    background: no-repeat center top
}

@media (max-width: 1568px) {
    .section__kv-event {
        background-size: auto 100%
    }
}

.section__kv-event .event_wrap {
    position: relative;
    width: 100%
}

.section__kv-event .event-title {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 3.3rem;
    padding: 4.6875vw 0vw 5.46875vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-title {
        padding: 60px 0px 70px
    }
}

@media (max-width: 1568px) {
    .section__kv-event .event-title {
        padding: 4.4757vw 0 3.8363vw
    }
}

@media (max-width: 800px) {
    .section__kv-event .event-title {
        font-size: 1.875rem;
        padding: 10vw 3.33333vw 11.11111vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv-event .event-title {
        padding: 10vw 3.33333vw 11.11111vw
    }
}

.section__kv-event .slider {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    border-radius: 1.5625vw
}

@media (min-width: 1280px) {
    .section__kv-event .slider {
        border-radius: 20px
    }
}

.section__kv-event .slider .slick-dots {
    position: absolute;
    width: auto;
    z-index: 1000;
    right: 2.34375vw;
    top: 2.34375vw
}

@media (min-width: 1280px) {
    .section__kv-event .slider .slick-dots {
        right: 30px
    }
}

@media (min-width: 1280px) {
    .section__kv-event .slider .slick-dots {
        top: 30px
    }
}

.section__kv-event .slider .slick-dots button {
    background-color: #fff;
    border-color: #444
}

.section__kv-event .slider .slick-dots .slick-active button {
    background-color: #444;
    border-color: #fff
}

@media (max-width: 800px) {
    .section__kv-event .slider {
        border-radius: 3.33333vw
    }
}

.section__kv-event .title-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end
}

.section__kv-event .title-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(12.83%, rgba(0, 0, 0, 0.77311)), color-stop(24%, rgba(0, 0, 0, 0.72685)), color-stop(33.77%, rgba(0, 0, 0, 0.66487)), color-stop(42.37%, rgba(0, 0, 0, 0.59081)), color-stop(50.07%, rgba(0, 0, 0, 0.50831)), color-stop(57.13%, rgba(0, 0, 0, 0.421)), color-stop(63.78%, rgba(0, 0, 0, 0.33252)), color-stop(70.3%, rgba(0, 0, 0, 0.24652)), color-stop(76.92%, rgba(0, 0, 0, 0.16663)), color-stop(83.91%, rgba(0, 0, 0, 0.09648)), color-stop(91.52%, rgba(0, 0, 0, 0.03973)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.77311) 12.83%, rgba(0, 0, 0, 0.72685) 24%, rgba(0, 0, 0, 0.66487) 33.77%, rgba(0, 0, 0, 0.59081) 42.37%, rgba(0, 0, 0, 0.50831) 50.07%, rgba(0, 0, 0, 0.421) 57.13%, rgba(0, 0, 0, 0.33252) 63.78%, rgba(0, 0, 0, 0.24652) 70.3%, rgba(0, 0, 0, 0.16663) 76.92%, rgba(0, 0, 0, 0.09648) 83.91%, rgba(0, 0, 0, 0.03973) 91.52%, rgba(0, 0, 0, 0));
    background-size: 100.1% 100.1%;
    opacity: .5
}

.section__kv-event .title-wrap .title {
    position: relative;
    color: #fff;
    font-weight: bold
}

@media (min-width: 801px) {
    .section__kv-event .title-wrap .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width: 800px) {
    .section__kv-event .title-wrap {
        position: static;
        height: auto;
        background: transparent;
        display: block
    }

    .section__kv-event .title-wrap:before {
        display: none
    }

    .section__kv-event .title-wrap .title {
        color: #000;
        display: block
    }
}

.section__kv-event .event-main {
    margin-bottom: 3.35938vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-main {
        margin-bottom: 43px
    }
}

.section__kv-event .event-main .item {
    position: relative
}

.section__kv-event .event-main .item a {
    color: #fff;
    display: block
}

.section__kv-event .event-main .images {
    width: 100%;
    height: 0;
    padding-top: 40%;
    background: no-repeat center/cover
}

.section__kv-event .event-main .title {
    padding: 2.34375vw 3.90625vw;
    font-size: 1.65rem
}

@media (min-width: 1280px) {
    .section__kv-event .event-main .title {
        padding: 30px 50px
    }
}

.section__kv-event .event-main-title {
    display: none
}

.section__kv-event .event-main .type2 {
    margin-right: -3.35938vw;
    display: flex
}

@media (min-width: 1280px) {
    .section__kv-event .event-main .type2 {
        margin-right: -43px
    }
}

.section__kv-event .event-main .type2 .item {
    width: 50%;
    padding-right: 3.35938vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-main .type2 .item {
        padding-right: 43px
    }
}

.section__kv-event .event-main .type2 .item a {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    border: 1px solid #ccc;
    border-radius: 1.5625vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-main .type2 .item a {
        border-radius: 20px
    }
}

.section__kv-event .event-main .type2 .images {
    padding-top: 86.2068%
}

.section__kv-event .event-main .type2+.event-main-title {
    display: none
}

@media (max-width: 800px) {
    .section__kv-event .event-main {
        margin: 0
    }

    .section__kv-event .event-main .item a {
        color: #000
    }

    .section__kv-event .event-main .images {
        padding-top: 100%
    }

    .section__kv-event .event-main .title {
        display: none;
        text-shadow: none;
        min-height: 25vw;
        padding: 4.44444vw 0vw 6.66667vw;
        font-size: 1.125rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv-event .event-main .title {
        padding: 4.44444vw 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__kv-event .event-main-title {
        display: block;
        font-weight: bold;
        min-height: 25vw;
        padding: 4.44444vw 0vw 6.66667vw;
        font-size: 1.125rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv-event .event-main-title {
        padding: 4.44444vw 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__kv-event .event-main .type2 {
        margin-right: 0;
        display: block
    }

    .section__kv-event .event-main .type2 .item {
        width: 100%;
        padding: 0
    }

    .section__kv-event .event-main .type2 .item a {
        overflow: inherit;
        box-shadow: none;
        border-radius: 0;
        border: 0
    }

    .section__kv-event .event-main .type2 .images {
        padding-top: 100%;
        box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
        border: 1px solid #ccc;
        border-radius: 3.33333vw
    }

    .section__kv-event .event-main .type2 .title {
        display: block
    }
}

.section__kv-event .event-sub {
    padding-bottom: 5.46875vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub {
        padding-bottom: 70px
    }
}

.section__kv-event .event-sub ul {
    margin-right: -3.35938vw;
    display: flex
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub ul {
        margin-right: -43px
    }
}

.section__kv-event .event-sub .item {
    width: 25%;
    padding-right: 3.35938vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub .item {
        padding-right: 43px
    }
}

.section__kv-event .event-sub .item a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #CCC;
    border-radius: 1.5625vw;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    color: #fff
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub .item a {
        border-radius: 20px
    }
}

.section__kv-event .event-sub .images {
    width: 100%;
    background: no-repeat center/cover;
    height: 23.4375vw
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub .images {
        height: 300px
    }
}

@media (max-width: 1568px) {
    .section__kv-event .event-sub .images {
        height: 19.1816vw
    }
}

.section__kv-event .event-sub .title-wrap:before {
    height: 30%
}

.section__kv-event .event-sub .title {
    padding: 1.17188vw 1.95313vw;
    font-size: 1.1rem
}

@media (min-width: 1280px) {
    .section__kv-event .event-sub .title {
        padding: 15px 25px
    }
}

.section__kv-event .event-sub.sub3 .item:nth-child(1) {
    width: 50%
}

.section__kv-event .event-sub.sub2 .item {
    width: 50%
}

@media (max-width: 800px) {
    .section__kv-event .event-sub {
        padding-bottom: 7.22222vw
    }

    .section__kv-event .event-sub ul {
        margin: 0;
        display: block
    }

    .section__kv-event .event-sub .item {
        width: 100%;
        padding: 0
    }

    .section__kv-event .event-sub .item a {
        border-radius: 0;
        border: 0;
        overflow: inherit;
        box-shadow: none;
        color: #000
    }

    .section__kv-event .event-sub .images {
        height: 0;
        padding-top: 66.6%;
        overflow: hidden;
        border: 1px solid #CCC;
        border-radius: 3.33333vw;
        box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
    }

    .section__kv-event .event-sub .title {
        background-color: transparent;
        text-shadow: none;
        padding: 4.44444vw 0vw 6.66667vw;
        font-size: 1.125rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__kv-event .event-sub .title {
        padding: 4.44444vw 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__kv-event .event-sub.sub3 .item:nth-child(1) {
        width: 100%
    }

    .section__kv-event .event-sub.sub2 .item {
        width: 100%
    }
}

.section__news {
    padding-top: 5.15625vw
}

@media (min-width: 1280px) {
    .section__news {
        padding-top: 66px
    }
}

@media (max-width: 800px) {
    .section__news {
        padding-top: 18.33333vw
    }
}

.section__news .main__inner {
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__news .main__inner {
        margin-bottom: 50px
    }
}

@media (max-width: 800px) {
    .section__news .main__inner {
        margin-bottom: 8.33333vw
    }
}

.section__news-list ul {
    margin-right: -3.82813vw;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .section__news-list ul {
        margin-right: -49px
    }
}

@media (max-width: 800px) {
    .section__news-list ul {
        margin-right: 0
    }
}

.section__news-list .item {
    width: calc(33.3% - 49px);
    margin-right: 3.82813vw;
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__news-list .item {
        margin-right: 49px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item {
        margin-bottom: 50px
    }
}

.section__news-list .item a {
    display: block;
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    border-radius: 1.5625vw;
    padding: .78125vw .78125vw 1.5625vw;
    min-height: 39.53125vw;
    transition: border-color .2s ease
}

@media (min-width: 1280px) {
    .section__news-list .item a {
        border-radius: 20px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item a {
        padding: 10px 10px 20px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item a {
        min-height: 506px
    }
}

.section__news-list .item a:hover {
    border-color: #888
}

.section__news-list .item a:hover .title {
    text-decoration: underline
}

.section__news-list .item .images-wrap {
    overflow: hidden;
    border-radius: .9375vw
}

@media (min-width: 1280px) {
    .section__news-list .item .images-wrap {
        border-radius: 12px
    }
}

.section__news-list .item .category {
    font-size: .6rem;
    padding: .39063vw .78125vw;
    border-radius: .625vw;
    margin: 1.17188vw .23438vw 0vw;
    display: inline-block;
    color: #2D51D6;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    box-shadow: 0 2px 4px rgba(9, 32, 157, 0.12);
    line-height: 1
}

@media (min-width: 1280px) {
    .section__news-list .item .category {
        padding: 5px 10px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item .category {
        border-radius: 8px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item .category {
        margin: 15px 3px 0px
    }
}

.section__news-list .item .title {
    font-size: 1.2rem;
    margin-top: 1.17188vw;
    padding: 0vw .78125vw;
    font-weight: bold
}

@media (min-width: 1280px) {
    .section__news-list .item .title {
        margin-top: 15px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item .title {
        padding: 0px 10px
    }
}

@media (min-width: 801px) {
    .section__news-list .item .title {
        height: 7.8125vw;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
}

@media (min-width: 801px) and (min-width: 1280px) {
    .section__news-list .item .title {
        height: 100px
    }
}

.section__news-list .item .date {
    font-size: .8rem;
    margin-top: 1.17188vw;
    padding: 0vw .78125vw;
    color: #888
}

@media (min-width: 1280px) {
    .section__news-list .item .date {
        margin-top: 15px
    }
}

@media (min-width: 1280px) {
    .section__news-list .item .date {
        padding: 0px 10px
    }
}

@media (max-width: 1280px) {
    .section__news-list .item {
        width: calc(33.3% - 3.82813vw)
    }
}

@media (max-width: 800px) {
    .section__news-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8.33333vw
    }

    .section__news-list .item a {
        border-radius: 5.55556vw;
        padding: 2.77778vw 2.77778vw 5.55556vw;
        min-height: auto
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__news-list .item a {
        padding: 2.77778vw 2.77778vw 5.55556vw
    }
}

@media (max-width: 800px) {
    .section__news-list .item .images-wrap {
        border-radius: 3.33333vw
    }

    .section__news-list .item .category {
        font-size: .75rem;
        padding: 1.38889vw 2.77778vw;
        border-radius: 2.22222vw;
        margin: 3.33333vw 1.38889vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__news-list .item .category {
        padding: 1.38889vw 2.77778vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__news-list .item .category {
        margin: 3.33333vw 1.38889vw 0vw
    }
}

@media (max-width: 800px) {
    .section__news-list .item .title {
        font-size: 1.125rem;
        margin-top: 4.16667vw;
        padding: 0vw 3.33333vw;
        min-height: 13.88889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__news-list .item .title {
        padding: 0vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__news-list .item .date {
        font-size: .7rem;
        margin-top: 4.16667vw;
        padding: 0vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__news-list .item .date {
        padding: 0vw 3.33333vw
    }
}

.section__quotes {
    padding: 7.8125vw 0vw 14.0625vw
}

@media (min-width: 1280px) {
    .section__quotes {
        padding: 100px 0px 180px
    }
}

.section__quotes .quotes {
    padding: 0vw 9.375vw
}

@media (min-width: 1280px) {
    .section__quotes .quotes {
        padding: 0px 120px
    }
}

.section__quotes a {
    color: #000
}

.section__quotes strong {
    font-size: 2.4rem;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif
}

.section__quotes .source {
    text-align: right;
    padding-top: 3.90625vw
}

@media (min-width: 1280px) {
    .section__quotes .source {
        padding-top: 50px
    }
}

.section__quotes .source .name {
    font-size: 1.2rem;
    padding-bottom: 1.17188vw;
    font-weight: bold;
    color: #444
}

@media (min-width: 1280px) {
    .section__quotes .source .name {
        padding-bottom: 15px
    }
}

.section__quotes .source .team,
.section__quotes .source .department {
    font-size: .9rem;
    color: #888
}

@media (max-width: 800px) {
    .section__quotes {
        padding: 5.55556vw 0vw 22.22222vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__quotes {
        padding: 5.55556vw 0vw 22.22222vw
    }
}

@media (max-width: 800px) {
    .section__quotes .quotes {
        padding: 0
    }

    .section__quotes strong {
        font-size: 1.625rem
    }

    .section__quotes .source {
        padding-top: 12.5vw
    }

    .section__quotes .source .name {
        font-size: 1rem;
        padding-bottom: 4.16667vw
    }

    .section__quotes .source .team {
        font-size: 1rem
    }

    .section__quotes .source .team br {
        display: none
    }
}

.section__black {
    overflow: hidden;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding-top: 6.71875vw;
    padding-bottom: 5.46875vw
}

@media (min-width: 1280px) {
    .section__black {
        padding-top: 86px
    }
}

@media (min-width: 1280px) {
    .section__black {
        padding-bottom: 70px
    }
}

@media (max-width: 800px) {
    .section__black {
        padding-top: 11.11111vw;
        padding-bottom: 8.33333vw
    }

    .section__black .section-title {
        padding-bottom: 11.66667vw
    }
}

.section__black-list {
    position: relative
}

.section__black .slider-nav {
    position: absolute;
    right: 0;
    top: 0
}

.section__black .slider-nav .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    background: rgba(255, 255, 255, 0.6) url(/assets/images/arrow_white.svg) no-repeat center/100% auto;
    border: 1px solid #888;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
}

@media (min-width: 1280px) {
    .section__black .slider-nav .slick-arrow {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__black .slider-nav .slick-arrow {
        height: 40px
    }
}

.section__black .slider-nav .slick-arrow:hover {
    background: #fff url(/assets/images/arrow_gray.svg) no-repeat center/100% auto
}

.section__black .slider-nav .slick-prev {
    transform: scaleX(-1);
    margin-right: 1.875vw
}

@media (min-width: 1280px) {
    .section__black .slider-nav .slick-prev {
        margin-right: 24px
    }
}

@media (max-width: 800px) {
    .section__black .slider-nav .slick-arrow {
        width: 10vw;
        height: 10vw
    }

    .section__black .slider-nav .slick-prev {
        margin-right: 2.77778vw
    }
}

.section__black .slider {
    margin-right: -2.8125vw
}

@media (min-width: 1280px) {
    .section__black .slider {
        margin-right: -36px
    }
}

@media (min-width: 801px) {
    .section__black .slider .slick-list {
        overflow: inherit
    }
}

.section__black .slider .slick-dots {
    padding-top: 3.90625vw
}

@media (min-width: 1280px) {
    .section__black .slider .slick-dots {
        padding-top: 50px
    }
}

.section__black .slider .slick-dots button {
    border: 1px solid #fff;
    background-color: #444
}

.section__black .slider .slick-dots .slick-active button {
    background-color: #fff
}

.section__black .slider .slick-track {
    margin-left: 0
}

@media (max-width: 800px) {
    .section__black .slider {
        margin: 0vw -6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__black .slider {
        margin: 0vw -6.66667vw
    }
}

@media (max-width: 800px) {
    .section__black .slider .slick-dots {
        padding-top: 1.66667vw
    }

    .section__black .slider .slider-item {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__black .slider .slider-item {
        padding: 0vw 6.66667vw
    }
}

.section__black .item {
    padding-right: 2.8125vw
}

@media (min-width: 1280px) {
    .section__black .item {
        padding-right: 36px
    }
}

.section__black .item a {
    display: block;
    background-color: #F8F8F8;
    border: 1px solid #ccc;
    padding: .78125vw .78125vw 1.5625vw;
    border-radius: 1.5625vw
}

@media (min-width: 1280px) {
    .section__black .item a {
        padding: 10px 10px 20px
    }
}

@media (min-width: 1280px) {
    .section__black .item a {
        border-radius: 20px
    }
}

.section__black .item a:hover .title {
    text-decoration: underline
}

.section__black .item .title {
    padding: 1.5625vw .78125vw 0vw;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    text-align: center
}

@media (min-width: 1280px) {
    .section__black .item .title {
        padding: 20px 10px 0px
    }
}

.section__black .item .images-wrap {
    overflow: hidden;
    border-radius: .9375vw;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding-top: 66.6%
}

@media (min-width: 1280px) {
    .section__black .item .images-wrap {
        border-radius: 12px
    }
}

@media (max-width: 800px) {
    .section__black .item {
        padding-right: 0;
        padding-bottom: 6.66667vw
    }

    .section__black .item a {
        padding: 2.77778vw;
        border-radius: 3.33333vw
    }

    .section__black .item .images-wrap {
        border-radius: 2.22222vw
    }
}

.section__black.section__products+.section__brands {
    padding-top: 3.90625vw
}

@media (min-width: 1280px) {
    .section__black.section__products+.section__brands {
        padding-top: 50px
    }
}

@media (max-width: 800px) {
    .section__black.section__products+.section__brands {
        padding-top: 13.88889vw
    }
}

.section__black.section__products .item .title {
    min-height: 6.25vw;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (min-width: 1280px) {
    .section__black.section__products .item .title {
        min-height: 80px
    }
}

@media (max-width: 800px) {
    .section__black.section__products .item a {
        display: flex;
        align-items: center
    }

    .section__black.section__products .item .title {
        order: 2;
        padding: 0vw 4.44444vw;
        width: calc(100% - 33.33333vw);
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 0
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__black.section__products .item .title {
        padding: 0vw 4.44444vw
    }
}

@media (max-width: 800px) {
    .section__black.section__products .item .images-wrap {
        width: 33.33333vw;
        height: 33.33333vw;
        padding: 0;
        order: 1
    }
}

@media (max-width: 800px) {
    .section__black.section__brands {
        margin-top: -1px
    }
}

.section__black.section__brands .item .title {
    min-height: 8.90625vw;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (min-width: 1280px) {
    .section__black.section__brands .item .title {
        min-height: 114px
    }
}

@media (max-width: 800px) {
    .section__black.section__brands .item .title {
        padding: 2.77778vw 1.66667vw 0vw;
        margin-bottom: 0;
        min-height: 23.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__black.section__brands .item .title {
        padding: 2.77778vw 1.66667vw 0vw
    }
}

.section__feature {
    background-color: #F8F8F8;
    padding: 6.25vw 0vw
}

@media (min-width: 1280px) {
    .section__feature {
        padding: 80px 0px
    }
}

@media (max-width: 800px) {
    .section__feature {
        padding: 13.88889vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__feature {
        padding: 13.88889vw 0vw
    }
}

.section__feature-list {
    padding: 0vw 9.53125vw
}

@media (min-width: 1280px) {
    .section__feature-list {
        padding: 0px 122px
    }
}

@media (max-width: 800px) {
    .section__feature-list {
        padding: 0
    }
}

.section__feature-list .item {
    position: relative;
    border-top: 1px solid #ddd
}

.section__feature-list .item:last-child {
    border-bottom: 1px solid #ddd
}

.section__feature-list .item>a,
.section__feature-list .item_inner {
    position: relative;
    display: block;
    padding: 2.34375vw 0vw 2.34375vw 17.96875vw
}

@media (min-width: 1280px) {

    .section__feature-list .item>a,
    .section__feature-list .item_inner {
        padding: 30px 0px 30px 230px
    }
}

.section__feature-list .item>a:hover .title,
.section__feature-list .item_inner:hover .title {
    text-decoration: underline
}

.section__feature-list .item .images {
    position: absolute;
    left: 0;
    top: 2.34375vw;
    width: 15.625vw
}

@media (min-width: 1280px) {
    .section__feature-list .item .images {
        top: 30px
    }
}

@media (min-width: 1280px) {
    .section__feature-list .item .images {
        width: 200px
    }
}

.section__feature-list .item .images-wrap {
    overflow: hidden;
    border-radius: .9375vw
}

@media (min-width: 1280px) {
    .section__feature-list .item .images-wrap {
        border-radius: 12px
    }
}

.section__feature-list .item .date {
    font-size: .8rem;
    padding-bottom: .78125vw;
    color: #888
}

@media (min-width: 1280px) {
    .section__feature-list .item .date {
        padding-bottom: 10px
    }
}

.section__feature-list .item .title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5.46875vw;
    color: #000;
    font-weight: bold
}

@media (min-width: 1280px) {
    .section__feature-list .item .title {
        margin-bottom: 70px
    }
}

@media (min-width: 801px) {
    .section__feature-list .item .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.section__feature-list .item .hashtag {
    position: absolute;
    left: 17.96875vw;
    bottom: 2.34375vw;
    font-size: .8rem;
    width: calc(100% - 230px)
}

@media (min-width: 1280px) {
    .section__feature-list .item .hashtag {
        left: 230px
    }
}

@media (min-width: 1280px) {
    .section__feature-list .item .hashtag {
        bottom: 30px
    }
}

.section__feature-list .item .hashtag li {
    display: inline;
    margin-right: 1.5625vw
}

@media (min-width: 1280px) {
    .section__feature-list .item .hashtag li {
        margin-right: 20px
    }
}

.section__feature-list .item .hashtag a {
    color: #444;
    font-weight: bold
}

.section__feature-list .item .hashtag a:hover {
    text-decoration: underline
}

@media (max-width: 1280px) {
    .section__feature-list .item .hashtag {
        width: calc(100% - 17.96875vw)
    }
}

@media (max-width: 800px) {

    .section__feature-list .item>a,
    .section__feature-list .item_inner {
        padding: 8.33333vw 2.77778vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {

    .section__feature-list .item>a,
    .section__feature-list .item_inner {
        padding: 8.33333vw 2.77778vw
    }
}

@media (max-width: 800px) {
    .section__feature-list .item .images {
        display: block;
        position: static;
        width: 100%;
        margin-bottom: 5.55556vw
    }

    .section__feature-list .item .images-wrap {
        border-radius: 3.33333vw
    }

    .section__feature-list .item .date {
        font-size: .875rem;
        padding-bottom: 2.77778vw
    }

    .section__feature-list .item .title {
        font-size: 1.125rem;
        margin-bottom: 8.33333vw
    }

    .section__feature-list .item .hashtag {
        font-size: .875rem;
        height: 5.55556vw;
        overflow: hidden;
        left: 2.77778vw;
        bottom: 8.33333vw;
        width: calc(100% - 5.5vw)
    }

    .section__feature-list .item .hashtag li {
        margin-right: 5.55556vw
    }
}

.section__feature-list .group {
    padding-top: 3.90625vw
}

@media (min-width: 1280px) {
    .section__feature-list .group {
        padding-top: 50px
    }
}

@media (max-width: 800px) {
    .section__feature-list .group {
        padding-top: 8.33333vw
    }
}

#container>.section__kv-event {
    margin-top: -7.8125vw;
    padding-top: 7.8125vw
}

@media (min-width: 1280px) {
    #container>.section__kv-event {
        margin-top: -100px
    }
}

@media (min-width: 1280px) {
    #container>.section__kv-event {
        padding-top: 100px
    }
}

@media (max-width: 800px) {
    #container>.section__kv-event {
        margin-top: -16.66667vw;
        padding-top: 16.66667vw
    }
}

.section__search {
    margin-bottom: 4.375vw
}

@media (min-width: 1280px) {
    .section__search {
        margin-bottom: 56px
    }
}

.section__search-wrap {
    position: relative
}

.section__search .images {
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: no-repeat center/cover;
    border-radius: 1.5625vw;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
}

@media (min-width: 1280px) {
    .section__search .images {
        border-radius: 20px
    }
}

.section__search .images.press {
    background-image: url(/assets/images/search-press.jpg);
    background-position: left center
}

.section__search .images.media {
    background-image: url(/assets/images/search-media.jpg)
}

.section__search .images.feature {
    background-image: url(/assets/images/search-feature.jpg)
}

.section__search .images.search,
.section__search .images.tag {
    background-image: url(/assets/images/search-tag.jpg)
}

.section__search .contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section__search .title {
    color: #fff;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.section__search .title .gt {
    display: block;
    margin: 0vw 2.34375vw;
    width: .70313vw;
    height: 1.40625vw;
    background: url(/assets/images/arrow_tag.svg) no-repeat center/100% auto;
    font-size: 0
}

@media (min-width: 1280px) {
    .section__search .title .gt {
        margin: 0px 30px
    }
}

@media (min-width: 1280px) {
    .section__search .title .gt {
        width: 9px
    }
}

@media (min-width: 1280px) {
    .section__search .title .gt {
        height: 18px
    }
}

.section__search .title .keyword {
    display: block;
    text-align: center
}

@media (max-width: 800px) {
    .section__search {
        margin-bottom: 5.55556vw
    }

    .section__search .main__inner {
        padding-left: 0;
        padding-right: 0
    }

    .section__search .images {
        padding-top: 74.45%;
        border-radius: 0
    }

    .section__search .contents {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__search .contents {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__search .title {
        font-size: 1.875rem
    }

    .section__search .title .gt {
        margin: 0vw 5.55556vw;
        width: 2.5vw;
        height: 5vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__search .title .gt {
        margin: 0vw 5.55556vw
    }
}

@media (max-width: 800px) {
    .section__search-result .section-title {
        font-size: 1.25rem
    }
}

.section__search .form {
    display: flex;
    padding-top: 4.6875vw
}

@media (min-width: 1280px) {
    .section__search .form {
        padding-top: 60px
    }
}

.section__search .form .select {
    width: 18.90625vw;
    height: 4.6875vw;
    padding-right: 1.25vw
}

@media (min-width: 1280px) {
    .section__search .form .select {
        width: 242px
    }
}

@media (min-width: 1280px) {
    .section__search .form .select {
        height: 60px
    }
}

@media (min-width: 1280px) {
    .section__search .form .select {
        padding-right: 16px
    }
}

.section__search .form .keywords {
    width: 55.46875vw;
    height: 4.6875vw;
    padding: .625vw 6.875vw .625vw 1.40625vw;
    border-radius: 1.5625vw;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative
}

@media (min-width: 1280px) {
    .section__search .form .keywords {
        width: 710px
    }
}

@media (min-width: 1280px) {
    .section__search .form .keywords {
        height: 60px
    }
}

@media (min-width: 1280px) {
    .section__search .form .keywords {
        padding: 8px 88px 8px 18px
    }
}

@media (min-width: 1280px) {
    .section__search .form .keywords {
        border-radius: 20px
    }
}

.section__search .form .input-text {
    width: 100%;
    height: 100%;
    font-weight: bold
}

.section__search .form .search_btn,
.section__search .form .search_delete {
    width: 6.875vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0
}

@media (min-width: 1280px) {

    .section__search .form .search_btn,
    .section__search .form .search_delete {
        width: 88px
    }
}

.section__search .form .search_btn:before,
.section__search .form .search_delete:before {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    background: no-repeat center/100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 1280px) {

    .section__search .form .search_btn:before,
    .section__search .form .search_delete:before {
        width: 32px
    }
}

@media (min-width: 1280px) {

    .section__search .form .search_btn:before,
    .section__search .form .search_delete:before {
        height: 32px
    }
}

.section__search .form .search_btn:before {
    background-image: url(/assets/images/icon_search-gray.svg)
}

.section__search .form .search_delete {
    display: none
}

.section__search .form .search_delete:before {
    background-image: url(/assets/images/icon_close-gray.svg)
}

.section__search .form.result .search_btn {
    display: block;
}

.section__search .form.result .search_delete {
    display: none;
}

@media (max-width: 800px) {
    .section__search .form {
        flex-direction: column;
        width: 100%;
        padding-top: 8.33333vw
    }

    .section__search .form .select {
        width: 100%;
        padding: 0;
        margin-bottom: 5.55556vw;
        height: 14.44444vw
    }

    .section__search .form .keywords {
        width: 100%;
        border-radius: 3.33333vw;
        height: 14.44444vw;
        padding: 1.94444vw 16.11111vw 1.94444vw 4.44444vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__search .form .keywords {
        padding: 1.94444vw 16.11111vw 1.94444vw 4.44444vw
    }
}

@media (max-width: 800px) {

    .section__search .form .search_btn,
    .section__search .form .search_delete {
        width: 16.11111vw
    }

    .section__search .form .search_btn:before,
    .section__search .form .search_delete:before {
        width: 8.33333vw;
        height: 8.33333vw
    }
}

.section__search-articles {
    margin-bottom: 6.25vw
}

@media (min-width: 1280px) {
    .section__search-articles {
        margin-bottom: 80px
    }
}

.section__search-articles .section__feature-list {
    padding: 0
}

@media (max-width: 800px) {
    .section__search-articles {
        margin-bottom: 13.88889vw
    }

    .section__search-articles .section__feature-list .item>a,
    .section__search-articles .section__feature-list .item_inner {
        padding: 8.33333vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {

    .section__search-articles .section__feature-list .item>a,
    .section__search-articles .section__feature-list .item_inner {
        padding: 8.33333vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__search-articles .section__feature-list .item .title {
        padding-bottom: 0vw
    }

    .section__search-articles .section__feature-list .item .hashtag {
        position: static;
        display: block;
        height: auto;
        max-width: 100%;
        padding: 0vw 0vw 5.55556vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__search-articles .section__feature-list .item .hashtag {
        padding: 0vw 0vw 5.55556vw
    }
}

.section__lists {
    padding-bottom: 2.73438vw
}

@media (min-width: 1280px) {
    .section__lists {
        padding-bottom: 35px
    }
}

@media (max-width: 800px) {
    .section__lists {
        padding-bottom: 5.55556vw
    }
}

.section__lists-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    padding-bottom: 1.5625vw
}

@media (min-width: 1280px) {
    .section__lists-info {
        padding-bottom: 20px
    }
}

.section__lists-info .count,
.section__lists-info .pages {
    font-size: .9rem
}

.section__lists-info .section-title {
    padding-bottom: 0;
    color: #000
}

@media (max-width: 800px) {
    .section__lists-info {
        padding-bottom: 5.55556vw
    }

    .section__lists-info .count,
    .section__lists-info .pages {
        font-size: .875rem
    }

    .section__lists-info .section-title {
        padding-bottom: 0;
        font-size: 1.25rem
    }

    .section__lists-info .input-select.pages {
        min-width: 25vw;
        margin-left: 2.77778vw;
        padding-right: 6.66667vw
    }
}

.section__lists-title {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 1.6rem;
    padding: 3.90625vw 0vw 2.03125vw
}

@media (min-width: 1280px) {
    .section__lists-title {
        padding: 50px 0px 26px
    }
}

.section__lists-content ul {
    margin-right: -3.98438vw;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .section__lists-content ul {
        margin-right: -51px
    }
}

.section__lists-content .item {
    width: 33.3%;
    padding-right: 3.98438vw;
    padding-bottom: 3.51563vw
}

@media (min-width: 1280px) {
    .section__lists-content .item {
        padding-right: 51px
    }
}

@media (min-width: 1280px) {
    .section__lists-content .item {
        padding-bottom: 45px
    }
}

.section__lists-content .item_inner,
.section__lists-content .item>a {
    position: relative;
    display: block;
    color: #000;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    padding: .78125vw;
    border-radius: 1.5625vw;
    border: 1px solid #ddd;
    transition: border-color .2s ease
}

@media (min-width: 1280px) {

    .section__lists-content .item_inner,
    .section__lists-content .item>a {
        padding: 10px
    }
}

@media (min-width: 1280px) {

    .section__lists-content .item_inner,
    .section__lists-content .item>a {
        border-radius: 20px
    }
}

.section__lists-content .item_inner:hover,
.section__lists-content .item>a:hover {
    border-color: #707070
}

.section__lists-content .item_inner:hover .title,
.section__lists-content .item>a:hover .title {
    text-decoration: underline
}

.section__lists-content .images-wrap {
    display: block;
    border-radius: .9375vw
}

@media (min-width: 1280px) {
    .section__lists-content .images-wrap {
        border-radius: 12px
    }
}

.section__lists-content .contents {
    display: block;
    padding: 1.5625vw 1.17188vw 1.17188vw;
    color: #000
}

@media (min-width: 1280px) {
    .section__lists-content .contents {
        padding: 20px 15px 15px
    }
}

.section__lists-content .badge {
    left: .78125vw;
    top: .78125vw
}

@media (min-width: 1280px) {
    .section__lists-content .badge {
        left: 10px
    }
}

@media (min-width: 1280px) {
    .section__lists-content .badge {
        top: 10px
    }
}

.section__lists-content .date {
    font-size: .8rem;
    padding-bottom: .78125vw;
    color: #888
}

@media (min-width: 1280px) {
    .section__lists-content .date {
        padding-bottom: 10px
    }
}

.section__lists-content .title {
    font-size: 1.2rem;
    font-weight: bold
}

@media (min-width: 801px) {
    .section__lists-content .title {
        height: 10.625vw;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
}

@media (min-width: 801px) and (min-width: 1280px) {
    .section__lists-content .title {
        height: 136px
    }
}

@media (max-width: 800px) {
    .section__lists-content ul {
        margin-right: 0
    }

    .section__lists-content .item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 8.33333vw
    }

    .section__lists-content .item_inner,
    .section__lists-content .item>a {
        padding: 2.77778vw;
        border-radius: 5.55556vw
    }

    .section__lists-content .images-wrap {
        border-radius: 3.33333vw
    }

    .section__lists-content .contents {
        padding: 5.55556vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__lists-content .contents {
        padding: 5.55556vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__lists-content .date {
        padding-bottom: 2.77778vw;
        font-size: .875rem
    }

    .section__lists-content .title {
        font-size: 1rem
    }

    .section__lists-content .badge {
        left: 2.77778vw;
        top: 2.77778vw
    }
}

.section__lists-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7.8125vw
}

@media (min-width: 1280px) {
    .section__lists-page {
        padding-bottom: 100px
    }
}

.section__lists-page .prev,
.section__lists-page .next {
    display: block;
    width: 1.875vw;
    height: 1.875vw;
    background: url(/assets/images/arrow_page.svg) no-repeat center/100% auto;
    font-size: 0
}

@media (min-width: 1280px) {

    .section__lists-page .prev,
    .section__lists-page .next {
        width: 24px
    }
}

@media (min-width: 1280px) {

    .section__lists-page .prev,
    .section__lists-page .next {
        height: 24px
    }
}

.section__lists-page .next {
    transform: scaleX(-1)
}

.section__lists-page>div {
    padding: 0vw 1.875vw;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1280px) {
    .section__lists-page>div {
        padding: 0px 24px
    }
}

.section__lists-page .slash {
    color: #888;
    padding: 0vw .625vw
}

@media (min-width: 1280px) {
    .section__lists-page .slash {
        padding: 0px 8px
    }
}

.section__lists-page .current {
    color: #888;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0vw .9375vw;
    width: 4.6875vw;
    height: 2.5vw;
    border-radius: .625vw;
    font-size: .9rem
}

@media (min-width: 1280px) {
    .section__lists-page .current {
        padding: 0px 12px
    }
}

@media (min-width: 1280px) {
    .section__lists-page .current {
        width: 60px
    }
}

@media (min-width: 1280px) {
    .section__lists-page .current {
        height: 32px
    }
}

@media (min-width: 1280px) {
    .section__lists-page .current {
        border-radius: 8px
    }
}

.section__lists-page .total {
    color: #444
}

@media (max-width: 800px) {
    .section__lists-page {
        padding-bottom: 22.22222vw
    }

    .section__lists-page .prev,
    .section__lists-page .next {
        width: 5.55556vw;
        height: 5.55556vw
    }

    .section__lists-page>div {
        padding: 0vw 6.66667vw;
        font-size: 1rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__lists-page>div {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__lists-page .slash {
        padding: 0vw 2.22222vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__lists-page .slash {
        padding: 0vw 2.22222vw
    }
}

@media (max-width: 800px) {
    .section__lists-page .current {
        padding: 0vw 3.33333vw;
        width: 16.66667vw;
        height: 8.88889vw;
        border-radius: 2.22222vw;
        font-size: 1rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__lists-page .current {
        padding: 0vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__lists-title {
        font-size: 1.25rem;
        padding: 13.88889vw 0vw 4.72222vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__lists-title {
        padding: 13.88889vw 0vw 4.72222vw
    }
}

@media (max-width: 800px) {
    .section__tag .section__feature-list .item .hashtag {
        position: relative;
        display: block;
        height: auto;
        padding: 5.55556vw 4.44444vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__tag .section__feature-list .item .hashtag {
        padding: 5.55556vw 4.44444vw 0vw
    }
}

@media (max-width: 800px) {
    .section__tag .section__feature-list .item .hashtag li {
        margin-bottom: .83333vw
    }
}

.section_sub-title {
    font-size: 1.6rem;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif
}

@media (max-width: 800px) {
    .section_sub-title {
        font-size: 1.25rem
    }
}

.section__detail {
    padding-bottom: 7.8125vw
}

@media (min-width: 1280px) {
    .section__detail {
        padding-bottom: 100px
    }
}

.section__detail-title {
    font-size: 2.3rem;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5625vw
}

@media (min-width: 1280px) {
    .section__detail-title {
        padding-bottom: 20px
    }
}

.section__detail-info {
    border-bottom: 1px solid #DDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.95313vw
}

@media (min-width: 1280px) {
    .section__detail-info {
        padding-bottom: 25px
    }
}

.section__detail-info .date {
    color: #888;
    font-size: 1rem
}

.section__detail-sns {
    display: flex;
    position: relative;
    z-index: 10
}

.section__detail-sns.active .sns_box {
    display: block;
    transition: transform 0.2s ease
}

.section__detail-sns.active .icon.sns_view {
    background-image: url("/assets/images/share_close.svg");
    border-color: #888
}

.section__detail-sns.active .icon.sns_view:after {
    display: none
}

.section__detail-sns .icon {
    font-size: 0;
    background: no-repeat center/100% auto;
    opacity: 0.5
}

.section__detail-sns .icon:hover {
    opacity: 1;
    transition: opacity .2s ease
}

.section__detail-sns .icon.facebook {
    background-image: url("/assets/images/share_facebook_black.svg")
}

.section__detail-sns .icon.twitter {
    background-image: url("/assets/images/share_twitter_black.svg")
}

.section__detail-sns .icon.link {
    background-image: url("/assets/images/share_link_black.svg")
}

.section__detail-sns .sns_box {
    display: none;
    align-items: center;
    position: absolute;
    top: 0;
    right: 3.90625vw
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_box {
        right: 50px
    }
}

.section__detail-sns .sns_icons {
    display: flex;
    border: 1px solid #DDD;
    background-color: #fff;
    border-radius: 1.95313vw;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    padding: .54688vw .78125vw
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_icons {
        border-radius: 25px
    }
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_icons {
        padding: 7px 10px
    }
}

.section__detail-sns .sns_icons .icon {
    width: 2.03125vw;
    height: 2.03125vw;
    margin: 0vw .78125vw;
    border-radius: 0;
    box-shadow: none;
    display: block
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_icons .icon {
        width: 26px
    }
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_icons .icon {
        height: 26px
    }
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_icons .icon {
        margin: 0px 10px
    }
}

.section__detail-sns .sns_view {
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    width: 3.125vw;
    height: 3.125vw;
    border: 1px solid #888;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    background-color: #fff
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_view {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__detail-sns .sns_view {
        height: 40px
    }
}

.section__detail-sns .sns_view:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url("/assets/images/share.svg") no-repeat center/100% auto;
    opacity: .5
}

.section__detail-sns .sns_view:hover {
    border: 1px solid #000
}

.section__detail-sns .sns_view:hover:after {
    opacity: 1
}

@media (min-width: 801px) {
    .section__detail-sns .sns_box {
        display: block;
        position: static
    }

    .section__detail-sns .sns_view {
        display: none
    }
}

@media (max-width: 800px) {
    .section__detail-sns .sns_box {
        right: 13.88889vw
    }

    .section__detail-sns .sns_icons {
        border-radius: 6.11111vw;
        padding: 2.77778vw 2.77778vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-sns .sns_icons {
        padding: 2.77778vw 2.77778vw
    }
}

@media (max-width: 800px) {
    .section__detail-sns .sns_icons .icon {
        width: 5.55556vw;
        height: 5.55556vw;
        margin: 0vw 1.38889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-sns .sns_icons .icon {
        margin: 0vw 1.38889vw
    }
}

@media (max-width: 800px) {
    .section__detail-sns .sns_view {
        width: 11.11111vw;
        height: 11.11111vw
    }
}

.section__detail-sns.floating {
    z-index: 999;
    position: fixed;
    right: 0;
    top: 10.15625vw
}

@media (min-width: 1280px) {
    .section__detail-sns.floating {
        top: 130px
    }
}

@media (min-width: 801px) {
    .section__detail-sns.floating .sns_box {
        display: block;
        right: 0
    }

    .section__detail-sns.floating .sns_view {
        display: none
    }
}

@media (max-width: 800px) {
    .section__detail-sns.floating {
        top: 19.44444vw
    }
}

.section__detail-desc {
    padding: 3.90625vw 5vw 3.90625vw 5vw;
    max-width: 84.375vw;
    margin: 0 auto;
    color: #444
}

@media (min-width: 1280px) {
    .section__detail-desc {
        padding: 50px 64px 50px 64px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc {
        max-width: 1080px
    }
}

.section__detail-desc p,
.section__detail-desc strong {
    line-height: 1.5;
    letter-spacing: 0
}

.section__detail-desc p {
    margin-bottom: 2.5vw
}

@media (min-width: 1280px) {
    .section__detail-desc p {
        margin-bottom: 32px
    }
}

.section__detail-desc a {
    color: #00B3E3;
    font-weight: 400
}

.section__detail-desc ul li {
    position: relative;
    padding-left: 1.17188vw;
    margin-bottom: 2.5vw
}

@media (min-width: 1280px) {
    .section__detail-desc ul li {
        padding-left: 15px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc ul li {
        margin-bottom: 32px
    }
}

.section__detail-desc ul li:before {
    content: "";
    width: .39063vw;
    height: .39063vw;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .9375vw;
    background-color: #333
}

@media (min-width: 1280px) {
    .section__detail-desc ul li:before {
        width: 5px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc ul li:before {
        height: 5px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc ul li:before {
        top: 12px
    }
}

@media (max-width: 800px) {
    .section__detail-desc ul li {
        padding-left: 4.16667vw;
        margin-bottom: 5.55556vw
    }

    .section__detail-desc ul li:before {
        width: 1.38889vw;
        height: 1.38889vw;
        top: 2.5vw
    }
}

@media (max-width: 400px) {
    .section__detail-desc ul li:before {
        width: 5px;
        height: 5px
    }
}

@media (max-width: 319px) {
    .section__detail-desc ul li:before {
        width: 3px;
        height: 3px
    }
}

.section__detail-desc .download-btn {
    text-align: right;
    margin: 1.32813vw 0vw 2.34375vw
}

@media (min-width: 1280px) {
    .section__detail-desc .download-btn {
        margin: 17px 0px 30px
    }
}

.section__detail-desc .download-btn .button {
    color: #000;
    font-weight: bold;
    font-size: .7rem
}

.section__detail-desc img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.section__detail-desc img.alignleft,
.section__detail-desc img.alignnone {
    margin: 0
}

.section__detail-desc img.aligncenter {
    margin: 0 auto
}

.section__detail-desc img.alignright {
    margin: 0 0 0 auto
}

.section__detail-desc table {
    width: 100% !important;
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__detail-desc table {
        margin-bottom: 50px
    }
}

.section__detail-desc table th,
.section__detail-desc table td {
    border: 0;
    border-top: 1px solid #ccc;
    padding: 1.5625vw .9375vw;
    font-size: .9rem
}

@media (min-width: 1280px) {

    .section__detail-desc table th,
    .section__detail-desc table td {
        padding: 20px 12px
    }
}

.section__detail-desc table th p,
.section__detail-desc table td p {
    font-size: 1em
}

.section__detail-desc table tr {
    height: auto !important
}

.section__detail-desc table tr:first-child th,
.section__detail-desc table tr:first-child td {
    border-top: 0
}

.section__detail-desc table thead th {
    background-color: #888;
    color: #fff
}

.section__detail-desc table p {
    margin: 0
}

.section__detail-desc .remark {
    padding-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .section__detail-desc .remark {
        padding-bottom: 30px
    }
}

.section__detail-desc .remark p {
    font-size: .6rem;
    font-style: italic;
    color: #888888;
    font-family: Arial, sans-serif
}

.section__detail-desc .footnote {
    line-height: 1
}

.section__detail-desc .footnote p {
    margin-bottom: 0;
    line-height: 1
}

.section__detail-desc .hashtag {
    margin-top: 5.46875vw
}

@media (min-width: 1280px) {
    .section__detail-desc .hashtag {
        margin-top: 70px
    }
}

.section__detail-desc .hashtag a {
    font-weight: bold;
    margin-right: .78125vw;
    font-size: .8rem;
    color: #444444
}

@media (min-width: 1280px) {
    .section__detail-desc .hashtag a {
        margin-right: 10px
    }
}

.section__detail-desc .hashtag a:hover {
    text-decoration: underline
}

.section__detail-desc .slider {
    width: 100%
}

.section__detail-desc .slider .images-wrap {
    width: 100%;
    height: 33.0208vw;
    letter-spacing: -10px;
    text-align: center;
    padding: 0
}

@media (min-width: 1565px) {
    .section__detail-desc .slider .images-wrap {
        height: 634px
    }
}

@media (max-width: 800px) {
    .section__detail-desc .slider .images-wrap {
        height: 43.88889vw
    }
}

.section__detail-desc .slider .images-wrap img {
    position: static;
    max-width: calc(100% - 1px);
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    object-fit: contain;
    padding: 0;
    transform: translate(0, 0)
}

.section__detail-desc .slider .images-wrap:after {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.section__detail-desc .slider .slick-arrow {
    position: absolute;
    top: calc((100% - 84px)/2);
    z-index: 50;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #888
}

.section__detail-desc .slider .slick-arrow.slick-prev {
    left: -4.6875vw
}

@media (min-width: 1280px) {
    .section__detail-desc .slider .slick-arrow.slick-prev {
        left: -60px
    }
}

.section__detail-desc .slider .slick-arrow.slick-next {
    right: -4.6875vw
}

@media (min-width: 1280px) {
    .section__detail-desc .slider .slick-arrow.slick-next {
        right: -60px
    }
}

@media (max-width: 1280px) {
    .section__detail-desc .slider .slick-arrow {
        top: calc((100% - 6.5625vw)/2)
    }
}

.section__detail-desc .slider .slick-dots {
    padding: 1.5625vw 0vw 3.90625vw
}

.section__detail-desc .slider .slick-dots li {
    padding-left: 0
}

.section__detail-desc .slider .slick-dots li:before {
    display: none
}

@media (min-width: 1280px) {
    .section__detail-desc .slider .slick-dots {
        padding: 20px 0px 50px
    }
}

.section__detail-desc .detail-subtitle {
    font-size: 1.5rem;
    margin-bottom: 3.90625vw;
    font-weight: bold
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-subtitle {
        margin-bottom: 50px
    }
}

.section__detail-desc .detail-copy {
    height: 3.51563vw;
    padding: 0vw 1.17188vw 0vw 1.95313vw;
    border-radius: 1.79688vw;
    margin-top: 2.34375vw;
    font-size: .9rem;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy {
        height: 45px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy {
        padding: 0px 15px 0px 25px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy {
        border-radius: 23px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy {
        margin-top: 30px
    }
}

.section__detail-desc .detail-copy:after {
    content: "";
    width: 2.34375vw;
    height: 2.34375vw;
    background: url(/assets/images/copy.svg) no-repeat center/100% auto
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy:after {
        width: 30px
    }
}

@media (min-width: 1280px) {
    .section__detail-desc .detail-copy:after {
        height: 30px
    }
}

@media (max-width: 800px) {
    .section__detail {
        padding-bottom: 13.88889vw
    }

    .section__detail-title {
        font-size: 1.5rem;
        padding-bottom: 4.72222vw;
        letter-spacing: 0.01rem
    }

    .section__detail-info {
        padding-bottom: 3.33333vw
    }

    .section__detail-info .date {
        font-size: .875rem
    }

    .section__detail-desc {
        padding: 8.33333vw 4.44444vw 13.88889vw 4.44444vw;
        max-width: 100%
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc {
        padding: 8.33333vw 4.44444vw 13.88889vw 4.44444vw
    }
}

@media (max-width: 800px) {

    .section__detail-desc p,
    .section__detail-desc strong {
        font-size: 1rem;
        letter-spacing: inherit
    }

    .section__detail-desc p {
        margin-bottom: 5.55556vw
    }

    .section__detail-desc .download-btn {
        margin: 2.77778vw 0vw 6.94444vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc .download-btn {
        margin: 2.77778vw 0vw 6.94444vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc .download-btn .button {
        padding: 2.77778vw 3.33333vw;
        font-size: .75rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc .download-btn .button {
        padding: 2.77778vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc img {
        padding-bottom: 1vw
    }

    .section__detail-desc table {
        margin-bottom: 8.33333vw;
        border-radius: 2.22222vw
    }

    .section__detail-desc table th,
    .section__detail-desc table td {
        padding: 3.33333vw 2.22222vw;
        font-size: .6875rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {

    .section__detail-desc table th,
    .section__detail-desc table td {
        padding: 3.33333vw 2.22222vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc table tr:first-child td:first-child {
        border-radius: 2.22222vw 0vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc table tr:first-child td:first-child {
        border-radius: 2.22222vw 0vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc table tr:first-child td:last-child {
        border-radius: 0vw 2.22222vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc table tr:first-child td:last-child {
        border-radius: 0vw 2.22222vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc .remark {
        padding-bottom: 8.33333vw
    }

    .section__detail-desc .remark p {
        font-size: .75rem
    }

    .section__detail-desc .hashtag {
        margin-top: 5.55556vw
    }

    .section__detail-desc .hashtag a {
        margin-right: 1.94444vw;
        font-size: .875rem
    }

    .section__detail-desc .slider .slick-arrow {
        top: calc((100% - 16.1111vw)/2)
    }

    .section__detail-desc .slider .slick-arrow.slick-prev {
        left: -8.88889vw
    }

    .section__detail-desc .slider .slick-arrow.slick-next {
        right: -8.88889vw
    }

    .section__detail-desc .slider .slick-dots {
        padding: 4.16667vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc .slider .slick-dots {
        padding: 4.16667vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc .detail-subtitle {
        font-size: 1.125rem;
        margin-bottom: 8.33333vw
    }

    .section__detail-desc .detail-copy {
        margin-top: 4.16667vw;
        height: 8.33333vw;
        padding: 0vw 2.77778vw 0vw 4.16667vw;
        border-radius: 4.16667vw;
        font-size: .8125rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-desc .detail-copy {
        padding: 0vw 2.77778vw 0vw 4.16667vw
    }
}

@media (max-width: 800px) {
    .section__detail-desc .detail-copy:after {
        width: 6.66667vw;
        height: 6.66667vw
    }
}

@media (min-width: 801px) {
    .section__detail-list .section__lists-content .slick-list {
        overflow: inherit;
        width: 100%
    }

    .section__detail-list .section__lists-content .slick-track {
        min-width: 100% !important
    }
}

@media (max-width: 800px) {
    .section__detail-list .section__lists-content {
        margin: 0vw -6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-list .section__lists-content {
        margin: 0vw -6.66667vw
    }
}

.section__detail-list.press .section__lists-content ul {
    margin-right: -3.67188vw
}

@media (min-width: 1280px) {
    .section__detail-list.press .section__lists-content ul {
        margin-right: -47px
    }
}

.section__detail-list.press .section__lists-content .item {
    width: 25%;
    padding-right: 3.67188vw;
    padding-bottom: 4.21875vw
}

@media (min-width: 1280px) {
    .section__detail-list.press .section__lists-content .item {
        padding-right: 47px
    }
}

@media (min-width: 1280px) {
    .section__detail-list.press .section__lists-content .item {
        padding-bottom: 54px
    }
}

.section__detail-list.press .section__lists-content .title {
    font-size: 1rem
}

@media (min-width: 801px) {
    .section__detail-list.press .section__lists-content .title {
        height: 8.90625vw
    }
}

@media (min-width: 801px) and (min-width: 1280px) {
    .section__detail-list.press .section__lists-content .title {
        height: 114px
    }
}

@media (min-width: 801px) {
    .section__detail-list.press .section__lists-content .item {
        width: 25% !important
    }
}

@media (max-width: 800px) {
    .section__detail-list.press .section__lists-content ul {
        margin-right: 0
    }

    .section__detail-list.press .section__lists-content .item {
        width: 100%;
        padding: 0vw 2.77778vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-list.press .section__lists-content .item {
        padding: 0vw 2.77778vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-list.press .section__lists-content .title {
        height: 25.27778vw;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }
}

.section__detail-list.products .section__lists-content ul {
    margin-right: -1.71875vw
}

@media (min-width: 1280px) {
    .section__detail-list.products .section__lists-content ul {
        margin-right: -22px
    }
}

.section__detail-list.products .section__lists-content .item {
    width: 20%;
    padding-right: 1.71875vw;
    padding-bottom: 4.21875vw
}

@media (min-width: 1280px) {
    .section__detail-list.products .section__lists-content .item {
        padding-right: 22px
    }
}

@media (min-width: 1280px) {
    .section__detail-list.products .section__lists-content .item {
        padding-bottom: 54px
    }
}

.section__detail-list.products .section__lists-content .title {
    font-size: 1rem
}

@media (min-width: 801px) {
    .section__detail-list.products .section__lists-content .title {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 4.29688vw
    }
}

@media (min-width: 801px) and (min-width: 1280px) {
    .section__detail-list.products .section__lists-content .title {
        height: 55px
    }
}

@media (min-width: 801px) {
    .section__detail-list.products .section__lists-content .item {
        width: 20% !important
    }
}

@media (max-width: 800px) {
    .section__detail-list.products .section__lists-content ul {
        margin-right: 0
    }

    .section__detail-list.products .section__lists-content .item {
        width: 100%;
        padding: 0vw 2.77778vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-list.products .section__lists-content .item {
        padding: 0vw 2.77778vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-list.products .section__lists-content .title {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 12.22222vw
    }
}

.section__detail-video .section__detail-desc {
    padding-top: 0;
    padding-bottom: 0
}

.section__detail-video .date {
    padding-bottom: .78125vw;
    font-size: 1rem;
    color: #888;
    display: block
}

@media (min-width: 1280px) {
    .section__detail-video .date {
        padding-bottom: 10px
    }
}

.section__detail-video .title {
    padding-bottom: 2.34375vw;
    font-size: 1.5rem;
    font-weight: bold
}

@media (min-width: 1280px) {
    .section__detail-video .title {
        padding-bottom: 30px
    }
}

.section__detail-video .prev_page {
    display: block;
    margin-top: -2.03125vw;
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__detail-video .prev_page {
        margin-top: -26px
    }
}

@media (min-width: 1280px) {
    .section__detail-video .prev_page {
        margin-bottom: 50px
    }
}

.section__detail-video .prev_page a {
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #000
}

.section__detail-video .prev_page a:before {
    content: "";
    width: 2.34375vw;
    height: 2.34375vw;
    margin-right: .39063vw;
    background: url(/assets/images/arrow_prev-page.svg) no-repeat center/100% auto
}

@media (min-width: 1280px) {
    .section__detail-video .prev_page a:before {
        width: 30px
    }
}

@media (min-width: 1280px) {
    .section__detail-video .prev_page a:before {
        height: 30px
    }
}

@media (min-width: 1280px) {
    .section__detail-video .prev_page a:before {
        margin-right: 5px
    }
}

@media (max-width: 800px) {
    .section__detail-video .section__detail-desc {
        padding: 0
    }

    .section__detail-video .date {
        padding-bottom: 2.77778vw;
        font-size: 1rem
    }

    .section__detail-video .title {
        padding-bottom: 5.55556vw;
        font-size: 1.25rem
    }

    .section__detail-video .prev_page {
        margin-top: -5.55556vw;
        margin-bottom: 13.88889vw
    }

    .section__detail-video .prev_page a {
        font-size: .875rem
    }

    .section__detail-video .prev_page a:before {
        width: 6.66667vw;
        height: 6.66667vw;
        margin-right: 1.38889vw
    }
}

.section__detail .ma_link {
    display: block;
    margin-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__detail .ma_link {
        margin-bottom: 50px
    }
}

.section__detail .ma_link a {
    display: inline-flex;
    align-items: center;
    color: #000
}

.section__detail .ma_link a:before {
    content: "";
    flex: 0 0 auto;
    width: 2.03125vw;
    height: 2.03125vw;
    margin-right: .78125vw;
    background: url(/assets/images/arrow_ma-link.svg) no-repeat center/100% auto
}

@media (min-width: 1280px) {
    .section__detail .ma_link a:before {
        width: 26px
    }
}

@media (min-width: 1280px) {
    .section__detail .ma_link a:before {
        height: 26px
    }
}

@media (min-width: 1280px) {
    .section__detail .ma_link a:before {
        margin-right: 10px
    }
}

@media (max-width: 800px) {
    .section__detail .ma_link {
        margin-bottom: 5.55556vw
    }

    .section__detail .ma_link a:before {
        width: 5.55556vw;
        height: 5.55556vw;
        margin-right: 2.22222vw
    }
}

.section__detail .division_line {
    margin: 0;
    border-top: 1px solid #DDDDDD;
    height: 0
}

.section__detail-downloads.fold h2 .section_sub-title {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3.59375vw
}

@media (min-width: 1280px) {
    .section__detail-downloads.fold h2 .section_sub-title {
        padding-bottom: 46px
    }
}

.section__detail-downloads.fold h2 .section_sub-title:before {
    transform: scaleY(-1)
}

.section__detail-downloads.fold .contents-box {
    display: none
}

.section__detail-downloads h2 {
    padding-top: 2.65625vw;
    position: relative
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 {
        padding-top: 34px
    }
}

.section__detail-downloads h2 .section_sub-title {
    padding: 1.25vw 0vw 1.25vw;
    width: 100%;
    text-align: left;
    display: block;
    position: relative
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 .section_sub-title {
        padding: 16px 0px 16px
    }
}

.section__detail-downloads h2 .section_sub-title:before {
    content: '';
    background: url(/assets/images/arrow_up.svg) no-repeat center/100%;
    position: absolute;
    top: 2.34375vw;
    right: .78125vw;
    width: 1.875vw;
    height: 1.09375vw
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 .section_sub-title:before {
        top: 30px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 .section_sub-title:before {
        right: 10px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 .section_sub-title:before {
        width: 24px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads h2 .section_sub-title:before {
        height: 14px
    }
}

.section__detail-downloads .contents-box {
    background-color: #F8F8F8;
    padding: 2.34375vw 3.125vw
}

.section__detail-downloads .contents-box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5625vw;
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid #888888
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-box .top {
        padding-bottom: 20px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-box .top {
        margin-bottom: 20px
    }
}

.section__detail-downloads .contents-box .top .button {
    margin-left: 1.5625vw
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-box .top .button {
        margin-left: 20px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-box {
        padding: 30px 40px
    }
}

.section__detail-downloads .contents-title {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 1.2rem
}

.section__detail-downloads .contents-check {
    margin-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-check {
        margin-bottom: 30px
    }
}

.section__detail-downloads .contents-list .section__resource-images {
    margin-bottom: 0;
    margin-right: -1.48438vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images {
        margin-right: -19px
    }
}

.section__detail-downloads .contents-list .section__resource-images .image-item {
    width: calc(100% / 6 - 19px);
    margin-right: 1.48438vw;
    margin-bottom: 1.48438vw
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item {
        margin-right: 19px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item {
        margin-bottom: 19px
    }
}

@media (max-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item {
        width: calc(100% / 6 - 1.4844vw)
    }
}

.section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label {
    width: 100%;
    height: 100%
}

.section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
    position: absolute;
    width: 1.875vw;
    height: 1.875vw;
    left: .78125vw;
    top: .78125vw
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
        width: 24px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
        height: 24px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
        left: 10px
    }
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
        top: 10px
    }
}

.section__detail-downloads .contents-list .section__resource-images .image-item-link {
    min-height: inherit;
    max-height: inherit
}

.section__detail-downloads .contents-list .section__resource-images .images-wrap {
    background-color: #fff
}

@media (max-width: 800px) {
    .section__detail-downloads .contents-list .section__resource-images {
        margin-right: -4.44444vw
    }

    .section__detail-downloads .contents-list .section__resource-images .image-item {
        width: 50%;
        margin-right: 0;
        padding-right: 5.27778vw;
        margin-bottom: 5.27778vw
    }

    .section__detail-downloads .contents-list .section__resource-images .image-item .input-checkbox label:before {
        width: 4.44444vw;
        height: 4.44444vw;
        left: 1.94444vw;
        top: 1.94444vw
    }

    .section__detail-downloads .contents-list .section__resource-images .image-item-link {
        border-radius: 2.77778vw
    }
}

.section__detail-downloads .contents-list.videos .images-wrap {
    padding-top: 57.25%
}

.section__detail-downloads .contents-documents .input-checkbox {
    margin-bottom: 2.34375vw;
    font-weight: bold
}

@media (min-width: 1280px) {
    .section__detail-downloads .contents-documents .input-checkbox {
        margin-bottom: 30px
    }
}

@media (max-width: 800px) {
    .section__detail-downloads {
        margin: 0vw -6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads {
        margin: 0vw -6.66667vw
    }
}

@media (max-width: 800px) {
    .section__detail-downloads.fold h2 .section_sub-title {
        padding-bottom: 7.5vw
    }

    .section__detail-downloads h2 {
        padding-top: 0vw;
        padding: 0vw 6.66667vw;
        border: none
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads h2 {
        padding: 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__detail-downloads h2 .section_sub-title {
        padding: 8.33333vw 0vw 6.11111vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads h2 .section_sub-title {
        padding: 8.33333vw 0vw 6.11111vw 0vw
    }
}

@media (max-width: 800px) {
    .section__detail-downloads h2 .section_sub-title:before {
        top: 50%;
        right: 8.33333vw;
        width: 4.44444vw;
        height: 2.77778vw
    }

    .section__detail-downloads .contents-box {
        padding: 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads .contents-box {
        padding: 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-downloads .contents-box .top {
        padding-bottom: 4.16667vw;
        margin-bottom: 5.55556vw
    }

    .section__detail-downloads .contents-box .top .button {
        margin-left: 1.38889vw;
        padding: 2.77778vw 3.33333vw;
        font-size: .75rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads .contents-box .top .button {
        padding: 2.77778vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__detail-downloads .contents-title {
        font-size: 1rem
    }

    .section__detail-downloads .contents-check {
        margin-bottom: 8.33333vw;
        padding: 0vw 3.88889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__detail-downloads .contents-check {
        padding: 0vw 3.88889vw
    }
}

.error {
    text-align: center
}

.error_404 {
    padding-top: 10.15625vw
}

@media (min-width: 1280px) {
    .error_404 {
        padding-top: 130px
    }
}

.error_404 .title {
    font-size: 1.8rem;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    position: relative;
    padding-top: 23.4375vw
}

@media (min-width: 1280px) {
    .error_404 .title {
        padding-top: 300px
    }
}

.error_404 .title:before {
    content: '';
    background: url(/assets/images/error_404.png) no-repeat center top/cover;
    width: 24.21875vw;
    height: 19.76563vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1280px) {
    .error_404 .title:before {
        width: 310px
    }
}

@media (min-width: 1280px) {
    .error_404 .title:before {
        height: 253px
    }
}

.error_404 .title-sub {
    padding: 2.34375vw 0vw 4.6875vw;
    font-size: 1.2rem
}

@media (min-width: 1280px) {
    .error_404 .title-sub {
        padding: 30px 0px 60px
    }
}

.error_404 .group {
    padding-bottom: 11.71875vw
}

@media (min-width: 1280px) {
    .error_404 .group {
        padding-bottom: 150px
    }
}

@media (max-width: 800px) {
    .error_404 {
        padding-top: 19.44444vw
    }

    .error_404 .title {
        font-size: 1.625rem;
        padding-top: 62.77778vw
    }

    .error_404 .title:before {
        width: 61.11111vw;
        height: 50vw
    }

    .error_404 .title-sub {
        padding: 5.27778vw 0vw 11.11111vw;
        font-size: 1rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .error_404 .title-sub {
        padding: 5.27778vw 0vw 11.11111vw
    }
}

@media (max-width: 800px) {
    .error_404 .group {
        padding-bottom: 22.22222vw
    }
}

.section__terms {
    padding: 7.26563vw 0vw 7.8125vw
}

@media (min-width: 1280px) {
    .section__terms {
        padding: 93px 0px 100px
    }
}

.section__terms .section-title {
    text-align: center
}

.section__terms-list {
    padding: 3.125vw 9.375vw 0vw
}

@media (min-width: 1280px) {
    .section__terms-list {
        padding: 40px 120px 0px
    }
}

.section__terms-list .item {
    border-bottom: 1px solid #DDDDDD
}

.section__terms-list .item:first-child {
    border-top: 1px solid #DDDDDD
}

.section__terms-list .item-title {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2.34375vw 4.6875vw 2.34375vw .78125vw;
    position: relative;
    width: 100%;
    text-align: left
}

@media (min-width: 1280px) {
    .section__terms-list .item-title {
        padding: 30px 60px 30px 10px
    }
}

.section__terms-list .item-title:after {
    background: url(/assets/images/terms-arrow_down.svg) no-repeat center/100%;
    content: '';
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .78125vw;
    width: 1.25vw;
    height: .78125vw
}

@media (min-width: 1280px) {
    .section__terms-list .item-title:after {
        right: 10px
    }
}

@media (min-width: 1280px) {
    .section__terms-list .item-title:after {
        width: 16px
    }
}

@media (min-width: 1280px) {
    .section__terms-list .item-title:after {
        height: 10px
    }
}

.section__terms-list .item-desc {
    background: #F8F8F8;
    font-size: 1rem;
    height: 0;
    overflow: hidden
}

.section__terms-list .item-desc .inner {
    padding: 2.34375vw
}

@media (min-width: 1280px) {
    .section__terms-list .item-desc .inner {
        padding: 30px
    }
}

.section__terms-list .item.active .item-title:after {
    transform: translateY(-50%) rotate(180deg)
}

.section__terms-list .item.active .item-desc {
    display: block;
    border-top: 1px solid #888888;
    overflow: visible
}

@media (max-width: 800px) {
    .section__terms {
        padding: 18.33333vw 0vw 22.22222vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__terms {
        padding: 18.33333vw 0vw 22.22222vw
    }
}

@media (max-width: 800px) {
    .section__terms-list {
        padding: 13.88889vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__terms-list {
        padding: 13.88889vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__terms-list .item-title {
        font-size: 1.125rem;
        padding: 5.55556vw 8.33333vw 5.55556vw 1.38889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__terms-list .item-title {
        padding: 5.55556vw 8.33333vw 5.55556vw 1.38889vw
    }
}

@media (max-width: 800px) {
    .section__terms-list .item-title:after {
        right: 1.38889vw;
        width: 3.33333vw;
        height: 2.22222vw
    }

    .section__terms-list .item-desc {
        font-size: 1rem
    }

    .section__terms-list .item-desc .inner {
        padding: 5.55556vw
    }
}

.ie .section__detail-desc table {
    border-radius: 0;
    border: 1px solid #ddd
}

.ie .section__detail-desc table tr:first-child td:first-child,
.ie .section__detail-desc table tr:first-child td:last-child {
    border-radius: 0
}

.section__media .section-title {
    padding-bottom: 1.09375vw;
    color: #000
}

@media (min-width: 1280px) {
    .section__media .section-title {
        padding-bottom: 14px
    }
}

@media (max-width: 800px) {
    .section__media .section-title {
        padding-bottom: 1.11111vw
    }
}

.section__media-card .item_inner {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    background-color: #F8F8F8;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    padding: .78125vw;
    border-radius: .9375vw;
    transition: border-color .2s ease
}

@media (min-width: 1280px) {
    .section__media-card .item_inner {
        padding: 10px
    }
}

@media (min-width: 1280px) {
    .section__media-card .item_inner {
        border-radius: 12px
    }
}

.section__media-card .item_inner:hover {
    border-color: #888
}

.section__media-card .item_inner:hover .title {
    text-decoration: underline
}

.section__media-card .item .images-wrap {
    display: block;
    padding-top: 76.8292%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: .9375vw
}

@media (min-width: 1280px) {
    .section__media-card .item .images-wrap {
        border-radius: 12px
    }
}

.section__media-card .item .title {
    display: block;
    padding: .9375vw .78125vw .78125vw;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    color: #000
}

@media (min-width: 1280px) {
    .section__media-card .item .title {
        padding: 12px 10px 10px
    }
}

.section__media-card .item .info {
    color: #444;
    font-weight: bold;
    font-size: 1rem;
    padding: 1.5625vw .78125vw .78125vw 0vw;
    display: flex;
    justify-content: center
}

@media (min-width: 1280px) {
    .section__media-card .item .info {
        padding: 20px 10px 10px 0px
    }
}

.section__media-card .item .info span {
    display: block;
    position: relative;
    margin: 0vw 1.09375vw;
    padding-left: 3.51563vw
}

@media (min-width: 1280px) {
    .section__media-card .item .info span {
        margin: 0px 14px
    }
}

@media (min-width: 1280px) {
    .section__media-card .item .info span {
        padding-left: 45px
    }
}

.section__media-card .item .info span:before {
    content: "";
    position: absolute;
    left: 0;
    background: no-repeat center/100% auto;
    width: 2.34375vw;
    height: 2.34375vw;
    top: -.07813vw
}

@media (min-width: 1280px) {
    .section__media-card .item .info span:before {
        width: 30px
    }
}

@media (min-width: 1280px) {
    .section__media-card .item .info span:before {
        height: 30px
    }
}

@media (min-width: 1280px) {
    .section__media-card .item .info span:before {
        top: -1px
    }
}

.section__media-card .item .info .image:before {
    background-image: url(/assets/images/media_image.svg)
}

.section__media-card .item .info .video:before {
    background-image: url(/assets/images/media_video.svg)
}

.section__media-card .item .info .article:before {
    background-image: url(/assets/images/media_article.svg)
}

.section__media-card .item .badge {
    top: .78125vw;
    left: .78125vw
}

@media (min-width: 1280px) {
    .section__media-card .item .badge {
        top: 10px
    }
}

@media (min-width: 1280px) {
    .section__media-card .item .badge {
        left: 10px
    }
}

@media (max-width: 800px) {
    .section__media-card .item_inner {
        padding: 2.77778vw;
        border-radius: 3.33333vw
    }

    .section__media-card .item .images-wrap {
        border-radius: 3.33333vw
    }

    .section__media-card .item .title {
        padding: 2.22222vw 2.77778vw 1.94444vw;
        font-size: 1.125rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-card .item .title {
        padding: 2.22222vw 2.77778vw 1.94444vw
    }
}

@media (max-width: 800px) {
    .section__media-card .item .info {
        font-size: 1rem;
        padding: 2.77778vw 2.77778vw 2.77778vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-card .item .info {
        padding: 2.77778vw 2.77778vw 2.77778vw 0vw
    }
}

@media (max-width: 800px) {
    .section__media-card .item .info span {
        margin: 0vw 1.38889vw;
        padding-left: 8.88889vw;
        top: 0
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-card .item .info span {
        margin: 0vw 1.38889vw
    }
}

@media (max-width: 800px) {
    .section__media-card .item .info span:before {
        width: 6.11111vw;
        height: 6.11111vw
    }

    .section__media-card .item .badge {
        top: 2.77778vw;
        left: 2.77778vw
    }
}

.section__media-popular {
    position: relative;
    margin-bottom: 5.9375vw
}

@media (min-width: 1280px) {
    .section__media-popular {
        margin-bottom: 76px
    }
}

.section__media-popular .section__media-card {
    overflow: hidden;
    margin: -1.25vw;
    padding: 1.25vw
}

@media (min-width: 1280px) {
    .section__media-popular .section__media-card {
        margin: -16px
    }
}

@media (min-width: 1280px) {
    .section__media-popular .section__media-card {
        padding: 16px
    }
}

.section__media-popular .slider {
    margin-right: -5.70313vw
}

@media (min-width: 1280px) {
    .section__media-popular .slider {
        margin-right: -73px
    }
}

@media (min-width: 801px) {
    .section__media-popular .slider .slick-list {
        overflow: inherit
    }
}

.section__media-popular .slider .slick-track {
    margin-left: 0
}

.section__media-popular .slider-nav {
    position: absolute;
    right: 0;
    top: 0
}

.section__media-popular .slider-nav .slick-arrow {
    width: 3.125vw;
    height: 3.125vw;
    background: rgba(255, 255, 255, 0.6) url(/assets/images/arrow_light-gray.svg) no-repeat center/100% auto;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12);
    transition: border-color .2s ease
}

@media (min-width: 1280px) {
    .section__media-popular .slider-nav .slick-arrow {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__media-popular .slider-nav .slick-arrow {
        height: 40px
    }
}

.section__media-popular .slider-nav .slick-arrow:hover {
    background: #fff url(/assets/images/arrow_gray.svg) no-repeat center/100% auto;
    border-color: #888
}

.section__media-popular .slider-nav .slick-prev {
    transform: scaleX(-1);
    margin-right: 1.5625vw
}

@media (min-width: 1280px) {
    .section__media-popular .slider-nav .slick-prev {
        margin-right: 20px
    }
}

@media (max-width: 800px) {
    .section__media-popular .slider-nav .slick-arrow {
        width: 10vw;
        height: 10vw
    }

    .section__media-popular .slider-nav .slick-prev {
        margin-right: 2.77778vw
    }
}

.section__media-popular .slick-dots {
    padding-right: 5.70313vw;
    padding-top: 3.125vw
}

@media (min-width: 1280px) {
    .section__media-popular .slick-dots {
        padding-right: 73px
    }
}

@media (min-width: 1280px) {
    .section__media-popular .slick-dots {
        padding-top: 40px
    }
}

.section__media-popular .slider-dot {
    position: absolute;
    right: 0;
    top: 1.17188vw
}

@media (min-width: 1280px) {
    .section__media-popular .slider-dot {
        top: 15px
    }
}

.section__media-popular .item {
    width: 33.3%;
    padding-right: 5.70313vw
}

@media (min-width: 1280px) {
    .section__media-popular .item {
        padding-right: 73px
    }
}

@media (max-width: 800px) {
    .section__media-popular {
        margin-bottom: 12.77778vw;
        padding-bottom: 4.44444vw
    }

    .section__media-popular .section__media-card {
        margin: 0;
        padding: 0
    }

    .section__media-popular .slider {
        margin-right: 0
    }

    .section__media-popular .slick-dots {
        padding: 0
    }

    .section__media-popular .slider-dot {
        position: static
    }

    .section__media-popular .item {
        width: 100%;
        padding: 0;
        padding-bottom: 8.33333vw
    }

    .section__media-popular .slider-item {
        padding: 4.44444vw 4.44444vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-popular .slider-item {
        padding: 4.44444vw 4.44444vw 0vw
    }
}

.section__media-products {
    padding-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .section__media-products {
        padding-bottom: 30px
    }
}

.section__media-products .section-title {
    padding-bottom: 0
}

.section__media-products ul {
    margin-right: -2.96875vw;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .section__media-products ul {
        margin-right: -38px
    }
}

.section__media-products .section__media-card .item {
    width: 25%;
    padding-right: 2.96875vw;
    padding-bottom: 3.90625vw
}

@media (min-width: 1280px) {
    .section__media-products .section__media-card .item {
        padding-right: 38px
    }
}

@media (min-width: 1280px) {
    .section__media-products .section__media-card .item {
        padding-bottom: 50px
    }
}

.section__media-products .section__media-card .title {
    font-size: 1rem
}

.section__media-products .section__media-card .info {
    font-size: .9rem
}

.section__media-products .section__media-card .info span {
    margin: 0vw .625vw
}

@media (min-width: 1280px) {
    .section__media-products .section__media-card .info span {
        margin: 0px 8px
    }
}

@media (max-width: 800px) {
    .section__media-products .section-title {
        padding-bottom: 5.55556vw
    }

    .section__media-products ul {
        margin: 0;
        display: block
    }

    .section__media-products .section__media-card .item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 6.66667vw
    }

    .section__media-products .section__media-card .item_inner {
        position: relative;
        height: 38.88889vw;
        padding-left: 41.66667vw;
        border-radius: 3.33333vw
    }

    .section__media-products .section__media-card .images-wrap {
        width: 33.33333vw;
        height: 33.33333vw;
        padding: 0;
        position: absolute;
        left: 2.5vw;
        top: 2.5vw;
        border-radius: 2.22222vw
    }

    .section__media-products .section__media-card .title {
        margin: 1.66667vw 0vw 0vw;
        padding: 0;
        white-space: normal;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 12.5vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-products .section__media-card .title {
        margin: 1.66667vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__media-products .section__media-card .info {
        display: flex;
        flex-wrap: wrap
    }

    .section__media-products .section__media-card .info span {
        margin: 1.66667vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__media-products .section__media-card .info span {
        margin: 1.66667vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__media-products .section__media-card .info .image {
        width: 100%
    }

    .section__media-products .section__media-card .info .video,
    .section__media-products .section__media-card .info .article {
        width: 50%
    }

    .section__media-products .input-select.pages {
        min-width: 27.77778vw
    }
}

.section__media .section__lists-info .section-title {
    padding-bottom: 0
}

@media (max-width: 800px) {
    .section__resource .section-title {
        font-size: 1.375rem
    }
}

.section__resource-detail {
    margin-bottom: 5.15625vw
}

@media (min-width: 1280px) {
    .section__resource-detail {
        margin-bottom: 66px
    }
}

@media (max-width: 800px) {
    .section__resource-detail {
        margin-bottom: 12.77778vw
    }
}

.section__resource-detail .main__inner {
    display: flex;
    align-items: center;
    margin-bottom: 2.8125vw
}

@media (min-width: 1280px) {
    .section__resource-detail .main__inner {
        margin-bottom: 36px
    }
}

@media (max-width: 800px) {
    .section__resource-detail .main__inner {
        display: block;
        margin-bottom: 10vw
    }
}

.section__resource-detail .images {
    width: 48.4375vw
}

@media (min-width: 1280px) {
    .section__resource-detail .images {
        width: 620px
    }
}

.section__resource-detail .images-wrap {
    padding-top: 75%;
    background-color: #FFFFFF;
    border-radius: 1.25vw;
    border: 1px solid #EEE;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06)
}

@media (min-width: 1280px) {
    .section__resource-detail .images-wrap {
        border-radius: 16px
    }
}

@media (max-width: 800px) {
    .section__resource-detail .images {
        width: 100%;
        margin-top: -1.38889vw;
        margin-bottom: 8.33333vw
    }

    .section__resource-detail .images-wrap {
        border-radius: 4.44444vw
    }
}

.section__resource-detail .contents {
    position: relative;
    width: calc(100% - 620px);
    padding-left: 5.46875vw
}

@media (min-width: 1280px) {
    .section__resource-detail .contents {
        padding-left: 70px
    }
}

@media (max-width: 1280px) {
    .section__resource-detail .contents {
        width: calc(100% - 48.4375vw)
    }
}

.section__resource-detail .contents .category {
    margin-bottom: 1.71875vw;
    padding: .625vw 1.40625vw;
    border-radius: .625vw;
    font-size: .9rem
}

@media (min-width: 1280px) {
    .section__resource-detail .contents .category {
        margin-bottom: 22px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .contents .category {
        padding: 8px 18px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .contents .category {
        border-radius: 8px
    }
}

.section__resource-detail .contents .title {
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    font-size: 2.4rem;
    padding-bottom: 2.8125vw;
    min-height: 10.9375vw
}

@media (min-width: 1280px) {
    .section__resource-detail .contents .title {
        padding-bottom: 36px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .contents .title {
        min-height: 140px
    }
}

.section__resource-detail .contents .desc {
    font-size: .9rem;
    color: #444
}

@media (max-width: 800px) {
    .section__resource-detail .contents {
        width: 100%;
        padding: 0
    }

    .section__resource-detail .contents .category {
        margin-bottom: 7.77778vw;
        padding: 1.38889vw 2.77778vw;
        border-radius: 2.22222vw;
        font-size: .75rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-detail .contents .category {
        padding: 1.38889vw 2.77778vw
    }
}

@media (max-width: 800px) {
    .section__resource-detail .contents .title {
        min-height: 0;
        font-size: 1.625rem;
        padding-bottom: 11.11111vw
    }

    .section__resource-detail .contents .desc {
        font-size: .875rem
    }
}

.section__resource-detail .section__detail-sns {
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 801px) {
    .section__resource-detail .slider-for .slick-arrow {
        display: none !important
    }

    .section__resource-detail .slider-for .slick-dots {
        display: none !important
    }
}

@media (max-width: 800px) {
    .section__resource-detail .slider-for .item {
        padding: 1.38889vw 3.88889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-detail .slider-for .item {
        padding: 1.38889vw 3.88889vw
    }
}

@media (max-width: 800px) {
    .section__resource-detail .slider-for .slick-dots {
        display: flex !important;
        padding-top: 3.33333vw
    }

    .section__resource-detail .slider-for .slick-dots .beside button,
    .section__resource-detail .slider-for .slick-dots .slick-active button {
        width: 3.33333vw;
        height: 3.33333vw
    }

    .section__resource-detail .slider-for .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .section__resource-detail .slider-for .slick-arrow.slick-prev {
        left: -5vw;
        transform: translateY(-50%) scaleX(-1)
    }

    .section__resource-detail .slider-for .slick-arrow.slick-next {
        right: -5vw
    }
}

.section__resource-detail .slider {
    width: 100%
}

.section__resource-detail .slider .item {
    position: relative;
    width: 14.21875vw;
    padding-right: 1.71875vw
}

@media (min-width: 1280px) {
    .section__resource-detail .slider .item {
        width: 182px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .slider .item {
        padding-right: 22px
    }
}

.section__resource-detail .slider .item.slick-current .images-wrap {
    border-color: #888
}

.section__resource-detail .slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.section__resource-detail .slider .slick-arrow.slick-prev {
    left: -4.6875vw;
    transform: translateY(-50%) scaleX(-1)
}

@media (min-width: 1280px) {
    .section__resource-detail .slider .slick-arrow.slick-prev {
        left: -60px
    }
}

.section__resource-detail .slider .slick-arrow.slick-next {
    left: 100%
}

@media (max-width: 800px) {
    .section__resource-detail .slider {
        display: none
    }
}

.section__resource-detail .sns_links {
    display: flex
}

.section__resource-detail .sns_links .icon {
    display: block;
    margin-right: 1.5625vw;
    width: 2.8125vw;
    height: 2.8125vw;
    background: no-repeat center/100% auto;
    font-size: 0;
    opacity: .5
}

@media (min-width: 1280px) {
    .section__resource-detail .sns_links .icon {
        margin-right: 20px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .sns_links .icon {
        width: 36px
    }
}

@media (min-width: 1280px) {
    .section__resource-detail .sns_links .icon {
        height: 36px
    }
}

.section__resource-detail .sns_links .icon:hover {
    opacity: 1;
    transition: opacity .2s ease
}

.section__resource-detail .sns_links .facebook {
    background-image: url(/assets/images/share_facebook_black.svg)
}

.section__resource-detail .sns_links .twitter {
    background-image: url(/assets/images/share_twitter_black.svg)
}

.section__resource-detail .sns_links .link {
    background-image: url(/assets/images/share_link_black.svg)
}

@media (max-width: 800px) {
    .section__resource-detail .sns_links .icon {
        margin-right: 5.55556vw;
        width: 8.33333vw;
        height: 8.33333vw
    }
}

.section__resource-tab {
    margin-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .section__resource-tab {
        margin-bottom: 30px
    }
}

.section__resource-tab .inner {
    display: flex;
    width: 100%;
    background-color: #FCFCFC;
    border: 1px solid #888;
    height: 4.6875vw;
    border-radius: 1.25vw
}

@media (min-width: 1280px) {
    .section__resource-tab .inner {
        height: 60px
    }
}

@media (min-width: 1280px) {
    .section__resource-tab .inner {
        border-radius: 16px
    }
}

.section__resource-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    color: #000;
    font-size: 1rem;
    text-align: center
}

.section__resource-tab .active {
    background-color: #000;
    color: #fff;
    border-radius: 1.09375vw;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.12)
}

@media (min-width: 1280px) {
    .section__resource-tab .active {
        border-radius: 14px
    }
}

@media (max-width: 800px) {
    .section__resource-tab {
        margin-bottom: 8.33333vw
    }

    .section__resource-tab .inner {
        height: 14.44444vw;
        border-radius: 3.33333vw
    }

    .section__resource-tab a {
        font-size: .875rem;
        padding: 0vw 1.38889vw;
        line-height: 1.2
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-tab a {
        padding: 0vw 1.38889vw
    }
}

@media (max-width: 800px) {
    .section__resource-tab .active {
        border-radius: 2.77778vw
    }

    .section__resource-tab.search .inner {
        height: 17.22222vw
    }

    .section__resource-tab.search a.small {
        font-size: .8125rem
    }
}

.section__resource-category {
    display: flex;
    align-items: center;
    margin-bottom: 2.34375vw
}

@media (min-width: 1280px) {
    .section__resource-category {
        margin-bottom: 30px
    }
}

@media (max-width: 800px) {
    .section__resource-category {
        margin-bottom: 8.33333vw;
        display: block
    }
}

.section__resource-category .category-wrap .category-selected {
    display: none;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif
}

.section__resource-category .category-wrap .category-list a {
    display: inline-block;
    font-family: "SamsungSharpSans", Helvetica, "malgun gothic", "Apple SD Gothic Neo", "Microsoft NeoGothic", "Droid sans", arial, sans-serif;
    color: #000;
    border: 1px solid transparent;
    padding: 1.01563vw 2.03125vw;
    border-radius: .78125vw
}

@media (min-width: 1280px) {
    .section__resource-category .category-wrap .category-list a {
        padding: 13px 26px
    }
}

@media (min-width: 1280px) {
    .section__resource-category .category-wrap .category-list a {
        border-radius: 10px
    }
}

.section__resource-category .category-wrap .category-list a:hover {
    text-decoration: underline
}

.section__resource-category .category-wrap .category-list .selected {
    color: #2D51D6;
    border-color: #2D51D6
}

@media (max-width: 920px) {
    .section__resource-category .category-wrap .category-list a {
        padding: 1.01563vw 1.5625vw
    }
}

@media (max-width: 920px) and (min-width: 1280px) {
    .section__resource-category .category-wrap .category-list a {
        padding: 13px 20px
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap {
        position: relative;
        width: 100%;
        height: 11.11111vw;
        font-size: .875rem;
        margin-bottom: 5.55556vw;
        z-index: 100
    }

    .section__resource-category .category-wrap .category-selected {
        display: block;
        position: relative;
        color: #000;
        background-color: #fff;
        border: 1px solid #ddd;
        width: 100%;
        height: 100%;
        text-align: left;
        font-weight: bold;
        border-radius: 3.33333vw;
        padding: 0vw 11.66667vw 0vw 6.66667vw;
        z-index: 5
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-category .category-wrap .category-selected {
        padding: 0vw 11.66667vw 0vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap .category-selected:after {
        content: "";
        width: 5.55556vw;
        height: 5.55556vw;
        right: 3.33333vw;
        position: absolute;
        top: 50%;
        background: url(/assets/images/arrow_down.svg) no-repeat center/100% auto;
        transform: translateY(-50%);
        transition: transform .2s ease
    }

    .section__resource-category .category-wrap .category-list {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        background-color: #fff;
        width: 0;
        overflow: hidden;
        transform: translateY(-30px);
        transition: transform .3s ease;
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-category .category-wrap .category-list {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap .category-list a {
        display: block;
        width: 100%;
        color: #000;
        font-weight: bold;
        text-align: left;
        padding: 2.77778vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-category .category-wrap .category-list a {
        padding: 2.77778vw 6.66667vw
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap .category-list a.selected {
        background-color: #f3f3f3
    }

    .section__resource-category .category-wrap .category-list a:last-child {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-category .category-wrap .category-list a:last-child {
        border-radius: 0vw 0vw 3.33333vw 3.33333vw
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap.is-active .category-selected {
        border-radius: 3.33333vw 3.33333vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-category .category-wrap.is-active .category-selected {
        border-radius: 3.33333vw 3.33333vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__resource-category .category-wrap.is-active .category-selected:after {
        transform: translateY(-50%) scaleY(-1)
    }

    .section__resource-category .category-wrap.is-active .category-list {
        width: 100%;
        border: 1px solid #888;
        overflow: inherit;
        transform: translateY(0)
    }
}

.section__resource-category .downloads {
    margin-left: auto;
    display: flex;
    align-items: center
}

.section__resource-category .downloads .input-checkbox label {
    font-weight: bold
}

.section__resource-category .downloads .button {
    margin-left: 3.90625vw
}

@media (min-width: 1280px) {
    .section__resource-category .downloads .button {
        margin-left: 50px
    }
}

@media (max-width: 800px) {
    .section__resource-category .downloads {
        justify-content: space-between;
        margin-left: 0
    }

    .section__resource-category .downloads .button {
        margin: 0
    }
}

.section__resource-images {
    margin-bottom: 7.8125vw
}

@media (min-width: 1280px) {
    .section__resource-images {
        margin-bottom: 100px
    }
}

.section__resource-images-list {
    margin-right: -2.65625vw
}

@media (min-width: 1280px) {
    .section__resource-images-list {
        margin-right: -34px
    }
}

.section__resource-images .image-item {
    position: relative;
    width: calc(20% - 32px);
    margin-right: 2.5vw;
    margin-bottom: 2.5vw
}

@media (min-width: 1280px) {
    .section__resource-images .image-item {
        margin-right: 32px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item {
        margin-bottom: 32px
    }
}

@media (max-width: 1280px) {
    .section__resource-images .image-item {
        width: calc(20% - 2.5vw)
    }
}

.section__resource-images .image-item:hover .image-item-link {
    border-color: #888
}

.section__resource-images .image-item-link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 1.25vw;
    min-height: 15.23438vw;
    max-height: 29.6875vw;
    transition: border-color .2s ease
}

@media (min-width: 1280px) {
    .section__resource-images .image-item-link {
        border-radius: 16px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item-link {
        min-height: 195px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item-link {
        max-height: 380px
    }
}

@media (max-width: 1568px) {
    .section__resource-images .image-item-link {
        min-height: 12.4680vw;
        max-height: 24.2967vw
    }
}

.section__resource-images .image-item .input-checkbox {
    position: absolute;
    left: 1.17188vw;
    top: 1.17188vw;
    z-index: 10
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .input-checkbox {
        left: 15px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .input-checkbox {
        top: 15px
    }
}

.section__resource-images .image-item .input-checkbox label {
    width: 1.875vw;
    height: 1.875vw
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .input-checkbox label {
        width: 24px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .input-checkbox label {
        height: 24px
    }
}

.section__resource-images .image-item .input-checkbox label:before {
    margin-right: 0;
    flex: 0 auto;
    width: 100%;
    height: 100%
}

.section__resource-images .image-item .input-checkbox label span {
    font-size: 0;
    padding: 0
}

.section__resource-images .image-item figure {
    width: calc(100% + 1px);
    display: flex;
    align-items: center;
    min-height: 15.23438vw;
    max-height: 29.6875vw
}

@media (min-width: 1280px) {
    .section__resource-images .image-item figure {
        min-height: 195px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item figure {
        max-height: 380px
    }
}

@media (max-width: 1568px) {
    .section__resource-images .image-item figure {
        min-height: 12.4680vw;
        max-height: 24.2967vw
    }
}

.section__resource-images .image-item figure:after {
    content: "";
    width: 1px;
    height: 10px;
    display: block
}

.section__resource-images .image-item figure img {
    max-width: calc(100% - 1px);
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block
}

.section__resource-images .image-item .category {
    position: absolute;
    left: 3.51563vw;
    top: 1.09375vw;
    display: none
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .category {
        left: 45px
    }
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .category {
        top: 14px
    }
}

.section__resource-images .image-item .title {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: .8rem;
    padding: .9375vw 1.17188vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

@media (min-width: 1280px) {
    .section__resource-images .image-item .title {
        padding: 12px 15px
    }
}

@media (max-width: 800px) {
    .section__resource-images {
        padding: 0vw 3.88889vw;
        margin-bottom: 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-images {
        padding: 0vw 3.88889vw
    }
}

@media (max-width: 800px) {
    .section__resource-images-list {
        margin-right: 0;
        position: relative
    }

    .section__resource-images .image-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5.55556vw
    }

    .section__resource-images .image-item-link {
        border-radius: 4.44444vw;
        min-height: 58.33333vw;
        max-height: 111.11111vw
    }

    .section__resource-images .image-item .input-checkbox {
        left: 4.16667vw;
        top: 4.16667vw
    }

    .section__resource-images .image-item .input-checkbox label {
        width: 5.55556vw;
        height: 5.55556vw
    }

    .section__resource-images .image-item figure {
        min-height: 58.33333vw;
        max-height: 111.11111vw
    }

    .section__resource-images .image-item .category {
        left: 12.5vw;
        top: 3.33333vw
    }

    .section__resource-images .image-item .title {
        padding: 3.33333vw 4.16667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-images .image-item .title {
        padding: 3.33333vw 4.16667vw
    }
}

.section__resource-videos-list {
    margin-right: -3.82813vw;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1280px) {
    .section__resource-videos-list {
        margin-right: -49px
    }
}

.section__resource-videos .item {
    padding-right: 3.82813vw;
    padding-bottom: 3.125vw
}

@media (min-width: 1280px) {
    .section__resource-videos .item {
        padding-right: 49px
    }
}

@media (min-width: 1280px) {
    .section__resource-videos .item {
        padding-bottom: 40px
    }
}

@media (min-width: 801px) {
    .section__resource-videos .item:not(.details) .title {
        height: 5.3125vw;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

@media (min-width: 801px) and (min-width: 1280px) {
    .section__resource-videos .item:not(.details) .title {
        height: 68px
    }
}

.section__resource-videos .images-wrap {
    padding-top: 56.338%
}

@media (max-width: 800px) {
    .section__resource-videos-list {
        margin-right: 0;
        display: block
    }

    .section__resource-videos .item {
        padding: 0vw 4.44444vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-videos .item {
        padding: 0vw 4.44444vw 8.33333vw
    }
}

.section__resource-videos .details {
    width: 100%
}

.section__resource-videos .details .inner {
    position: relative;
    padding: 6.25vw 18.90625vw 4.6875vw;
    border-radius: 1.25vw;
    box-shadow: 0 4px 16px rgba(9, 32, 157, 0.12)
}

@media (min-width: 1280px) {
    .section__resource-videos .details .inner {
        padding: 80px 242px 60px
    }
}

@media (min-width: 1280px) {
    .section__resource-videos .details .inner {
        border-radius: 16px
    }
}

.section__resource-videos .details .images-wrap {
    border-radius: 0
}

.section__resource-videos .details .contents {
    padding: 0
}

.section__resource-videos .details .contents .title {
    height: auto
}

.section__resource-videos .details .description {
    position: relative;
    margin-top: 2.5vw
}

@media (min-width: 1280px) {
    .section__resource-videos .details .description {
        margin-top: 32px
    }
}

.section__resource-videos .details .description .info {
    position: absolute;
    right: 0;
    top: -1.40625vw;
    display: flex;
    align-items: center
}

@media (min-width: 1280px) {
    .section__resource-videos .details .description .info {
        top: -18px
    }
}

.section__resource-videos .details .description .info .button {
    margin-left: 1.5625vw
}

@media (min-width: 1280px) {
    .section__resource-videos .details .description .info .button {
        margin-left: 20px
    }
}

.section__resource-videos .details .indicator {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 1.5625vw
}

@media (min-width: 1280px) {
    .section__resource-videos .details .indicator {
        padding: 20px
    }
}

.section__resource-videos .details .indicator .close {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 2.34375vw;
    background: url(/assets/images/icon_close-layer.svg) no-repeat center/100% auto;
    font-size: 0
}

@media (min-width: 1280px) {
    .section__resource-videos .details .indicator .close {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__resource-videos .details .indicator .close {
        height: 40px
    }
}

@media (min-width: 1280px) {
    .section__resource-videos .details .indicator .close {
        margin-left: 30px
    }
}

.section__resource-videos .details-nav button {
    width: 3.125vw;
    height: 3.125vw;
    font-size: 0;
    background: url(/assets/images/arrow_slick.svg) no-repeat center/100% auto;
    opacity: .7
}

@media (min-width: 1280px) {
    .section__resource-videos .details-nav button {
        width: 40px
    }
}

@media (min-width: 1280px) {
    .section__resource-videos .details-nav button {
        height: 40px
    }
}

.section__resource-videos .details-nav button:hover {
    opacity: 1
}

.section__resource-videos .details-nav button.hide {
    pointer-events: none;
    opacity: .1
}

.section__resource-videos .details-nav .prev {
    transform: scaleX(-1);
    margin-right: 1.5625vw
}

@media (min-width: 1280px) {
    .section__resource-videos .details-nav .prev {
        margin-right: 20px
    }
}

@media (max-width: 800px) {
    .section__resource-videos .details {
        padding: 0vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-videos .details {
        padding: 0vw 0vw 8.33333vw
    }
}

@media (max-width: 800px) {
    .section__resource-videos .details .inner {
        padding: 19.44444vw 2.77778vw 6.94444vw;
        border-radius: 4.44444vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-videos .details .inner {
        padding: 19.44444vw 2.77778vw 6.94444vw
    }
}

@media (max-width: 800px) {
    .section__resource-videos .details .description {
        margin: 0
    }

    .section__resource-videos .details .description .info {
        margin: 5.55556vw 0vw;
        position: relative;
        right: inherit;
        top: 0;
        justify-content: flex-end
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-videos .details .description .info {
        margin: 5.55556vw 0vw
    }
}

@media (max-width: 800px) {
    .section__resource-videos .details .description .info .button {
        margin-left: 2.77778vw;
        padding: 2.77778vw
    }

    .section__resource-videos .details .description .contents {
        padding: 0vw 3.88889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-videos .details .description .contents {
        padding: 0vw 3.88889vw
    }
}

@media (max-width: 800px) {
    .section__resource-videos .details .indicator {
        width: 100%;
        padding: 2.77778vw;
        justify-content: space-between
    }

    .section__resource-videos .details .indicator .close {
        width: 10vw;
        height: 10vw;
        margin: 0
    }

    .section__resource-videos .details-nav button {
        width: 10vw;
        height: 10vw
    }

    .section__resource-videos .details-nav .prev {
        margin-right: 4.16667vw
    }
}

.section__resource-articles {
    margin-bottom: 6.25vw
}

@media (min-width: 1280px) {
    .section__resource-articles {
        margin-bottom: 80px
    }
}

.section__resource-articles .section__feature-list {
    padding: 0
}

.section__resource-articles .item .category {
    position: relative;
    top: -.78125vw
}

@media (min-width: 1280px) {
    .section__resource-articles .item .category {
        top: -10px
    }
}

.section__resource-articles .item .date {
    padding-bottom: 0
}

.section__resource-articles .item .title {
    margin-bottom: 3.75vw
}

@media (min-width: 1280px) {
    .section__resource-articles .item .title {
        margin-bottom: 48px
    }
}

@media (max-width: 800px) {
    .section__resource-articles {
        margin-bottom: 13.88889vw
    }

    .section__resource-articles .item_inner {
        padding-left: 0;
        padding-right: 0
    }

    .section__resource-articles .item .category {
        top: 0;
        margin-bottom: 4.16667vw;
        margin-left: .83333vw
    }

    .section__resource-articles .item .date {
        padding: 0vw 2.77778vw 1.38889vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-articles .item .date {
        padding: 0vw 2.77778vw 1.38889vw
    }
}

@media (max-width: 800px) {
    .section__resource-articles .item .title {
        margin: 0vw 2.77778vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-articles .item .title {
        margin: 0vw 2.77778vw
    }
}

@media (max-width: 800px) {
    .section__resource-articles .item .hashtag {
        position: static;
        display: block;
        height: auto;
        max-width: 100%;
        padding: 0vw 2.77778vw 5.55556vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-articles .item .hashtag {
        padding: 0vw 2.77778vw 5.55556vw
    }
}

.section__resource-specs {
    margin-top: 4.6875vw;
    margin-bottom: 7.8125vw
}

@media (min-width: 1280px) {
    .section__resource-specs {
        margin-top: 60px
    }
}

@media (min-width: 1280px) {
    .section__resource-specs {
        margin-bottom: 100px
    }
}

.section__resource-specs table {
    width: 100% !important;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: .625vw
}

@media (min-width: 1280px) {
    .section__resource-specs table {
        border-radius: 8px
    }
}

.section__resource-specs table th,
.section__resource-specs table td {
    border: 0;
    border-top: 1px solid #ddd;
    padding: 1.5625vw .9375vw;
    font-size: .9rem
}

@media (min-width: 1280px) {

    .section__resource-specs table th,
    .section__resource-specs table td {
        padding: 20px 12px
    }
}

.section__resource-specs table tr {
    height: auto !important
}

.section__resource-specs table tr:first-child th,
.section__resource-specs table tr:first-child td {
    border-top: 0
}

.section__resource-specs table tr:first-child td:first-child {
    border-radius: .625vw 0vw 0vw 0vw
}

@media (min-width: 1280px) {
    .section__resource-specs table tr:first-child td:first-child {
        border-radius: 8px 0px 0px 0px
    }
}

.section__resource-specs table tr:first-child td:last-child {
    border-radius: 0vw .625vw 0vw 0vw
}

@media (min-width: 1280px) {
    .section__resource-specs table tr:first-child td:last-child {
        border-radius: 0px 8px 0px 0px
    }
}

.section__resource-specs table thead th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd
}

.section__resource-specs table thead th:first-child {
    border-top-left-radius: .625vw
}

@media (min-width: 1280px) {
    .section__resource-specs table thead th:first-child {
        border-top-left-radius: 8px
    }
}

.section__resource-specs table thead th:last-child {
    border-top-right-radius: .625vw
}

@media (min-width: 1280px) {
    .section__resource-specs table thead th:last-child {
        border-top-right-radius: 8px
    }
}

.section__resource-specs table p {
    margin: 0
}
.section__resource-specs li {
    list-style-type: disc;
    list-style-position:inside;
}

@media (max-width: 800px) {
    .section__resource-specs {
        margin-top: 10vw;
        margin-bottom: 22.22222vw
    }

    .section__resource-specs table {
        border-radius: 2.22222vw
    }

    .section__resource-specs table th,
    .section__resource-specs table td {
        padding: 3.33333vw 2.22222vw;
        font-size: .6875rem
    }
}

@media (max-width: 800px) and (max-width: 360px) {

    .section__resource-specs table th,
    .section__resource-specs table td {
        padding: 3.33333vw 2.22222vw
    }
}

@media (max-width: 800px) {
    .section__resource-specs table tr:first-child td:first-child {
        border-radius: 2.22222vw 0vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-specs table tr:first-child td:first-child {
        border-radius: 2.22222vw 0vw 0vw 0vw
    }
}

@media (max-width: 800px) {
    .section__resource-specs table tr:first-child td:last-child {
        border-radius: 0vw 2.22222vw 0vw 0vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .section__resource-specs table tr:first-child td:last-child {
        border-radius: 0vw 2.22222vw 0vw 0vw
    }
}

.layer_resource-inner {
    width: 74.375vw;
    height: 51.5625vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

@media (min-width: 1280px) {
    .layer_resource-inner {
        width: 952px
    }
}

@media (min-width: 1280px) {
    .layer_resource-inner {
        height: 660px
    }
}

@media (max-width: 800px) {
    .layer_resource-inner {
        width: 86.66667vw;
        height: 106.94444vw
    }
}

.layer_resource .slider {
    width: 46.875vw;
    height: 35.15625vw;
    border-radius: 1.25vw;
    border: 1px solid #ddd;
    overflow: hidden
}

@media (min-width: 1280px) {
    .layer_resource .slider {
        width: 600px
    }
}

@media (min-width: 1280px) {
    .layer_resource .slider {
        height: 450px
    }
}

@media (min-width: 1280px) {
    .layer_resource .slider {
        border-radius: 16px
    }
}

@media (max-width: 800px) {
    .layer_resource .slider {
        width: 81.11111vw;
        height: 61.11111vw;
        border-radius: 4.44444vw
    }
}

.layer_resource .slider-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none
}

.layer_resource .slider-arrow .slick-prev {
    left: 0;
    transform: translateY(-50%) scaleX(-1)
}

.layer_resource .slider-arrow .slick-next {
    right: 0
}

.layer_resource .item {
    width: 100%
}

.layer_resource .images {
    width: calc(100% + 1px);
    height: 35.15625vw;
    display: flex;
    align-items: center
}

@media (min-width: 1280px) {
    .layer_resource .images {
        height: 450px
    }
}

.layer_resource .images:before {
    content: "";
    width: 1px;
    height: 10px;
    display: block
}

.layer_resource .images img {
    max-width: calc(100% - 1px);
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block
}

@media (max-width: 800px) {
    .layer_resource .images {
        height: 61.11111vw
    }
}

.layer_resource .info {
    position: relative;
    text-align: center;
    width: 46.875vw;
    margin-top: 1.5625vw
}

@media (min-width: 1280px) {
    .layer_resource .info {
        width: 600px
    }
}

@media (min-width: 1280px) {
    .layer_resource .info {
        margin-top: 20px
    }
}

@media (max-width: 800px) {
    .layer_resource .info {
        width: 81.11111vw;
        margin-top: 5.55556vw
    }
}

.resource_scroll .breadcrumb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200
}

.resource_scroll .section__resource-tab {
    position: fixed;
    left: 50%;
    top: 3.20313vw;
    z-index: 200;
    width: 100%;
    transform: translateX(-50%);
    max-width: 122.5vw;
    padding: .78125vw 5vw;
    margin: 0 auto;
    background-color: #fff
}

@media (min-width: 1280px) {
    .resource_scroll .section__resource-tab {
        top: 41px
    }
}

@media (min-width: 1280px) {
    .resource_scroll .section__resource-tab {
        max-width: 1568px
    }
}

@media (min-width: 1280px) {
    .resource_scroll .section__resource-tab {
        padding: 10px 64px
    }
}

@media (max-width: 800px) {
    .resource_scroll .section__resource-tab {
        top: 10vw;
        padding: 2.77778vw 6.66667vw
    }
}

@media (max-width: 800px) and (max-width: 360px) {
    .resource_scroll .section__resource-tab {
        padding: 2.77778vw 6.66667vw
    }
}

.resource_scroll #wrapper {
    padding-top: 14.14063vw
}

@media (min-width: 1280px) {
    .resource_scroll #wrapper {
        padding-top: 181px
    }
}

@media (max-width: 800px) {
    .resource_scroll #wrapper {
        padding-top: 41.11111vw
    }
}

.ie .section__resource-images .image-item figure img {
    width: calc(100% - 1px)
}

.ie .section__resource-specs table {
    border-radius: 0;
    border: 1px solid #ddd
}

.ie .section__resource-specs table tr:first-child td:first-child,
.ie .section__resource-specs table tr:first-child td:last-child {
    border-radius: 0
}

.youtube_wrap 
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube_wrap iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}