﻿@charset "utf-8";

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo Thin'),
    local('SpoqaHanSansNeo-Thin'),
    url("/main/css/font/SpoqaHanSansNeo-Thin.woff2") format('woff2'),
    url("/main/css/font/SpoqaHanSansNeo-Thin.woff") format('woff');
    font-weight: 200
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo Light'), local('SpoqaHanSansNeo-Light'),
    url("/main/css/font/SpoqaHanSansNeo-Light.woff2") format('woff2'),
    url("/main/css/font/SpoqaHanSansNeo-Light.woff") format('woff');
    font-weight: 300
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo Regular'), local('SpoqaHanSansNeo-Regular'),
    url("/main/css/font/SpoqaHanSansNeo-Regular.woff2") format('woff2'),
    url("/main/css/font/SpoqaHanSansNeo-Regular.woff") format('woff');
    font-weight: 400
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo Medium'), local('SpoqaHanSansNeo-Medium'),
    url("/main/css/font/SpoqaHanSansNeo-Medium.woff2") format('woff2'),
    url("/main/css/font/SpoqaHanSansNeo-Medium.woff") format('woff');
    font-weight: 500
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    src: local('Spoqa Han Sans Neo Bold'), local('SpoqaHanSansNeo-Bold'),
    url("/main/css/font/SpoqaHanSansNeo-Bold.woff2") format('woff2'),
    url("/main/css/font/SpoqaHanSansNeo-Bold.woff") format('woff');
    font-weight: 700
}


@font-face {
    font-family: 's-core-dream';
    font-weight: 200;
    src: url('/main/css/font/scdream2.woff');
    src: local(※), url('/main/css/font/scdream2.woff2') format('woff');
}

@font-face {
    font-family: 's-core-dream';
    font-weight: 400;
    src: url('/main/css/font/scdream4.woff');
    src: local(※), url('/main/css/font/scdream4.woff2') format('woff');
}

@font-face {
    font-family: 's-core-dream';
    font-weight: 500;
    src: url('/main/css/font/scdream5.woff');
    src: local(※), url('/main/css/font/scdream5.woff2') format('woff');
}

@font-face {
    font-family: 's-core-dream';
    font-weight: 600;
    src: url('/main/css/font/scdream7.woff');
    src: local(※), url('/main/css/font/scdream7.woff2') format('woff');
}

@font-face {
    font-family: 's-core-dream';
    font-weight: 700;
    src: url('/main/css/font/scdream9.woff');
    src: local(※), url('/main/css/font/scdream9.woff2') format('woff');
}


@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 200;
    src: url(/main/css/font/NanumBarunGothicUltraLightSubset.eot);
    src: url(/main/css/font/NanumBarunGothicUltraLightSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicUltraLightSubset.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    src: url(/main/css/font/NanumBarunGothicLightSubset.eot);
    src: url(/main/css/font/NanumBarunGothicLightSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicLightSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicLightSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicLightSubset.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 400;
    src: url(/main/css/font/NanumBarunGothicSubset.eot);
    src: url(/main/css/font/NanumBarunGothicSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicSubset.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 700;
    src: url(/main/css/font/NanumBarunGothicBoldSubset.eot);
    src: url(/main/css/font/NanumBarunGothicBoldSubset.eot?#iefix) format('embedded-opentype'),
    url(/main/css/font/NanumBarunGothicBoldSubset.woff2) format('woff2'),
    url(/main/css/font/NanumBarunGothicBoldSubset.woff) format('woff'),
    url(/main/css/font/NanumBarunGothicBoldSubset.ttf) format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/main/css/font/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/main/css/font/MaterialIcons-Regular.ttf) format('truetype');
}

/*** common ***/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.cb {
    clear: both !important;
}

.pr {
    position: relative !important
}

.ac {
    text-align: center !important;
}

.al {
    text-align: left !important;
}

.ar {
    text-align: right !important;
}

.vt {
    vertical-align: top !important;
}

.vm {
    vertical-align: middle !important;
}

.vb {
    vertical-align: bottom !important;
}

.jf {
    text-align: justify !important;
}

.oh {
    overflow: hidden !important;
}

.oh_y {
    overflow-y: hidden !important;
}

.cp {
    cursor: pointer !important;
}

.di {
    display: inline !important;
}

.dib {
    display: inline-block !important;
}

.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.vv {
    visibility: visible !important;
}

.vh {
    visibility: hidden !important;
}

.bn {
    border: none !important;
}

.bbn {
    border-bottom: none !important;
}

.brn {
    border-right: none !important;
}

.bgn {
    background: none !important;
}

.fb {
    font-weight: bold !important;
}

.BDB {
    border-bottom: 2px solid #d1d1d1 !important
}

.zoom1 {
    *zoom: 1
}

/* Margin */
.MN0 {
    margin: 0 !important;
}

.ML2 {
    margin-left: 2px !important;
}

.ML4 {
    margin-left: 4px !important;
}

.ML5 {
    margin-left: 5px !important;
}

.ML8 {
    margin-left: 8px !important;
}

.ML10 {
    margin-left: 10px !important;
}

.ML15 {
    margin-left: 15px !important;
}

.ML20 {
    margin-left: 20px !important;
}

.ML24 {
    margin-left: 24px
}

.ML30 {
    margin-left: 30px;
}

.ML50 {
    margin-left: 50px !important;
}

.ML57 {
    margin-left: 57px;
}

.ML80 {
    margin-left: 80px;
}

.ML120 {
    margin-left: 120px;
}

.ML200 {
    margin-left: 200px;
}

.ML213 {
    margin-left: 213px;
}

.ML293 {
    margin-left: 293px;
}

.MR5 {
    margin-right: 5px
}

.MR10 {
    margin-right: 10px;
}

.MR15 {
    margin-right: 15px;
}

.MR16 {
    margin-right: 16px;
}

.MR20 {
    margin-right: 20px;
}

.MR30 {
    margin-right: 30px;
}

.MR37 {
    margin-right: 37px;
}

.MR40 {
    margin-right: 40px;
}

.MR60 {
    margin-right: 60px;
}

.MR72 {
    margin-right: 72px;
}

.MT2 {
    margin-top: 2px !important;
}

.MT4 {
    margin-top: 4px !important;
}

.MT5 {
    margin-top: 5px !important;
}

.MT7 {
    margin-top: 7px !important;
}

.MT10 {
    margin-top: 10px !important;
}

.MT15 {
    margin-top: 15px;
}

.MT20 {
    margin-top: 20px !important;
}

.MT22 {
    margin-top: 22px;
}

.MT25 {
    margin-top: 25px;
}

.MT28 {
    margin-top: 28px;
}

.MT30 {
    margin-top: 30px !important;
}

.MT35 {
    margin-top: 35px !important;
}

.MT40 {
    margin-top: 40px !important;
}

.MT45 {
    margin-top: 45px !important
}

.MT50 {
    margin-top: 50px;
}

.MT55 {
    margin-top: 55px;
}

.MT60 {
    margin-top: 60px !important;
}

.MT65 {
    margin-top: 65px !important;
}

.MT70 {
    margin-top: 70px;
}

.MT80 {
    margin-top: 80px !important;
}

.MT120 {
    margin-top: 120px;
}

.MT267 {
    margin-top: 267px !important
}

.MB0 {
    margin-bottom: 0 !important
}

.MB5 {
    margin-bottom: 5px;
}

.MB10 {
    margin-bottom: 10px !important;
}

.MB12 {
    margin-bottom: 12px !important
}

.MB15 {
    margin-bottom: 15px;
}

.MB20 {
    margin-bottom: 20px !important;
;
}

.MB26 {
    margin-bottom: 26px !important;
;
}

.MB30 {
    margin-bottom: 30px !important;
}

.MB40 {
    margin-bottom: 40px !important;
}

.MB50 {
    margin-bottom: 50px
}

.MB55 {
    margin-bottom: 55px;
}

.MB60 {
    margin-bottom: 60px;
}

.MB70 {
    margin-bottom: 70px !important
}

.MB180 {
    margin-bottom: 180px !important
}

.MT10MB100 {
    margin: 10px 0 100px 0;
}

.minusT40 {
    margin-top: -40px
}

/* padding_top */
.PN0 {
    padding: 0 !important
}

.PT0 {
    padding-top: 0 !important
}

.PT5 {
    padding-top: 5px !important;
}

.PT7 {
    padding-top: 7px;
}

.PT10 {
    padding-top: 10px;
}

.PT12 {
    padding-top: 12px;
}

.PT15 {
    padding-top: 15px;
}

.PT20 {
    padding-top: 20px !important;
}

.PT25 {
    padding-top: 25px;
}

.PT27 {
    padding-top: 27px;
}

.PT30 {
    padding-top: 30px;
}

.PT37 {
    padding-top: 37px;
}

.PT38 {
    padding-top: 38px;
}

.PT43 {
    padding-top: 43px;
}

.PT40 {
    padding-top: 40px !important;
}

.PT50 {
    padding-top: 50px !important;
}

.PT65 {
    padding-top: 65px !important;
}

.PT75 {
    padding-top: 75px;
}

/* padding_left */
.PL0 {
    padding-left: 0px !important;
}

.PL3 {
    padding-left: 3px;
}

.PL5 {
    padding-left: 5px;
}

.PL8 {
    padding-left: 8px;
}

.PL10 {
    padding-left: 10px;
}

.PL20 {
    padding-left: 20px !important;
}

.PL23 {
    padding-left: 23px;
}

.PL25 {
    padding-left: 25px;
}

.PL30 {
    padding-left: 30px;
}

.PL40 {
    padding-left: 40px;
}

.PL45 {
    padding-left: 45px;
}

.PL50 {
    padding-left: 50px;
}

.PL55 {
    padding-left: 55px;
}

.PL60 {
    padding-left: 60px;
}

.PL65 {
    padding-left: 6px;
}

.PL100 {
    padding-left: 100px;
}

/* padding_right */
.PR6 {
    padding-right: 6px;
}

.PR10 {
    padding-right: 10px;
}

.PR20 {
    padding-right: 20px;
}

.PR35 {
    padding-right: 35px;
}

.PR40 {
    padding-right: 40px;
}

.PR60 {
    padding-right: 60px;
}

.PR72 {
    padding-right: 72px;
}

/* padding_bottom */
.PB0 {
    padding-bottom: 0 !important
}

.PB10 {
    padding-bottom: 10px;
}

.PB13 {
    padding-bottom: 13px;
}

.PB15 {
    padding-bottom: 15px !important
}

.PB20 {
    padding-bottom: 20px !important;
}

.PB23 {
    padding-bottom: 23px !important;
}

.PB30 {
    padding-bottom: 30px !important;
}

.PB40 {
    padding-bottom: 40px;
}

.PB50 {
    padding-bottom: 50px
}

.PB65 {
    padding-bottom: 65px;
}

.PB70 {
    padding-bottom: 70px;
}

.PB110 {
    padding-bottom: 110px;
}

/* padding_all */
.PT10L5 {
    padding: 10px 0 0 5px !important;
}

.PTB10 {
    padding: 10px 0 !important;
}

.PTBL {
    padding: 20px 0 20px 20px !important;
}



::-webkit-scrollbar {
    width: 20px;
    height: 12px;
}

::-webkit-scrollbarno-button:start:decrement {
    display: block;
    width: 20px;
    height: 12px;
    background: rgba(46, 136, 204, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(46, 136, 204, 0.3);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: rgb(108, 173, 222);
    border-radius: 5px;
}



/* Reset */
* {
    outline: 0 !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font-family: 'Spoqa Han Sans Neo', 's-core-dream', 'Malgun Gothic', '맑은 고딕', 'arial', 'sans-serif';
}

html,
body {
    width: 1080px;
}

body {
    width: 1080px;
}

body,
input,
select,
textarea,
button {
    border: none;
    font-size: 12px;
    font-family: 'Spoqa Han Sans Neo', sans-serif;
    color: #000;
}

ul,
ol,
li {
    list-style: none;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

img,
fieldset {
    border: 0;
}

address,
cite,
code,
em {
    font-style: normal;
    font-weight: normal;
}

label,
img,
input,
select,
textarea,
button {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

.hide,
caption,
legend {
    line-height: 0;
    font-size: 0px;
    overflow: hidden;
}

hr {
    display: none;
}

main,
header,
section,
nav,
footer,
aside,
article,
figure {
    display: block;
}

a {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.blind {
    position: absolute;
    top: -9999em;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}


/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */



#Wrap {
    width: 1080px;
    height: 1920px;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(/main/images/common/bg.jpg) no-repeat
}

#Main {
    width: 1080px;
    height: 1920px;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(/main/images/main/bg_main.jpg) no-repeat
}

header {
    width: 1080px;
    height: 190px;
    position: relative;
    background: url(/main/images/common/bg_top.png) no-repeat;
}

.today_area {
    width: 530px;
    height: 190px;
    margin-left: 60px;
    font-family: 's-core-dream'
}

.today_area .today_date_box {
    width: 250px;
    float: left;
}

.today_area .today_date_box .date {
    color: #01c8c5;
    font-size: 40px;
    font-weight: 400;
    font-family: 's-core-dream';
    margin-top: 68px;
}

.today_area .today_date_box .time span {
    font-size: 60px;
    font-family: 's-core-dream';
    margin-left: 10px;
    font-weight: 500;
}

.today_area .today_date_box .time {
    font-size: 30px;
    font-weight: 400;
    font-family: 's-core-dream';
    color: #fff;
    line-height: 1
}

.today_area .weather_box {
    float: left;
    width: 280px;
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    padding-left: 50px;
}

.today_area .weather_box .weather_ico {
    float: left;
    width: 84px;
    height: 84px;
}

.today_area .weather_box .weather_ico img {
    width: 100%;
    height: 100%;
}

.today_area .weather_box .weather_temp {
    float: left;
    font-size: 60px;
    color: #fff;
    width: 140px;
    text-align: right;
    position: relative;
    font-weight: 500;
    line-height: 1.5;
}

.today_area .weather_box .weather_temp>span {
    font-size: 40px;
    margin-left: 10px;
    font-weight: 500;
}

.logo_area {
    width: 320px;
    height: 100px;
    position: absolute;
    top: 46px;
    right: 20px;
    display: table;
}

.logo_area span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main_area {
    width: 1080px;
    height: 1410px;
    margin-top: 200px;
    position: relative;
}

/*
.subtitles_box_main {
    width: 1038px;
    height: 106px;
    position: relative;
    margin: 90px auto 0;
    background: url(../images/common/bg_subtitles.png) no-repeat;
}

.subtitles_box_main::before {
    content: '';
    position: absolute;
    width: 817px;
    height: 144px;
    top: -144px;
    left: 110px;
    background: url(../images/common/bg_building.png) no-repeat;
}

.subtitles_box_main .subtitles_txt {
    width: 820px;
    margin-left: 125px;
    padding: 10px 0;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.subtitles_box_main .subtitles_txt:before {
    position: absolute;
    content: '';
    top: 22px;
    left: -82px;
    background: url(../images/common/icon_subtitles.png) no-repeat;
    width: 56px;
    height: 43px;
}

.subtitles_box_main .subtitles_txt span {
    display: block;
    font-size: 30px;
    color: #fff;
    white-space: no-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
*/

.subtitles_box_main {
    width: 1080px;
    height: 97px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 50px auto 0;
    z-index: 9999;
    list-style: none;
    margin-bottom: 55px;
    background: #2e55fd;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.5);
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.35);
}

.subtitles_box_main::before {
    content: '';
    position: absolute;
    width: 900px;
    height: 179px;
    top: -183px;
    left: 80px;
    background: url(/main/images/common/bg_building.png) no-repeat;
}

.subtitles_box_main .subtitles_txt {
    width: 820px;
    margin-left: 125px;
    padding: 10px 0;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.subtitles_box_main .subtitles_txt:before {
    position: absolute;
    content: '';
    top: 22px;
    left: -82px;
    background: url(/main/images/common/icon_subtitles.png) no-repeat;
    width: 56px;
    height: 43px;
}

.subtitles_box_main .subtitles_txt span {
    display: block;
    font-size: 30px;
    color: #fff;
    white-space: no-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.chart_info_box {
    position: relative;
    width: 820px;
    margin: 80px auto 0;
}

.chart_info_box .shape1 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(#ff0e72, #ff66a6);
    position: absolute;
    bottom: -90px;
    left: -90px;
}

.chart_info_box .shape2 {
    content: '';
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(#3da5e0, #325ea5);
    position: absolute;
    top: -55px;
    right: -90px;
}

.chart_info_box .chart_info {
    color: #fff;
    width: 820px;
    height: 1100px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 30px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    position: relative;
}

.chart_info_box h2 {
    text-align: center;
    font-size: 50px;
}

.skill:not(:last-child) {
    margin-bottom: 30px;
}

.detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bar {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    padding: 7px 10px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
}

.bar div {
    position: relative;
    width: 0;
    height: 5px;
    border-radius: 10px;
    background: #badefc;
    border: 1px solid #1c97fc;
    box-shadow: 0 0 5px rgba(28, 151, 252, 0.6);
}

#html-bar {
    animation: html-fill 2s forwards;
}

@keyframes html-fill {
    100% {
        width: 90%;
    }
}

#css-bar {
    animation: css-fill 2s forwards;
}

@keyframes css-fill {
    100% {
        width: 70%;
    }
}

#javascript-bar {
    animation: javascript-fill 2s forwards;
}

@keyframes javascript-fill {
    100% {
        width: 40%;
    }
}

#jquery-bar {
    animation: jquery-fill 2s forwards;
}

@keyframes jquery-fill {
    100% {
        width: 45%;
    }
}

/* icon */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

section {
    width: 1080px;
    height: 1320px;
    position: relative;
}

.home_box {
    width: 67px;
    height: 186px;
    background: url(/main/images/common/bg_home.png) no-repeat;
    position: absolute;
    bottom: 200px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.home_box i {
    font-size: 50px;
    color: #fff;
}

.back_box {
    width: 67px;
    height: 186px;
    background: url(/main/images/common/bg_back.png) no-repeat;
    position: absolute;
    bottom: 200px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.back_box i {
    font-size: 50px;
    color: #fff;
}

/*
.subtitles_box {
    width: 1038px;
    height: 106px;
    position: relative;
    margin: 50px auto 0;
    background: url(../images/common/bg_subtitles.png) no-repeat;
    z-index: 9999;
}

.subtitles_box .subtitles_txt {
    width: 820px;
    margin-left: 125px;
    padding: 10px 0;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.subtitles_box .subtitles_txt:before {
    position: absolute;
    content: '';
    top: 22px;
    left: -82px;
    background: url(../images/common/icon_subtitles.png) no-repeat;
    width: 56px;
    height: 43px;
}

.subtitles_box .subtitles_txt span {
    display: block;
    font-size: 30px;
    color: #fff;
    white-space: no-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 */

.subtitles_box {
    width: 1080px;
    height: 97px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 50px auto 0;
    z-index: 9999;
    list-style: none;
    margin-bottom: 15px;
    background: #2e55fd;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.5);
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.35);
}

.subtitles_box .subtitles_txt {
    width: 820px;
    margin-left: 125px;
    padding: 10px 0;
    position: relative;
}

.subtitles_box .subtitles_txt:before {
    position: absolute;
    content: '';
    left: -82px;
    background: url(/main/images/common/icon_subtitles.png) no-repeat;
    width: 56px;
    height: 43px;
}

.subtitles_box .subtitles_txt span {
    display: block;
    font-size: 30px;
    color: #fff;
    white-space: no-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.origin_txt {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    width: 1080px;
    height: 120px;
    background: #000;
    position: relative;
    text-align: center;
}

footer span {
    position: absolute;
    font-size: 40px;
    font-family: 's-core-dream';
    font-weight: 600;
    color: #3570a1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* main */
.main_gnb {
    width: 1080px;
    height: 926px;
    position: relative;
}

.main_gnb .main_visual {
    position: absolute;
    width: 641px;
    height: 892px;
    top: 50px;
    left: 0;
    background: url(/main/images/main/main_visual.png) no-repeat;
}

.main_gnb .bounce {
    position: absolute;
    top: 0;
    left: 150px;
    animation: bounce 2s infinite ease;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.main_gnb ul {
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: 350px;
    left: 350px;
}

.main_gnb ul li {
    width: 400px;
    height: 135px;
}

.main_gnb li a {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 999;
    position: absolute;
    align-items: center;
}

.main_gnb li:nth-child(1) {
    position: absolute;
    transform: rotate(0deg) translateY(-350px) rotate(0deg);
}

.main_gnb li:nth-child(2) {
    position: absolute;
    transform: rotate(45deg) translateY(-320px) rotate(-45deg);
}

.main_gnb li:nth-child(3) {
    position: absolute;
    transform: rotate(90deg) translateY(-290px) rotate(-90deg);
}

.main_gnb li:nth-child(4) {
    position: absolute;
    transform: rotate(135deg) translateY(-320px) rotate(-135deg);
}

.main_gnb li:nth-child(5) a {
    position: absolute;
    transform: rotate(180deg) translateY(-380px) rotate(-180deg);
}

.main_gnb ul li a .main_icon {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #7b81ec 0%, #3bd1d3 100%);
    border: 3px solid #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.main_gnb ul li a .main_icon i {
    display: flex;
    width: 133px;
    height: 133px;
    justify-content: center;
    align-items: center;
}

.main_gnb ul li a .main_gnb_tit {
    display: inline-flex;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    font-family: 's-core-dream';
    margin-left: 20px;
}

.main_ads {
    width: 1080px;
    height: 340px;
    background: #000;
    clear: both;
}

.touch_txt {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.touch_txt span {
    position: relative;
    text-align: center;
    margin-left: -80px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.touch_txt span:after {
    content: '';
    position: absolute;
    background: url(/main/images/common/icon_touch.png) no-repeat;
    width: 67px;
    height: 80px;
    right: -80px;
    bottom: -10px
}

/* 내용 */
.container_area {
    width: 980px;
    height: 1142px;
    background: #f2f3f6;
    margin: -30px auto;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}

.container_area h3 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.container_area .h3_txt {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%)
}

.container_area .h3_txt::before {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    font-size: 0;
    background-color: rgba(0, 218, 251, .24);
    content: "";
    transform: scaleX(1);
    transition: all .6s ease;
    z-index: -1
}

.container_area_bgN {
    width: 980px;
    height: 1142px;
    margin: -30px auto;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}

.container_area_bgN h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.container_area_bgN .h3_txt {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.container_area_bgN .h3_txt::before {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    font-size: 0;
    background-color: rgba(0, 218, 251, .24);
    content: "";
    transform: scaleX(1);
    transition: all .6s ease;
    z-index: -1
}

.tit_local {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
    padding-top: 20px;
    line-height: 48px;
    color: #fff;
}

.tit_local span {
    color: #FCAEAE;
    font-weight: 500;
}

.localorder_area {
    box-shadow: 10px 17px 40px 0px rgb(0 0 0 / 20%);
    border-radius: 40px;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    height: 900px;
    padding: 40px 0px 40px 30px;
    background-color: rgba(255, 255, 255, 0.2);
}

.localorder_area div {
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.localorder_area ul li {
    float: left;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 15px;
    border-radius: 15px;
    height: 70px;
    line-height: 70px;
    display: block;
    width: 250px;
    box-shadow: 0 0 #d9d9d9, 0 0 #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
    border: 2px solid #e6e6e6;
    position: relative;
    transform: translateZ(5px);
    transform-style: preserve-3d;
    margin-left: 10px;
}

.localorder_area ul li:after {
    border-color: #ccc;
    border-radius: 20px;
    border: 2px solid #ccc;
    bottom: -13px;
    left: -7px;
    right: -7px;
    top: 0px;
    display: block;
    position: absolute;
    content: "";
    transform: translateZ(-5px);
    transform-style: preserve-3d;
}

.localorder_area ul li:nth-child(3n) {
    margin-right: 0;
}

.localorder_area ul li a {
    display: block;
    font-size: 25px;
    color: #051016;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    font-weight: 500;
}

/*
.localorder_area .local_step1{float: left; position: relative; height: 100%; width: 210px; height: 100%; background: #f9f9f9; padding-top: 20px; box-sizing: border-box;}

.localorder_area .local_step1 .lb_tag{display:block; width:210px; height:51px; position:relative; z-index:1; color:#fff; text-align: center; font-size: 30px; line-height: 51px;}

.localorder_area .local_step1 .lb_tag > input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.localorder_area .local_step1 .lb_tag > label {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #000;
    background:#f9f9f9;
    line-height: 42px;
    width: 150px; height: 42px;
    border: 2px dashed #7b7f97;
    border-radius: 50px;
    margin: 0 auto;
}
.localorder_area .local_step1 .lb_tag > [id^="tab"]:checked + label {
    top: 0;
    background: #63a1ff;
    color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgb(35 0 104 / 16%);
    box-shadow: 0 8px 16px 0 rgb(35 0 104 / 16%);
    border:none;
}

.localorder_area .local_step1 .lb_tag > [id^="tab"]:checked + label:before {
   content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #63a1ff;
    border-right: 0;
    border-bottom: 0;
    margin-top: -4px;
    margin-right: -8px;
}

.localorder_area .local_step1 .lb_tag > [id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;

    opacity: 1;
    transition: opacity 400ms ease-out;
}

.localorder_area .local_step2{float: left; width: 640px; padding: 30px; box-sizing: border-box; overflow-y: scroll; height: 100%;}
.localorder_area .local_step2 > ul li {width: 48%; float: left; display: inline-block; position: relative; height: 55px; margin: 0px 0 0 10px; box-sizing: border-box; float: left; }
.localorder_area .local_step2 > ul li a{font-size: 25px; line-height: 55px;}

*/

.aside_btn {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 10;
    width: 123px;
}

.aside_btn li {
    display: inline-block;
    margin: 0 2px 5px;
}

.aside_btn .btn {
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #ffff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
}

.aside_btn .btn.on {
    background: #285f74;
    position: relative;
    border: none;
    box-shadow: 10px 10px 20px 2px rgb(0 0 0 / 23%);
}

.aside_btn .btn.on::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #285f74;
    border-bottom: 0;
    border-left: 0;
    margin-left: -15px;
    margin-bottom: -14px;
}

/* 지도 */
.map_area {
    width: 873px;
    height: 1127px;
    background: url(/main/images/common/bg_map1.png) no-repeat;
    margin: 0 0 0 100px;
    position: relative;
}

/*
.pulse {
    position: relative;
    margin: auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    animation: 1.6s playShadow ease-out infinite;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    border: 3px solid #dc455c;
    box-shadow: 0 15px 35px rgb(0 0 0 / 20%);
}
.pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    transition: 0.35s;
}
.pulse:hover:after {
  box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.3), 0 0 0 8px rgba(239, 35, 60, 0.2);
}
*/
.pulse {
    position: relative;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.pulse .txt1 {
    font-size: 20px;
    color: #232b45;
    text-align: center;
    font-weight: 500
}

.pulse .txt2 {
    font-size: 15px;
    color: #c30061
}

.cirle_1 {
    width: 106px;
    height: 106px;
    animation: ripple1 0.9s linear infinite;
}

.cirle_2 {
    width: 96px;
    height: 96px;
    animation: ripple2 0.9s linear infinite;
}

.cirle_3 {
    width: 86px;
    height: 86px;
    animation: ripple3 0.9s linear infinite;
}

.cirle_4 {
    width: 76px;
    height: 76px;
    animation: ripple4 0.9s linear infinite;
}

.cirle_5 {
    width: 66px;
    height: 66px;
    animation: ripple5 0.9s linear infinite;
}

@keyframes ripple1 {
    0% {
        box-shadow:
                0 0 0 0 rgba(220, 20, 60, 0.3),
                0 0 0 10px rgba(220, 20, 60, 0.3),
                0 0 0 20px rgba(220, 20, 60, 0.3),
                0 0 0 30px rgba(220, 20, 60, 0.3);
    }

    100% {
        box-shadow:
                0 0 0 10px rgba(220, 20, 60, 0.3),
                0 0 0 20px rgba(220, 20, 60, 0.3),
                0 0 0 30px rgba(220, 20, 60, 0.3),
                0 0 0 40px rgba(220, 20, 60, 0);
    }
}

@keyframes ripple2 {
    0% {
        box-shadow:
                0 0 0 0 rgba(255, 165, 0, 0.3),
                0 0 0 10px rgba(255, 165, 0, 0.3),
                0 0 0 20px rgba(255, 165, 0, 0.3),
                0 0 0 30px rgba(255, 165, 0, 0.3);
    }

    100% {
        box-shadow:
                0 0 0 10px rgba(255, 165, 0, 0.3),
                0 0 0 20px rgba(255, 165, 0, 0.3),
                0 0 0 30px rgba(255, 165, 0, 0.3),
                0 0 0 40px rgba(255, 165, 0, 0);
    }
}

@keyframes ripple3 {
    0% {
        box-shadow:
                0 0 0 0 rgba(107, 142, 35, 0.3),
                0 0 0 10px rgba(107, 142, 35, 0.3),
                0 0 0 20px rgba(107, 142, 35, 0.3),
                0 0 0 30px rgba(107, 142, 35, 0.3);
    }

    100% {
        box-shadow:
                0 0 0 10px rgba(107, 142, 35, 0.3),
                0 0 0 20px rgba(107, 142, 35, 0.3),
                0 0 0 30px rgba(107, 142, 35, 0.3),
                0 0 0 40px rgba(107, 142, 35, 0);
    }
}

@keyframes ripple4 {
    0% {
        box-shadow:
                0 0 0 0 rgba(255, 99, 71, 0.3),
                0 0 0 10px rgba(255, 99, 71, 0.3),
                0 0 0 20px rgba(255, 99, 71, 0.3),
                0 0 0 30px rgba(255, 99, 71, 0.3);
    }

    100% {
        box-shadow:
                0 0 0 10px rgba(255, 99, 71, 0.3),
                0 0 0 20px rgba(255, 99, 71, 0.3),
                0 0 0 30px rgba(255, 99, 71, 0.3),
                0 0 0 40px rgba(255, 99, 71, 0);
    }
}

@keyframes ripple5 {
    0% {
        box-shadow:
                0 0 0 0 rgba(135, 69, 205, 0.3),
                0 0 0 10px rgba(135, 69, 205, 0.3),
                0 0 0 20px rgba(135, 69, 205, 0.3),
                0 0 0 30px rgba(135, 69, 205, 0.3);
    }

    100% {
        box-shadow:
                0 0 0 10px rgba(135, 69, 205, 0.3),
                0 0 0 20px rgba(135, 69, 205, 0.3),
                0 0 0 30px rgba(135, 69, 205, 0.3),
                0 0 0 40px rgba(135, 69, 205, 0);
    }
}

/* 지역 */
.seoul {
    position: absolute;
    top: 185px;
    left: 160px
}

/*서울*/
.busan {
    position: absolute;
    bottom: 300px;
    right: 257px
}

/*부산*/
.daegu {
    position: absolute;
    bottom: 473px;
    right: 303px
}

/*대구*/
.incheon {
    position: absolute;
    top: 233px;
    left: 33px
}

/*인천*/
.gwangju {
    position: absolute;
    bottom: 266px;
    left: 165px
}

/*광주*/
.daejeon {
    position: absolute;
    top: 529px;
    left: 269px
}

/*대전*/
.ulsan {
    position: absolute;
    bottom: 426px;
    right: 213px
}

/*울산*/
.sejong {
    position: absolute;
    top: 374px;
    left: 165px
}

/*세종*/
.gyeonggi {
    position: absolute;
    top: 277px;
    left: 206px
}

/*경기*/
.gangwon {
    position: absolute;
    top: 152px;
    right: 407px
}

/*강원*/
.chungcheongbuk {
    position: absolute;
    top: 369px;
    left: 305px
}

/*충북*/
.chungcheongnam {
    position: absolute;
    top: 461px;
    left: 105px
}

/*충남*/
.jeollabuk {
    position: absolute;
    bottom: 422px;
    left: 208px
}

/*전북*/
.jeollanam {
    position: absolute;
    bottom: 217px;
    left: 64px
}

/*전남*/
.gyeongsangbuk {
    position: absolute;
    top: 448px;
    right: 326px
}

/*경북*/
.gyeongsangnam {
    position: absolute;
    bottom: 370px;
    right: 443px
}

/*경남*/
.jeju {
    position: absolute;
    bottom: 22px;
    left: 155px
}

/*제주*/

/* 회사 리스트 */
.company_list {
    position: relative;
}

.company_list:after {
    display: table;
    table-layout: fixed;
    clear: both;
    content: ""
}

.company_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company_list li {
    width: 32%;
    margin-bottom: 30px;
}

.company_list .item {
    position: relative;
    padding-top: 143px;
    height: 163px;
    border: 2px solid #c6c6c6;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 #d9d9d9, 0 0 #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 0 5px #d9d9d9, 2px 2.5px 4px #adb5bd, 0 -1px 2.5px #adb5bd;
    border-radius: 20px;
}

/*
.company_list .item {
    position: relative;
    float: left;
    padding-top: 143px;
    margin: -2px 0 0 -2px;
    width: 295px;
    height: 163px;
    border: 2px solid #c6c6c6;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    transition: box-shadow 0.5s, transform 0.5s
}
 */

.company_list .item .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #222;
}

.company_list .item .logo {
    display: inline-block;
    position: relative;
    z-index: 5;
    text-align: left;
    vertical-align: middle
}

.company_list .item .logo img {
    width: 110px;
    height: 38px
}

.company_list .item .corp {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 18px;
    color: #425ad4;
}

.company_list .item .tit {
    display: block;
    overflow: hidden;
    margin: 5px 0 0px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 20px;
    color: #444;
    text-overflow: ellipsis;
    height: 60px;
    /* white-space: nowrap; */
}

.company_list .item .desc {
    margin-top: 4px;
}

.company_list .item .desc li {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #949494;
    letter-spacing: -1px;
    line-height: 17px;
}

.company_list .item .desc li:first-child {
    margin-left: 0;
}

.company_list .item .desc li .above {
    display: inline-block;
    margin-top: -2px;
    width: 5px;
    height: 10px;
    font: 0/0 Arial;
    background: url(/main/images/common/spr_arrow.png) 0 0 no-repeat;
    vertical-align: middle;
}

.company_list .item .date {
    position: absolute;
    z-index: 1;
    height: 16px;
    right: 19px;
    font-size: 15px;
    color: #777;
    letter-spacing: -0.5px;
    line-height: 16px;
    top: 10px;
    font-weight: 500;
}


/*메뉴 수정 */
nav {
    width: 1080px;
    height: 250px;
    background: #2c2546;
}

.gnb {
    width: 1080px;
    background: #1d1d27;
    position: relative;
}

.gnb_box {
    width: 950px;
    margin: 0 auto
}


/* -------- PAGING -------- */
.paging {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
    flex-wrap: wrap;
}

.paging a.arrow {
    text-indent: -9999px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: #ccc;
}

.paging a.arrow.first {
    border-width: 1px;
    background-image: url(/main/images/common/board-icons_30.png);
}

.paging a.arrow.prev {
    border-width: 1px 1px 1px 0;
    background-image: url(/main/images/common/board-icons_36.png);
    margin-right: 10px;
}

a.arrow.next {
    border-width: 1px 0 1px 1px;
    background-image: url(/main/images/common/board-icons_39.png);
    margin-left: 10px;
}

a.arrow.last {
    border-width: 1px;
    background-image: url(/main/images/common/board-icons_33.png);
}

.paging a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    color: #868686;
    letter-spacing: -0.25px;
    background-color: #fff;
    border-radius: 8px;
}

.paging a:hover {
    color: #222;
}

.paging a.cur {
    border-color: #333;
    background-color: #333;
    color: #fff;
}

.paging a.paging-arrow i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    color: inherit;
    font-size: 24px;
}

.paging .paging-first i,
.paging .paging-last i {
    transform: translateX(-8px)
}

.paging .paging-first i:before,
.paging .paging-last i:before {
    display: block;
    width: 7px
}

.recmdTheme {
    position: relative;
    height: 980px;
}

.recmdTheme:after {
    display: table;
    table-layout: fixed;
    clear: both;
    content: ""
}

.recmdTheme .jv_header {
    position: relative;
    color: #fff;
    font-size: 0;
    letter-spacing: -1px;
    height: 120px;
    width: 860px;
    margin-top: 20px;
}

.recmdTheme .jv_header .company {
    display: inline-block;
    overflow: hidden;
    max-width: 500px;
    height: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.recmdTheme .jv_header .tit_job {
    margin-top: 4px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 35px;
}

.recmdTheme .jv_header .dday {
    position: absolute;
    top: -10px;
    right: 0;
    width: 80px;
    display: inline-block;
    z-index: 2;
    padding: 5px;
    height: 21px;
    border: 1px solid #ff7673;
    border-radius: 21px;
    color: #ff6d6a;
    font-size: 20px;
    background: #fff;
    text-align: center;
    line-height: 21px;
}

.recmdTheme .jv_summary {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #e5e6eb;
    border-top: 2px solid #222;
    height: 250px;
    border-radius: 20px 20px 0 0;
}

.recmdTheme .jv_summary .col {
    float: left;
    padding: 0px 0 20px;
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.5px;
}

.recmdTheme .jv_summary .col>dl {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-left: 86px;
    min-height: 22px;
}

.recmdTheme .jv_summary .col>dl.left {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    padding-left: 86px;
    min-height: 22px;
    width: 39%;
}

.recmdTheme .jv_summary .col>dl>dt {
    position: absolute;
    top: 0;
    left: 0;
    color: #888;
    line-height: 23px;
}

.recmdTheme .jv_summary .col>dl>dd {
    color: #444;
    line-height: 23px;
}

.recmdTheme .jv_summary .col>dl>dd strong {
    color: #4c78ea;
    font-weight: 500;
}

.recmdTheme .jv_detail {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    float: left;
    overflow-y: scroll;
    border-radius: 0 0 20px 20px;
    height: 600px;
}

.jv_detail .cont {
    width: 100%;
    height: 100%;
}

.quick_btn {
    display: block;
    text-align: center;
    position: relative;
    width: 880px;
    height: 86px;
}

.quick_btn ul > li {
    display: inline-block;
    width: 85px;
    height: 86px;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
}

.job_type_area {
    width: 100%;
    height: 920px;
    box-sizing: border-box;
    position: relative;
}

.type_btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
}

.type_btn li {
    width: 200px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.type_btn li:nth-of-type(4n) {
    margin-right: 0
}

.type_btn li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1.3;
    word-break: break-all;
}

.type_btn li a .career_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}


/* NCS면접 가이드 */
.ncs_type_area {
    width: 100%;
    height: 920px;
    box-sizing: border-box;
    position: relative;
}

.ncs_type_btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
}

.ncs_type_btn li {
    width: 200px;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
}

.ncs_type_btn li:nth-of-type(4n) {
    margin-right: 0
}

.ncs_type_btn li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1.3;
    word-break: break-all;
}

.ncs_type_btn li a .career_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.ncs_content {
    width: 870px;
    display: flex;
    margin-top: 50px;
}

.ncs_cont_bg {
    width: 810px;
    height: 1000px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    padding: 80px 35px 35px;
    box-sizing: border-box;
}
.ncs_cont_bg .inner{
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.ncs_cont_bg .ncs_tit {
    position: absolute;
    width: 470px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: #e59669;
    top: -20px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.ncs_cont_bg .ncs_tit::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #a75d35;
    right: -20px;
    top: 0;
}
.ncs_cont_bg .ncs_tit span{
    position: relative;
    color: #fff;
    font-size: 45px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ncs_tab {
    width: 60px;
    height: 900px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.ncs_tab ul {
    padding-top: 50px;
}

.ncs_tab ul li {
    width: 60px;
    height: 198px;
    position: relative;
}

.ncs_tab svg {
    width: 100%;
    height: 120%;
    margin-left: -1px;
    fill: #a9dcd0;
    filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.3));
}

.ncs_tab ul li.on svg {
    fill: #fff;
}

.ncs_tab .on {
    z-index: 5;
}

.ncs_tab ul li a span {
    height: 100%;
    writing-mode: vertical-lr;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #2c4b6f;
    word-spacing: 5px;
    font-size: 28px;
    letter-spacing: -8px;
    z-index: 1;
    margin-top: 20px;
    margin-left: 8px;
    font-family: 's-core-dream';
    font-weight: 500;
}

.ncs_tab .on a span {
    font-weight: 600;
}

.accordion-button {
    position: relative;
    transition: transform 0.4s;
}

.accordion-panel {
    width: 800px;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    position: relative;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    background: rgba(27, 49, 72, 0.5);
    /* box-shadow:inset 0 0 15px 3px rgba(0,0,0,0.5); */
}

.accordion-panel .tit {
    background: #65ddb7;
    font-size: 25px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.accordion-panel .ncs_btn {
    width: 100%;
    height: 140px;
}

.accordion-panel .ncs_btn ul {
    display: flex;
    width: 600px;
    margin: 20px auto 0;
    justify-content: space-between;
}

.accordion-panel .ncs_btn ul li {
    text-align: center;
    width: 90px;
}

.accordion-panel .ncs_btn ul li a {
    position: relative;
    display: block;
    width: 90px;
    color: #fff;
    padding: 84px 0 33px;
    font-size: 20px;
    line-height: 24px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.accordion-panel .ncs_btn ul li.ico_ncs1 a {
    background: url(/main/images/sub/icon_ncs1.png) no-repeat center 0;
}

.accordion-panel .ncs_btn ul li.ico_ncs2 a {
    background: url(/main/images/sub/icon_ncs2.png) no-repeat center 0;
}

.accordion-panel .ncs_btn ul li.ico_ncs3 a {
    background: url(/main/images/sub/icon_ncs3.png) no-repeat center 0;
}

.accordion-panel .ncs_btn ul li.ico_ncs4 a {
    background: url(/main/images/sub/icon_ncs4.png) no-repeat center 0;
}

.ncs_type_btn li:nth-child(2) .accordion-panel,
.ncs_type_btn li:nth-child(6) .accordion-panel,
.ncs_type_btn li:nth-child(10) .accordion-panel {
    left: -220px
}

.ncs_type_btn li:nth-child(3) .accordion-panel,
.ncs_type_btn li:nth-child(7) .accordion-panel {
    left: -440px
}

.ncs_type_btn li:nth-child(4) .accordion-panel,
.ncs_type_btn li:nth-child(8) .accordion-panel {
    left: -660px
}


/* .accordion-button:after {
      content: " ";
      border: solid #444;
      border-width: 0 0.2rem 0.2rem 0;
      display: inline-block;
      padding: 0.2rem;
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      transition: transform 0.2s ease-out;
  }
  .active:after  {
      border: solid white;
      border-width: 0 0.2rem 0.2rem 0;
      transform: translateY(-50%) rotate(45deg);
  } */

.excellent_tit {
    font-size: 30px;
    color: #fecd06;
    font-family: 's-core-dream';
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.excellent_tit::before {
    content: '●';
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.smallgiants_tit {
    font-size: 30px;
    color: #01debf;
    font-family: 's-core-dream';
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-top: 100px;
    margin-bottom: 10px;
}

.smallgiants_tit::before {
    content: '●';
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

/* 검색 */
.search_area {
    position: absolute;
    top: 36px;
    left: 22px;
    width: 916px;
    height: 1095px;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 1005;
    padding: 0 10% 0;
    box-sizing: border-box;
    display: none;
}

.search_box {
    margin-top: 150px;
}

.psearch-wrap {
    display: block;
    border-bottom: 4px solid #d9d9d9;
    position: relative;
    width: 100%;
    margin-top: 100px
}

.psearch-icon {
    width: 38px;
    height: 38px;
    margin: 0 30px;
}

.psearch-input {
    width: 80%;
    border-radius: 0;
    font-size: 40px;
    border: none;
    padding: 0px 5px 5px 8px;
    line-height: 2;
    color: #fff;
    background-color: transparent;
    vertical-align: middle;
}

/* 키보드 */
.keyboard {
    width: 724px;
    height: 353px;
    margin: 50px auto 0;
    border-radius: 15px;
    background: #000;
}

.row {
    margin-top: 20px;
    overflow: hidden;
}

.key {
    width: 63px;
    height: 63px;
    float: left;
    background: #283235;
    color: #fff;
    line-height: 63px;
    text-align: center;
    margin-left: 8px;
    border-radius: 15px;
    font-size: 30px;
}

.row:first-child {
    padding-top: 20px;
}

.key__shift-left {
    width: 102px;
}

.key__convert {
    width: 129px;
    color: #0a9691;
    font-size: 25px;
}

.key__delete {
    width: 102px;
}

.key__enter {
    width: 129px;
    color: #0a9691;
    font-size: 25px;
}

.key__spacebar {
    width: 355px;
}

.key__mL46 {
    margin-left: 46px;
}

.key__mL50 {
    margin-left: 50px;
}

/* 옵션 */
.option_area {
    width: 880px;
    box-shadow:inset 0 0 15px 5px rgba(0,0,0,0.2);
    border-radius: 40px;
    position: relative;
    margin: 50px auto 0;
    background: #ebebf3;
    border: 10px solid #fff;
}

.option_area::before {
    content: '';
    z-index: -1;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: -8px -8px 10px #fff;
    overflow: hidden;
}

.option_area .desc {
    width: 100%;
    height: 110px;
    border-radius: 30px 30px 0 0;
    line-height: 110px;
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    box-shadow: 0 5px 20px 5px rgba(166,166,203,0.8);
}
.option_area .desc span{
    color: #ff626d;
}
.careers_search {
    padding: 0 30px 30px;
    margin-top: 50px;
}

.careers_search .careers_box {
    padding-bottom: 40px;
}

.careers_search .careers_box h2 span {
    position: relative;
    font-size: 30px;
    margin-left: 30px;
}

.careers_search .careers_box h2 span::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff626d;
    position: absolute;
    right: -15px;
    content: '';
}

.careers_search .careers_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.careers_search .careers_box ul li {
    width: 20%;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.careers_search .careers_box ul li a {
    width: 150px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #7d8190;
    text-align: center;
    border: 2px solid #fff;
    background: #ebebf3;
    box-shadow: 8px 13px 30px 0px rgb(93, 121, 171, 0.3);
}

.careers_search .careers_box ul li a.on {
    color: #fff;
    background: #d0d0dd;
    box-shadow:inset 0 15px 20px 0 rgba(0,0,0,0.3);
    border: 2px solid #d0d0dd;
    font-weight: 700;
}


/* 버튼 */
.btn_wrap {
    text-align: center;
    margin-bottom: 20px;
    border-top: 3px solid #e5e5e5;
    padding-top: 30px;
}

.btn_wrap button {
    width: 140px;
}

.btn_wrap button+button {
    margin-left: 16px;
}

a[class^="btn_"],
button[class^="btn_"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    height: 50px;
    border-radius: 25px;
    border: 2px solid transparent;
    padding: 0 38px;
    color: #fff;
    font-size: 20px;
}

a[class*="_type1"],
button[class*="_type1"] {
    background: #eee;
    border-color: #31386a;
    color: #111;
}

a[class*="_type2"],
button[class*="_type2"] {
    background: #31386a;
    border-color: #31386a;
}

.button-wrap {
    display: flex;
    justify-content: center;
}

.button-wrap.type1 {
    margin-top: 15px;
}

.button-wrap [class*=btn]:not(:last-child) {
    margin-right: 12px;
}

.btn-info {
    position: relative;
    width: auto;
    padding: 0 48px;
    border-radius: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    background: #05141f;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.btn-info i {
    margin-left: 10px;
}

.more_btn {
    display: block;
    width: 100px;
    padding: 5px 10px;
    border: 2px solid #E40F18;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
}

.link_btn {
    width: 400px;
    height: 100px;
    position: absolute;
    bottom: 100px;
    border: 5px solid #fff;
    border-radius: 100px;
    line-height: 1;
    align-items: center;
    background: #fbb938;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    font-size: 40px;
    color: #fff;
    font-family: 's-core-dream';
    font-weight: 600;
}

.link_btn.btn_icon {
    padding: 0px 0px 0px 60px;
}

.arrow {
    display: inline-block;
    background-image: url(/main/images/sub/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100%;
    position: relative;
    margin-left: 100px;
}

.arrow1 {
    display: inline-block;
    background-image: url(/main/images/sub/arrow1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 45px;
    height: 100%;
    position: relative;
    margin-left: 20px;
}

.arrow2 {
    display: inline-block;
    background-image: url(/main/images/sub/arrow2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 100%;
    position: relative;
    margin-left: 20px;
}

.bt_next {
    border: 3px solid #fff;
    background: #fbb938;
    color: #fff;
    width: 250px;
    height: 60px;
    border-radius: 100px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    padding-left: 50px;
    box-sizing: border-box;
    font-weight: 500;
}

.btn_next.btn_icon {
    padding: 0px 0px 0px 60px;
}

.btn {
    position: relative;
    display: inline-block;
    overflow-wrap: break-word;
    padding: 15px 0px;
    max-width: 100%;
    width: auto;
    border-radius: 39px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 700;
}

.bt_primary {
    background: #fff;
    border: 3px solid #ffbe46;
    width: 300px;

}

.bt_default {
    background: #ffbe46;
    border: 3px solid #ffbe46;
    color: #fff !important;
    width: 300px;
}

.box_item {
    width: 200px;
    border-radius: 65px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 30px;
    font-weight: 800;
    padding: 0 80px;
    position: relative;
}

/* 결과 */
.resultSet {
    border: 2px solid #41506e;
    display: block;
    width: 860px;
    box-sizing: border-box;
    position: relative;
    padding: 5px 19px 10px 14px;
    margin: 45px 0 15px;
    background: #fff;
    box-shadow: 0px 5px 13px rgb(17 17 17 / 30%);
}

.resultSet .listWrap {
    display: table;
    width: 100%;
}

.blind {
    position: absolute;
    top: -9999em;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.resultSet .listWrap .resultList {
    position: relative;
    padding: 4px 0;
    vertical-align: middle;
}

.resultSet .listWrap dd {
    display: table-cell;
}

.resultSet .listWrap .resultList .items {
    padding: 10px 0;
}

.resultSet .listWrap dd .items li {
    float: left;
    height: 27px;
    margin-right: 9px;
}

.resultSet .listWrap dd .items li button {
    font-size: 18px;
    padding: 6px 5px 5px 5px;
    text-decoration: none !important;
}

.resultSet .listWrap dd .items li>button {
    color: #3399ff;
    background: transparent;
}

.resultSet .listWrap dd .items li button .ico {
    margin-left: 10px;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 12px;
    height: 12px;
    background: url(/main/images/common/btn_del.png) no-repeat;
}

.hexagon_area {
    width: 793px;
    height: 873px;
    background: url(/main/images/sub/bg_hexagon.png) no-repeat;
    margin: 0 auto;
    position: relative;
}

.hexagon_list {
    margin: 0px auto 0;
    position: relative;
    padding-top: 260px;
    width: 580px;
}

.hexagon_list ol.even {
    position: relative;
    left: 100px;
}

.hexagon_list ol.odd {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
}

.hex {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    width: 180px;
    height: 200px;
}

.hex .title {
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: 's-core-dream';
    font-weight: 600;
    color: #2f190d;
}

.bee_img {
    position: absolute;
    top: -120px;
    right: -110px;
}

/* 번호 키보드 */
.phonContainer {
    width: 320px;
    height: 550px;
    background: #272b2c;
    border-radius: 30px;
    position: absolute;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    top: -568px;
    left: 0px;
    box-shadow: 5px 9px 18px rgba(0, 0, 0, 0.25);
}

.phonContainer>.inputPlace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0 10px;
}

.input_box {
    width: 250px;
    height: 60px;
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.phonContainer>.input_num {
    width: 300px;
}

.phonContainer>.input_num>ul {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.phonContainer>.input_num>ul li {
    cursor: pointer;
    display: flex;
    line-height: 1;
    justify-content: center;
    margin: 5px;
    font-family: 'NanumBarunGothic';
    font-weight: 700
}

.phonContainer>.input_num>ul li>.circle-button {
    align-items: center;
    border: 1px solid #888;
    border-radius: 100%;
    color: #71D4FE;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 75px;
    transition: all 0.125s linear;
    width: 75px;
    font-size: 30px;
    background: #323a3d;
}

.phonContainer>.input_num>ul li i {
    font-size: 30px;
}

.callButton {
    position: relative;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 70%);
    color: #71D4FE;
    padding: 15px;
    background: #323a3d;
    border-radius: 12px;
    text-shadow: 0px 0px 40px #71d4fe, 0px 0px 80px #71d4fe;
    width: 250px;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
}

.callButton a {
    font-size: 25px;
    color: #71D4FE;
    font-weight: 500;
    text-shadow: 0px 0px 40px #71d4fe, 0px 0px 80px #71d4fe;
}

/* e-mail 키보드 */
.emailContainer {
    background: #2e2e2e;
    border-radius: 30px;
    width: 640px;
    height: 480px;
    box-shadow: 5px 9px 18px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: -500px;
    padding: 50px 30px 0;
    box-sizing: border-box;
}

.email_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.email_box input {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    background: transparent;
    font-family: 'NanumBarunGothic';
    font-weight: 700
}

.email_box textarea {
    font-size: 20px;
    height: 300px;
    padding: 10px;
}

.email_box .dv-select {
    font-size: 20px;
    height: 100%;
}

.email_box .dv-select select {
    font-size: 20px;
    border-bottom: 2px solid #ccc;
    background: transparent;
    padding: 0 10px;
    color: #fff;
    height: 50px;
}

.email_box .dv-select select option {
    color: #222;
}

.email_box .dv-select span.spn-sel-arrow {
    height: 50px;
}

.email_box li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.email_box li.li-txt {
    width: auto;
    text-align: center;
    color: #fff;
}

.email_box li.li-txt span {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
}

.email_box li.emailId {
    width: 35%;
}

.email_box li.emailAdd {
    width: 35%;
}

.email_box li.emailSel {
    width: 28%;
}

.email_keyboard {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 30px 0px;
    font-size: 30px;
}

.email_keyboard div[class*='line'] {
    display: flex;
    justify-content: space-around;
}

.email_keyboard div[class*='line'] {
    display: flex;
    justify-content: space-around;
}

.email_keyboard div[class*='line'] {
    margin-top: 15px;
}

.email_keyboard .line2 {
    margin-left: 50px;
}

.email_keyboard div[class*='line'] span {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .7);
    color: #71D4FE;
    background: #2F3336;
    border-radius: 12px;
    text-shadow: 0px 0px 40px #71D4FE, 0px 0px 80px #71D4FE;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.email_keyboard div.line2 span:nth-child(1) {
    width: 100px;
}

.email_keyboard div.line2 span:nth-child(2) {
    width: 355px;
}

.email_keyboard div.line2 span:nth-child(3) {
    width: 100px;
}

/* 꿀팁 box */
.tip_box {
    width: 100%;
    height: 950px;
    position: relative;
}


/* 채용통계1 */
.ranking_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0;
}

.ranking_box li {
    width: 278px;
    height: 237px;
    background: url(/main/images/sub/bg_ranking.png) no-repeat;
    margin-right: 23px;
    position: relative;
    margin-bottom: 40px;
}

.ranking_box li:nth-child(3n) {
    margin-right: 0;
}

.ranking_box li .total_txt {
    width: 220px;
    height: 60px;
    margin-top: 20px;
    font-size: 27px;
    text-align: right;
}

.ranking_box li .total_txt span {
    font-size: 45px;
    color: #f5138c;
    font-weight: 600;
    letter-spacing: -2px;
    text-shadow: 3px 3px 5px #8c93e1;
    transition: ease all 0.3s;
    font-family: 's-core-dream';
    font-weight: 600
}

.ranking_box li .category_txt {
    width: 220px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: 's-core-dream';
    font-weight: 600;
    margin-left: 30px;
    margin-top: 20px;
    word-break: break-all;
    text-align: center;
}

.ranking_box li .badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 65px;
    height: 81px;
}


/* 채용속보 */
.news_box {
    width: 100%;
    height: 1127px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.news_box .bt_slide_box {
    position: absolute;
    left: 50%;
    bottom: 100px;
    text-align: center;
    z-index: 10;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
}

.news_box .bt_slide_box .next,
.news_box .bt_slide_box .prev {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 0;
    vertical-align: top;
}

.news_box .bt_slide_box .next {
    margin: 0;
    background: rgba(255, 232, 76, 0.2) url("/main/images/sub/slide_next.png") no-repeat 50% 50%;
}

.news_box .bt_slide_box .prev {
    margin: 0;
    background: rgba(255, 232, 76, 0.2) url("/main/images/sub/slide_prev.png") no-repeat 50% 50%;
}

.news_box .bt_slide_box .pagination {
    display: inline-block;
    margin: 0 10px;
    line-height: 36px;
    vertical-align: top;
    font-family: 's-core-dream';
    color: #fff;
    font-size: 25px;
}

.news_box .bt_slide_box .pagination span {
    display: inline-block;
    font-size: 30px;
    line-height: 80px;
    font-weight: 600;
    font-family: 's-core-dream';
    color: #fff;
    margin: 0 10px;
}

.news_box .bt_slide_box .pagination span.total {
    opacity: .5;
    color: #fff3a5;
}

.vertical-text-scroll-v2 .vertical-carousel-wrapper {
    padding: 50px 0 0;
    position: relative;
}

/*
.vertical-text-scroll-v2 .vertical-carousel-wrapper .highlight {
    position: absolute;
    width: 859px;
    height: 94px;
    background: #000;
    border-radius: 20px;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.5);
    top: 269px;
    left: 0px;
    z-index: -1;
}
 */
.vertical-text-scroll-v2 ul.container {
    text-align: center;
    padding: 0 20px;
}

.vertical-text-scroll-v2 ul.container li {
    color: #efe3bb;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    line-height: 70px;
    width: 95%;
    transition: color 1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-text-scroll-v2 ul.container li:first-child {
    /* animation: fadeOut 1s;
    animation-delay: 1s; */
}

.vertical-text-scroll-v2 ul.container li:last-child {
    /* animation: fadeIn 2s; */
}

.vertical-text-scroll-v2 ul.container li:nth-child(13) {
    font-size: 10px;
    opacity: 0.1;
}

.vertical-text-scroll-v2 ul.container li:nth-child(12) {
    font-size: 15px;
    opacity: 0.2;
}

.vertical-text-scroll-v2 ul.container li:nth-child(1),
.vertical-text-scroll-v2 ul.container li:nth-child(11) {
    font-size: 12px;
    opacity: 0.3;
}

.vertical-text-scroll-v2 ul.container li:nth-child(2),
.vertical-text-scroll-v2 ul.container li:nth-child(10) {
    font-size: 14px;
    opacity: 0.4;
}

.vertical-text-scroll-v2 ul.container li:nth-child(3),
.vertical-text-scroll-v2 ul.container li:nth-child(9) {
    font-size: 16px;
    opacity: 0.5;
}

.vertical-text-scroll-v2 ul.container li:nth-child(4),
.vertical-text-scroll-v2 ul.container li:nth-child(8) {
    font-size: 18px;
    opacity: 0.7;
}

.vertical-text-scroll-v2 ul.container li:nth-child(5),
.vertical-text-scroll-v2 ul.container li:nth-child(7) {
    font-size: 20px;
    opacity: 0.9;
}

.vertical-text-scroll-v2 ul.container li:nth-child(6) {
    margin: 10px 0;
    color: #000;
    transition: all 1s ease;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    /* text-shadow: 0 0.1em 20px rgba(0, 0, 0, 1), 0.05em -0.03em 0 rgba(0, 0, 0, 1), 0.05em 0.005em 0 rgba(0, 0, 0, 1), 0em 0.08em 0 rgba(0, 0, 0, 1),
        0.05em 0.08em 0 rgba(0, 0, 0, 1), 0px -0.03em 0 rgba(0, 0, 0, 1),
        -0.03em -0.03em 0 rgba(0, 0, 0, 1), -0.03em 0.08em 0 rgba(0, 0, 0, 1), -0.03em 0 0 rgba(0, 0, 0, 1);*/
    width: 100%;
    height: 94px;
    background: linear-gradient(to bottom, #ffe200 0%, #ffc801 100%);
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    line-height: 94px;
    padding: 0 20px;
    box-sizing: border-box;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* 팝업 */
.pop_event {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
}

.apply-view {
    width: 760px;
    height: 1100px;
    background: #fff;
    border: 10px solid #e3e3e3;
    position: relative;
    padding: 30px 20px;
    box-sizing: border-box;
}

.apply-view::before {
    position: absolute;
    content: '';
    background: url(/main/images/sub/pop_event_before.png) no-repeat;
    width: 860px;
    height: 80px;
    top: -50px;
    left: -60px;
    z-index: -1;
}


/* 채용행사 */
.apply-view .apply-view-header1 {
    position: relative;
    padding: 0px 20px 20px;
    border-bottom: 2px solid #dcddde;
    height: 100px;
    display: flex;
    align-items: center;
}

.apply-view .apply-view-header1 h2 {
    font-size: 30px;
    font-weight: 700;
}

.apply-view-content1 {
    padding: 48px 20px 20px;
    border-bottom: 2px solid #dcddde;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 820px;
}

.apply-view-content1 dl {
    margin-bottom: 30px;
}

.apply-view-content1 dt {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.apply-view-content1 dt i {
    margin-right: 5px;
}

.apply-view-content1 dd {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    color: #05141F;
}


/* 공채속보 */
.apply-view .apply-view-header {
    position: relative;
    padding: 0px 20px 10px;
    border-bottom: 2px solid #dcddde;
}

.apply-view .apply-view-header h2 {
    font-size: 30px;
    font-weight: 700;
}

.apply-view .apply-view-header h2 .logo {
    display: inline-block;
    box-shadow: 3px 4px 24px 0px rgb(0, 67, 236, 0.3);
}

.apply-view .apply-view-header h2 .tit {
    height: 100px;
    display: flex;
    text-align: left;
    align-items: center;
}

.apply-view-content {
    padding: 0 20px 20px;
    border-bottom: 2px solid #dcddde;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 820px;
    font-size: 16px;
}

.apply-view-content h2 {
    text-align: center;
}

.apply-view-content h2 span {
    color: #000;
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    z-index: 1;
    background: #ebf1fc;
    border-radius: 30px;
    color: #23419b;
    margin-top: 50px;
}

.apply-view-content dl {
    margin-bottom: 30px;
}

.apply-view-content dt {
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.apply-view-content dt i {
    margin-right: 10px;
}

.apply-view-content dt span {
    font-size: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.apply-view-content dt span::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 3px;
    z-index: -1;
    height: 7px;
    border-radius: 7px;
    background-color: #74eb8b;
}

.apply-view-content dd {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #05141F;
}

.apply-view-content dd pre {
    white-space: pre-line;
}

.apply-view-content .textEnd {
    font-size: 16px;
    background: #f6f6f6;
    display: block;
    font-weight: 500;
    position: relative;
    width: 100%;
    border: 3px solid #D7E3FF;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px 0px;
    color: #222;
    align-items: center;
}

.apply-view-content .textEnd::after {
    position: absolute;
    content: '';
    height: 40px;
    width: calc(99% + 6px);
    top: -3px;
    left: -3px;
    border-radius: 20px 20px 0 0;
    border-right: 3px solid#4571e9;
    border-left: 3px solid #4571e9;
    border-top: 3px solid #4571e9;
}

.recurit-copyright {
    margin-top: 13px;
    padding: 20px;
    border: 1px solid #eee;
    background: #fbfbfb;
    line-height: 1.3;
    letter-spacing: -.5px;
}



/* 정부지원일자리정보 */
.job_info ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job_info li {
    width: 417px;
    height: 447px;
    background: url(/main/images/sub/bg_jobInfo.png) no-repeat;
    padding: 55px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.job_info li .title {
    font-size: 25px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    border-bottom: 2px dashed #355bd5;
    font-weight: 700;
}

.job_info li .detail_info {
    width: 100%;
    height: 265px;
    overflow-y: auto;
}

.job_info li .detail_info dl {
    display: flex;
    box-sizing: border-box;
    padding: 5px 0px 0;
}

.job_info li .detail_info dl dt {
    box-sizing: border-box;
    width: 100px;
    padding-left: 15px;
    font-size: 20px;
    color: #000;
    line-height: 180%;
    position: relative;
    font-weight: 700;
}

.job_info li .detail_info dl dt:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 2px;
    height: 2px;
    border: 3px solid #f66e6f;
}

.job_info li .detail_info dl dd {
    box-sizing: border-box;
    width: calc(100% - 100px);
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

/* 채용행사 */
#event_div {
    height: 380px;
    background: #eff0f8;
}

#event_div table th {
    font-size: 25px;
    padding: 20px 0;
}

.v-info {
    overflow-y: auto;
    width: 100%;
    height: 360px;
    margin-top: 20px;
    padding-bottom: 60px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.v-section {
    border-bottom: 1px solid #fff;
    padding: 25px 15px 10px;
}

.v-section_item {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
    line-height: 1.5;
}

.v-section_line {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 2px;
}

.color-orange {
    background: linear-gradient(#ff9900, #ff5050);
    box-shadow: 0 2px 12px -3px #ff5050;
}

.bg_color1 {
    box-shadow: 10px 17px 40px 0px rgb(0, 0, 0, 0.2);
    border-radius: 0 0 40px 40px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* .bg_color1 {
    background-color: rgba(253, 244, 235, 0.7);
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}
 */
.bg_color2 {
    background-color: rgba(253, 239, 239, 1);
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.bg_color3 {
    background-color: rgba(232, 233, 254, 1);
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.bg_color4 {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.bg_color5 {
    background-color: rgba(255, 249, 227, 1);
    box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.tbl-careers {
    width: 100%;
    margin-top: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.tbl-careers thead th {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 16px;
    padding: 15px 0;
    background: #fbfbfb;
}

.tbl-careers thead th:first-child {
    border-left: none;
}

.tbl-careers tbody td {
    font-size: 16px;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    padding: 10px;
    text-align: center;
    word-break: break-word;
}

.tbl-careers tbody td pre {
    white-space: pre-line;
}

.tbl-careers tbody td:first-child {
    border-left: none;
}

.tbl-careers tbody td.tl {
    text-align: left;
}

.step_schedule {
    width: 100%;
    height: auto;
    border: 3px solid #eeeeee;
    border-top: 2px solid #db4342;
    padding: 30px;
    margin: 30px 0 0;
    box-sizing: border-box;
}

.step_schedule li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.step_schedule li::before {
    color: #fff;
    content: 'done';
    font-family: 'Material Icons';
    display: flex;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #1fb6eb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.step_schedule li .title {
    font-size: 18px;
    position: relative;
}

.step_schedule li p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
}

/* 뉴스속보 수정 */
.accordion ul {
    perspective: 900;
    padding: 0;
    margin: 0;
    width: 880px;
}

.accordion ul li {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
    box-shadow: 12px 12px 19px 0 rgba(0, 0, 0, 0.45),
    -8px -8px 20px 0 rgba(255, 255, 255, 0.5);
    /*animation: flipdown 0.5s ease both;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 1px 1px 2px hsla(0, 0%, 100%, .25), inset 0 -30px 30px hsla(0, 0%, 0%, .2);
}
.show_animation{
    animation: flipdown 0.5s ease both;
}
.accordion ul li a {
    color: #fff;
}

.accordion ul li:nth-of-type(1) {
    animation-delay: 0.4s;
}

.accordion ul li:nth-of-type(2) {
    animation-delay: 0.55s;
}

.accordion ul li:nth-of-type(3) {
    animation-delay: 0.7s;
}

.accordion ul li:nth-of-type(4) {
    animation-delay: 0.85s;
}

.accordion ul li:nth-of-type(5) {
    animation-delay: 1s;
}

.accordion ul li:nth-of-type(6) {
    animation-delay: 1.15s;
}

.accordion ul li:nth-of-type(7) {
    animation-delay: 1.3s;
}

.accordion ul li:nth-of-type(8) {
    animation-delay: 1.45s;
}

.accordion ul li:nth-of-type(9) {
    animation-delay: 1.6s;
}

.accordion ul li:nth-of-type(10) {
    animation-delay: 1.75s;
}

.accordion ul li:nth-of-type(11) {
    animation-delay: 1.9s;
}

.accordion ul li:nth-of-type(12) {
    animation-delay: 2.05s;
}

.accordion ul li:nth-of-type(13) {
    animation-delay: 2.2s;
}

.accordion ul li:nth-of-type(14) {
    animation-delay: 2.35s;
}

.accordion ul li:nth-of-type(15) {
    animation-delay: 2.55s;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

/*  OX 퀴즈 */
.ox_quiz_box {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    justify-content: center;
}

.quiz_case ul {
    width: 760px;
    display: flex;
    margin: 100px auto 0;
    justify-content: space-between;
}

.quiz_case li {
    width: 350px;
    height: 600px;
    background: #fff;
    line-height: 1.5;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.quiz_case li a {
    display: block;
    width: 100%;
    height: 100%;
}

.quiz_case li .quiz_tit {
    margin-top: 80px;
    display: block;
    font-size: 50px;
    color: #006fb4;
}

.quiz_case li .quiz_tit span {
    color: #0094a8;
    display: block;
}

.quiz_case li .quiz_img {
    height: 160px;
    padding: 55px 0;
}

.quiz_case li .txt {
    height: 100px;
    background: #fbb938;
    text-align: center;
    position: relative;
    display: flex;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.quiz_problem_box {
    width: 869px;
    height: 1041px;
    background: url(/main/images/sub/bg_quiz_p.png) no-repeat;
    position: relative;
    padding: 130px 100px;
    box-sizing: border-box;
}

.quiz_problem_box .quiz_num {
    position: absolute;
    display: flex;
    width: 126px;
    height: 116px;
    font-size: 45px;
    font-family: 's-core-dream';
    font-weight: 600;
    background: url(/main/images/sub/bg_quiz_num.png) no-repeat;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 50px;
}

.quiz_problem_box .question {
    width: 700px;
    height: 200px;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    font-size: 35px;
    font-family: 's-core-dream';
    font-weight: 500;
    line-height: 1.3;
}

.quiz_problem_box .ox_zone {
    width: 550px;
    margin: 150px auto 0;
    display: flex;
    justify-content: space-between;
}

.quiz_problem_box .result_zone {
    width: 700px;
    margin: 30px auto 50px;
    overflow: hidden;
    height: 650px;
}

.quiz_problem_box .result_zone .result_box {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.quiz_problem_box .result_zone .result_txt {
    width: 100%;
    font-size: 25px;
    text-align: justify;
    font-family: 's-core-dream';
    font-weight: 400;
}

.quiz_problem_box .result_zone .quiz_btn {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.quiz_wrong_box {
    width: 869px;
    height: 1041px;
    background: url(/main/images/sub/bg_quiz_w.png) no-repeat;
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quiz_finish_box {
    width: 869px;
    height: 1041px;
    background: url(/main/images/sub/bg_quiz_w.png) no-repeat;
    position: relative;
    padding: 250px 0px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.txt_finish {
    margin-top: 50px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.txt_finish span {
    display: block;
    font-size: 70px;
    color: #4f7dff;
}

.finish_btn_box {
    width: 620px;
    margin: 50px auto 0;
    display: inline-flex;
    justify-content: space-between;
}

/* qr_pop */
.qr_area {
    width: 435px;
    height: 510px;
    background: url(/main/images/sub/bg_qr.png) no-repeat;
    position: relative;
}

.qr_area .qr_box {
    width: 210px;
    height: 210px;
    position: absolute;
    top: 209px;
    left: 50%;
    transform: translateX(-50%);
}

.qr_area .qr_box img {
    width: 100%;
}