@charset "UTF-8";

:root {
    --white: #fff;
    --black: #000;
    --color-primary: #002555;
    --color-blue: #295efc;
    --color-red: #dc3a33;
}

/**    common   **/
*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    letter-spacing: -0.0043em;
    line-height: 1.5;
    font-weight: normal;
    color: var(--black);
    word-break: keep-all;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans KR", "Dotum", "Dotumche", "돋움", "돋움체", "Arial", sans-serif;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    -webkit-margin-start: 0;
    -webkit-padding-start: 0px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    word-break: keep-all;
}

table {
    width: 100%;
    table-layout: fixed;
}

:focus {
    outline: none;
    border-color: var(--color-primary);
}

:disabled {
    color: #999;
    background-color: #fafafa;
}

::selection {
    background-color: var(--color-primary);
    color: var(--white);
}

[onclick],
[onchange] {
    cursor: pointer;
}

/**   margin   **/
.mr150 {
    margin-right: 150px !important;
}

.mr145 {
    margin-right: 145px !important;
}

.mr140 {
    margin-right: 140px !important;
}

.mr135 {
    margin-right: 135px !important;
}

.mr130 {
    margin-right: 130px !important;
}

.mr125 {
    margin-right: 125px !important;
}

.mr120 {
    margin-right: 120px !important;
}

.mr115 {
    margin-right: 115px !important;
}

.mr110 {
    margin-right: 110px !important;
}

.mr105 {
    margin-right: 105px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.ml150 {
    margin-left: 150px !important;
}

.ml145 {
    margin-left: 145px !important;
}

.ml140 {
    margin-left: 140px !important;
}

.ml135 {
    margin-left: 135px !important;
}

.ml130 {
    margin-left: 130px !important;
}

.ml125 {
    margin-left: 125px !important;
}

.ml120 {
    margin-left: 120px !important;
}

.ml115 {
    margin-left: 115px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml105 {
    margin-left: 105px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt145 {
    margin-top: 145px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt135 {
    margin-top: 135px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt125 {
    margin-top: 125px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt115 {
    margin-top: 115px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt105 {
    margin-top: 105px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt60 {
    margin-top: 4.286rem !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb145 {
    margin-bottom: 145px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb135 {
    margin-bottom: 135px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb125 {
    margin-bottom: 125px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb115 {
    margin-bottom: 115px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb105 {
    margin-bottom: 105px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.noMG {
    margin: 0 !important;
}

/**   padding   **/
.pr150 {
    padding-right: 150px !important;
}

.pr145 {
    padding-right: 145px !important;
}

.pr140 {
    padding-right: 140px !important;
}

.pr135 {
    padding-right: 135px !important;
}

.pr130 {
    padding-right: 130px !important;
}

.pr125 {
    padding-right: 125px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pr115 {
    padding-right: 115px !important;
}

.pr110 {
    padding-right: 110px !important;
}

.pr105 {
    padding-right: 105px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl150 {
    padding-left: 150px !important;
}

.pl145 {
    padding-left: 145px !important;
}

.pl140 {
    padding-left: 140px !important;
}

.pl135 {
    padding-left: 135px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.pl125 {
    padding-left: 125px !important;
}

.pl120 {
    padding-left: 120px !important;
}

.pl115 {
    padding-left: 115px !important;
}

.pl110 {
    padding-left: 110px !important;
}

.pl105 {
    padding-left: 105px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pt150 {
    padding-top: 150px !important;
}

.pt145 {
    padding-top: 145px !important;
}

.pt140 {
    padding-top: 140px !important;
}

.pt135 {
    padding-top: 135px !important;
}

.pt130 {
    padding-top: 130px !important;
}

.pt125 {
    padding-top: 125px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt115 {
    padding-top: 115px !important;
}

.pt110 {
    padding-top: 110px !important;
}

.pt105 {
    padding-top: 105px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb150 {
    padding-bottom: 150px !important;
}

.pb145 {
    padding-bottom: 145px !important;
}

.pb140 {
    padding-bottom: 140px !important;
}

.pb135 {
    padding-bottom: 135px !important;
}

.pb130 {
    padding-bottom: 130px !important;
}

.pb125 {
    padding-bottom: 125px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb115 {
    padding-bottom: 115px !important;
}

.pb110 {
    padding-bottom: 110px !important;
}

.pb105 {
    padding-bottom: 105px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.noPD {
    padding: 0 !important;
}

/**   width   **/
.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.w1000 {
    width: 1000px !important;
}

.w950 {
    width: 950px !important;
}

.w900 {
    width: 900px !important;
}

.w850 {
    width: 850px !important;
}

.w800 {
    width: 800px !important;
}

.w750 {
    width: 750px !important;
}

.w700 {
    width: 700px !important;
}

.w650 {
    width: 650px !important;
}

.w600 {
    width: 600px !important;
}

.w550 {
    width: 550px !important;
}

.w500 {
    width: 500px !important;
}

.w450 {
    width: 450px !important;
}

.w400 {
    width: 400px !important;
}

.w350 {
    width: 350px !important;
}

.w300 {
    width: 300px !important;
}

.w250 {
    width: 250px !important;
}

.w200 {
    width: 200px !important;
}

.w150 {
    width: 150px !important;
}

.w100 {
    width: 100px !important;
}

.w50 {
    width: 50px !important;
}

/**   border   **/
.bt0 {
    border-top: 0 !important;
}

.bb0 {
    border-bottom: 0 !important;
}

.bl0 {
    border-left: 0 !important;
}

.br0 {
    border-right: 0 !important;
}

.noBD {
    border: 0 !important;
}

/**   text   **/
.text-normal {
    font-weight: normal !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-light {
    font-weight: lighter !important;
}

.text-upper {
    text-transform: uppercase !important;
}

.text-lower {
    text-transform: lowercase !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/**   display   **/
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

/**   position  **/
.pos-unset {
    position: unset !important;
}

.pos-relative {
    position: relative !important;
}

.pos-absolute {
    position: absolute !important;
}

.pos-fixed {
    position: fixed !important;
}

.pos-sticky {
    position: sticky !important;
}

/**   color  **/
.color-red {
    color: var(--color-red) !important;
}

.color-blue {
    color: var(--color-blue) !important;
}

.color-primary {
    color: var(--color-primary) !important;
}

/**   button  **/
.btn {
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.btn-disabled {
    color: #6e6e6e;
    background-color: #f8f8f8;
    cursor: default;
}

button[disabled],
button[disabled]:hover {
    color: #6e6e6e;
    background-color: #f8f8f8;
    cursor: default;
}

.btn-bk {
    color: var(--white);
    background-color: var(--black);
}

.btn-bk:hover {
    background-color: #5b6166;
}

.btn-bk-outline {
    background-color: var(--white);
    border: 1px solid var(--black);
}

.btn-bk-outline:hover {
    color: var(--white);
    background-color: var(--black);
}

.btn-blue-outline {
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
}

.btn-blue-outline:hover {
    color: #fff;
    background-color: var(--color-blue);
}

.btn-primary {
    color: var(--white);
    background-color: var(--color-primary);
}

.btn-primary:hover {
    background-color: #064db1;
}

.btn-primary-outline {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: var(--white);
}

.btn-primary-outline:hover {
    color: var(--white);
    background-color: var(--color-primary);
}

/**   blind  **/
.blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

/**    marquee   **/
.marquee {
    overflow: hidden;
    display: flex;
}

.marquee.reverse {
    flex-direction: row-reverse;
}

.marquee > span {
    white-space: nowrap;
    padding: 0 5px;
}

/**   style  **/
.hide-pc {
    display: none !important;
}

.hide-mo {
    display: block !important;
}

body.hidden {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

.loader {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    text-indent: -9999em;
}

.loader > span {
    background-color: rgba(41, 94, 252, .4);
}

.loader.double-bounce > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation: loader-double-bounce 2.0s infinite ease-in-out;
    animation: loader-double-bounce 2.0s infinite ease-in-out;
}

.loader.double-bounce > span:nth-child(2) {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader-pos-center {
    position: absolute;
    left: 50%;
    top: 50%;
}

.hash-tag-title .main {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
}

.hash-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.hash-tag > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: 600;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.hash-tag > a:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.list-wrap {
    margin-top: 30px;
}

.list-wrap ul {
    display: grid;
}

.list-2 ul {
    grid-template-columns: repeat(2, 1fr);
}

.list-3 ul {
    grid-template-columns: repeat(3, 1fr);
}

.list-wrap .list__item_thumblr {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.list-wrap .list__item_thumblr > img {
    height: 100%;
    object-fit: cover;
}

.list-card ul {
    gap: 50px 36px;
}

.list-card .list__item {
    -webkit-animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
            animation: fadeBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.list-card.list-3 .list__item_thumblr {
    height: 332px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

.list-card.list-3 .list__item_thumblr > img {
    -webkit-transition: all ease .25s;
            transition: all ease .25s;
}

.list-card.list-3 .list__item:hover .list__item_thumblr > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.list-card.list-3 .list__item_cont {
    margin-top: 24px;
}

.list-card.list-3 .list__item_cont .categories > span {
    display: inline-block;
    margin: 0 10px 4px 0;
    padding: 4px 8px;
    font-weight: 600;
    color: var(--color-blue);
    background-color: #f2f4f6;
}

.list-card.list-3 .list__item_cont .categories > span:hover {
    color: var(--white);
    background-color: var(--color-blue);
}

.list-card.list-3 .list__item_cont .text {
    margin-top: 14px;
}

.list-card.list-3 .list__item_cont .text > p.main {
    font-weight: 600;
    font-size: 24px;
}

.list-card.list-3 .list__item_cont .text > p.sub {
    margin-top: 8px;
    font-size: 16px;
}

.list-card-categories .hash-tag {
    justify-content: center;
}

.list-banner ul {
    gap: 24px 36px;
}

.list-banner.list-2 .list__item_thumblr,
.list-banner.list-3 .list__item_thumblr {
    height: 180px;
}

.btn-btm-box {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.btn-btm-box.only button {
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: #3f3f3f;
    background-color: #f3f3f3;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.btn-btm-box button > i {
    position: relative;
    margin-left: 8px;
}

.btn-btm-box button > i.i-share {
    width: 25px;
    height: 25px;
    background: no-repeat url("../images/icon/icon-share-gr.svg");
    background-size: cover;
}

.btn-btm-box button:hover > i.i-share {
    background: no-repeat url("../images/icon/icon-share-wh.svg");
    background-size: contain;
}

.btn-btm-box button > i.i-plus {
    width: 12px;
    height: 12px;
}

.btn-btm-box button > i.i-plus::before,
.btn-btm-box button > i.i-plus::after {
    content: "";
    position: absolute;
    background-color: #3f3f3f;
}

.btn-btm-box button > i.i-plus::before {
    width: 12px;
    height: 2px;
    top: 5px;
    left: 0;
}

.btn-btm-box button > i.i-plus::after {
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.btn-btm-box button:hover {
    color: #fff;
    background-color: #295EFC;
}

.btn-btm-box button:hover > i.i-plus::before,
.btn-btm-box button:hover > i.i-plus::after {
    background-color: #fff;
}

.btn-search--clear {
    overflow: hidden;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transition: .3s opacity ease, .3s filter ease;
            transition: .3s opacity ease, .3s filter ease;
}

.btn-search--clear:not(.on) {
    width: 0 !important;
    height: 0 !important;
}

.btn-search--clear.on {
    width: auto;
    opacity: 1;
    -webkit-filter: opacity(1);
            filter: opacity(1);
}

@media screen and (max-width: 977px) {
    .hide-pc {
        display: block !important;
    }

    .hide-mo {
        display: none !important;
    }

    .list-card.list-3 ul {
        gap: 40px 36px;
        grid-template-columns: repeat(2, 1fr);
    }

    .list-banner ul {
        row-gap: 16px;
    }

    .list-banner.list-2 ul,
    .list-banner.list-3 ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-banner.list-2 .list__item_thumblr,
    .list-banner.list-3 .list__item_thumblr {
        height: 140px;
    }
}


@media screen and (max-width: 767px) {
    .list-card.list-3 ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-card.list-3 .text > p.main {
        font-size: 20px;
    }
}

/**   layout  **/
#wrap {
    padding-bottom: 100px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

header .logo {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 160px;
}

header .logo > a {
    display: block;
    width: 100%;
}

.header-inner {
    display: flex;
    align-items: center;
    max-width: 1280px;
    height: 100px;
    padding: 0 40px;
    margin: 0 auto;
    -webkit-transition: .25s ease height;
            transition: .25s ease height;
}

.header-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-nav--etc {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.header-nav--etc #btnHeaderRecruit {
    width: 168px;
    padding: 10px 14px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.header-nav--etc #btnHeaderSearch {
    width: 40px;
    height: 40px;
    background: no-repeat url("../images/icon/icon-search-bk.svg") center;
    background-size: 50%;
}

.header-nav--etc #btnOpenMobileGnav {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: all .15s;
            transition: all .15s;
}

.header-nav--etc #btnOpenMobileGnav > span {
    position: absolute;
    margin: 0 -25%;
    width: 50%;
    height: 2px;
    background-color: #000;
    -webkit-border-radius: 3px;
            border-radius: 10px;
    -webkit-transition: all .15s;
            transition: all .15s;
}

.header-nav--etc #btnOpenMobileGnav > span:nth-child(1){
    top: 12px;
    -webkit-transition: top .15s ease, -webkit-transform .3s ease-out;
            transition: top .15s ease .15s, transform .3s ease-out .1s;
    -webkit-transition-delay: .15s, .1s;
            transition-delay: .15s, .1s;
}

.header-nav--etc #btnOpenMobileGnav > span:nth-child(2) {
    top: 20px;
    -webkit-transition: ease .15s;
            transition: ease .15s .15s;
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
}

.header-nav--etc #btnOpenMobileGnav > span:nth-child(3) {
    top: 28px;
    -webkit-transition: top .15s ease, -webkit-transform .15s ease-out;
            transition: top .15s ease .15s, transform .15s ease-out .1s;
    -webkit-transition-delay: .15s, .1s;
            transition-delay: .15s, .1s;
}

.header-nav.mo .header-nav--etc #btnOpenMobileGnav {
    display: unset;
}

.header-nav.mo .header-nav--etc #btnOpenMobileGnav.on {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .15s ease;
            transition: transform .15s ease .3s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

.header-nav.mo .header-nav--etc #btnOpenMobileGnav.on > span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: top .15s ease, -webkit-transform .3s ease-out;
            transition: top .15s ease .1s, transform .3s ease-out .3s;
    -webkit-transition-delay: .1s, .3s;
            transition-delay: .1s, .3s;
}

.header-nav.mo .header-nav--etc #btnOpenMobileGnav.on > span:nth-of-type(2) {
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
}

.header-nav.mo .header-nav--etc #btnOpenMobileGnav.on > span:nth-of-type(3) {
    top: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top .15s ease, -webkit-transform .3s ease-out;
            transition: top .15s ease .1s, transform .3s ease-out .35s;
    -webkit-transition-delay: .1s, .35s;
            transition-delay: .1s, .35s;
}

.header-nav--cont {
    flex: 1;
}

.header-nav--cont::after {
    content: "";
    position: fixed;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transition: .6s ease height, .3s ease opacity .1s, .3s ease filter .1s;
            transition: .6s ease height, .3s ease opacity .1s, .3s ease filter .1s;
}

.header-nav--cont > div {
    overflow: hidden;
    z-index: 101;
    width: 100%;
}

.header-nav--cont > div > .inner {
    padding-left: 45px;
    padding-right: 45px;
}

.header-nav--cont.mo > div {
    visibility: hidden;
}

.header-nav--cont.on::after {
    height: 100%;
    opacity: 1;
    -webkit-filter: opacity(1);
            filter: opacity(1);
}

.header-nav--cont.on-gnav .gnav,
.header-nav--cont.on-gsearch .gsearch {
    height: 100% !important;
    opacity: 1 !important;
    -webkit-filter: opacity(1) !important;
            filter: opacity(1) !important;
}

.header-nav--cont.on-gnav .gnav .inner,
.header-nav--cont.on-gsearch .gsearch .inner {
    opacity: 1 !important;
    -webkit-filter: opacity(1) !important;
            filter: opacity(1) !important;
}

.header-nav--cont.off-gnav .gnav,
.header-nav--cont.off-gsearch .gsearch {
    height: 0;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transition: .4s ease height .1s, .1s ease opacity .1s, .1s ease filter .1s;
            transition: .4s ease height .1s, .1s ease opacity .1s, .1s ease filter .1s;
}

.header-nav--cont .gsearch {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
}

.header-nav--cont .gsearch .inner {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
    top: -50%;
    -webkit-transition: .4s ease height, .4s ease top, .2s ease opacity, .2s ease filter;
            transition: .4s ease height, .4s ease top, .2s ease opacity, .2s ease filter;
}

.header-nav--cont .gsearch .header-search-btn {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    margin-top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transition: .2s ease-out opacity, .2s ease-out filter;
            transition: .2s ease-out opacity, .2s ease-out filter;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}

.header-nav--cont .gsearch .header-search-btn #btnHeaderSearchClose {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    text-indent: -1000em;
    background: no-repeat url("../images/icon/icon-x-bk.svg") #fff center /40%;
}

.header-nav--cont.on-gsearch::after {
    background: rgba(0, 0, 0, 0.7) !important;
}

.header-nav--cont.on-gsearch .gsearch .inner {
    top: 0;
}

.header-nav--cont.on-gsearch .gsearch .header-search-btn {
    opacity: 1;
    -webkit-filter: opacity(1);
            filter: opacity(1);
}

.header-nav--cont .gnav {
    text-align: center;
}

.header-nav--cont .gnav ul.depth1 > li {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

.header-nav--cont .gnav ul.depth1 > li:not(:last-child) {
    margin-right: 32px;
}

.header-nav--cont .gnav ul.depth1 > li:hover {
    color: var(--color-blue);
}

.header-nav.mo .header-nav--cont .gnav {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-transition: .1s ease top;
            transition: .1s ease top;
}

.header-nav.mo .header-nav--cont .gnav .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-filter: opacity(0);
            filter: opacity(0);
}

.header-nav.mo .header-nav--cont .gnav ul.depth1 > li {
    position: relative;
    display: block;
    width: max-content;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
}

.header-nav.mo .header-nav--cont .gnav ul.depth1 > li:not(:last-child) {
    margin-bottom: 30px;
}

.header-nav.mo .header-nav--cont .gnav ul.depth1 > li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 30%;
    background-color: rgba(10, 175, 251, .3);
    -webkit-transition: width .2s;
            transition: width .2s;
}

.header-nav.mo .header-nav--cont .gnav ul.depth1 > li:hover {
    color: unset;
}

.header-nav.mo .header-nav--cont .gnav ul.depth1 > li:hover::after {
    width: 100%;
}

.header-nav.mo .header-nav--cont.on-gnav::after,
.header-nav.mo .header-nav--cont.off-gnav::after {
    background-color: #fff;
}

.header-nav.mo .header-nav--cont.on-gnav .gnav .inner {
    -webkit-transition: .2s ease opacity .6s, .2s ease filter .6s;
            transition: .2s ease opacity .6s, .2s ease filter .6s;
}

.container {
    padding-top: 160px;
}

.container > div {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

.content section {
    padding: 60px 0;
}

.content__title {
    margin-bottom: 30px;
}

.content__title .main {
    font-weight: 700;
    font-size: 25px;
}

.page-main .visual {
    position: relative;
    max-height: 500px;
}

.page-main .visual .swiper-container {
    overflow: hidden;
}

.page-main .visual .swiper-controller {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-main .visual .swiper-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 2;
}

.page-main .visual .swiper-btn::before,
.page-main .visual .swiper-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: all .2s linear;
            transition: all .2s linear;
}

.page-main .visual .swiper-btn-prev {
    margin-left: -20px;
    left: 0;
}

.page-main .visual .swiper-btn-prev::before {
    margin-top: -8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.page-main .visual .swiper-btn-prev::after {
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.page-main .visual .swiper-btn-next {
    margin-right: -20px;
    right: 0;
}

.page-main .visual .swiper-btn-next::before {
    margin-top: -8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.page-main .visual .swiper-btn-next::after {
    margin-top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.page-main .visual .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}

.page-main .visual .swiper-pagination-bullet-active {
    width: 30px;
    background: #000;
    opacity: 0.4;
    -webkit-filter: opacity(0.4);
            filter: opacity(0.4);
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

.page-main .visual .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-top .title {
    text-align: center;
}

.content-top .title .main {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}

.content-top .title .sub > p {
    font-size: 16px;
}

.search-wrap .input-btn-set {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #000;
}

.search-wrap .input-btn-set input {
    width: 100%;
    font-size: 45px;
    font-weight: 700;
}

.search-wrap .input-btn-set .input__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.search-wrap .input-btn-set .input__btn button {
    width: 54px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.search-wrap .input-btn-set .input__btn .btn-search--submit {
    background-image: url("../images/icon/icon-search-bk.svg");
    background-size: 60%;
}

.search-wrap .input-btn-set .input__btn .btn-search--clear {
    background-image: url("../images/icon/icon-x-bk.svg");
    background-size: 22px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}

.page-view .content-top .title .sub > p {
    display: inline-flex;
    align-items: center;
}

.page-view .content-top .title .sub > p:not(:last-child)::after {
    content: "\0964";
    display: inline-block;
    margin: 0 4px;
}

.page-view .content-top .title .sub > p.categories > a {
    position: relative;
}

.page-view .content-top .title .sub > p.categories > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 8px;
    background-color: rgba(10, 175, 251, 0.3);
    -webkit-transition: width .2s;
            transition: width .2s;
}

.page-view .content-top .title .sub > p.categories > a:hover::after {
    width: 100%;
}

.page-view .view-wrap {
    max-width: 750px;
    margin: 0 auto;
}

.page-view .view__body .hash-tag {
    margin-top: 120px;
}

.page-view .view__body_cont > *:not(:first-child) {
    margin-top: 30px;
}

.page-view .view__body_cont > p {
    font-size: 16px;
}

@media screen and (max-width: 1340px) {
    .page-main .visual .swiper-btn-prev {
        margin-left: 0;
    }
    .page-main .visual .swiper-btn-next {
        margin-right: 0;
    }
}

@media screen and (max-width: 977px) {
    header .logo {
        width: 130px;
    }

    .header-inner {
        height: 60px;
        padding: 0 25px;
    }

    .header-nav--etc #btnHeaderRecruit {
        width: 108px;
        padding: 4px 10px;
        font-size: 12px;
    }
    
    .header-nav--cont .gsearch .inner, 
    .header-nav.mo .header-nav--cont .gnav .inner {
        padding: 80px 25px;
    }

    .header-nav--cont #gsearch .header-search-btn {
        margin-top: 32px;
    }

    .header-nav--cont .gsearch .header-search-btn #btnHeaderSearchClose {
        width: 40px;
        height: 40px;
    }

    .container {
        padding-top: 100px;
    }

    .container > div {
        padding: 0 25px;
    }

    .container section {
        padding: 40px 0;
    }

    .search-wrap .input-btn-set input {
        font-size: 30px;
    }
    
    .search-wrap .input-btn-set .input__btn button {
        width: 35px;
    }

    .search-wrap .input-btn-set .input__btn .btn-search--clear {
        background-size: 18px;
    }

    .hash-bottom-tag > a {
        height: 35px;
        line-height: 34px;
        padding: 0 12px;
    }

    .page-main .visual .swiper-btn-prev {
        margin-left: 40px;
    }

    .page-main .visual .swiper-btn-next {
        margin-right: 40px;
    }

    .page-view .view__body .hash-tag {
        margin-top: 80px;
    }
}


@media screen and (max-width: 767px) {

    .content__title .main {
        font-size: 22px;
    }

    .content-top .title .main {
        font-size: 28px;
    }

    .page-view .view__body_cont > *:not(:first-child) {
        margin-top: 20px;
    }

    .page-view .view__body_cont > p {
        font-size: 14px;
    }
}

@-webkit-keyframes loader-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
                transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}

@keyframes loader-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
                transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}

@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateY(10%);
                transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateY(10%);
                transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateX(-10%);
                transform: translateX(-10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateX(-10%);
                transform: translateX(-10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateX(10%);
                transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateX(10%);
                transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-filter: opacity(0);
                filter: opacity(0);
    }

    to {
        opacity: 1;
        -webkit-filter: opacity(1);
                filter: opacity(1);
    }
}
