.sub_banner {
    position: relative;
}

.banner1 {
    background: url('../../images/sub_banner1.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat:  no-repeat;
    width: 100%;
    height: 55vh;
}

.banner2 {
    background-image: url('../../images/sub_banner2.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat:  no-repeat;
    width: 100%;
    height: 55vh;
}

.banner3 {
    background-image: url('../../images/sub_banner3.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: left center;
    background-repeat:  no-repeat;
    width: 100%;
    height: 55vh;
}

.banner4 {
    background-image: url('../../images/sub_banner4.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat:  no-repeat;
    width: 100%;
    height: 55vh;
}

.main_title {
    margin-top: 120px;
    display: inline-block;
    width: 100%;
    font-size: 30px;
}

.sub_title {
    text-align: center;
    color: #fff;
}

.sub_title p {
    font-weight: 400;
    letter-spacing: 0;
}

.sub_title h2 {
    font-size: 40px;
    font-weight: bold;
}

.sub-tab-menu {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,.8)
}

.sub-tab-menu a {
    float: left;
    text-align: center;
    padding: 18px 0;
    border-right: 1px solid #333;
}

.sub-tab-menu a:hover {
    float: left;
    text-align: center;
    padding: 18px 0;
    border-right: 1px solid #333;
}


.sub-tab-menu a:first-child {
    border-left: 1px solid #333;
}

.company-tab a {
    width: 33.33333333%;
    color: #fff;
}

.company-tab a:hover {
    color: #333;
    background: #fff;
}

.tab-active {
    background: #fff;
    color: #333 !important;
}

.company_title {
    margin-top: 150px;
    display: inline-block;
    width: 100%;
}

.company_title h3 {
    font-size: 30px;
    margin-bottom: 12px;
}

.company_title h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
}

.company_title p {
    color: #999;
    white-space: pre-line;
}

.about_company {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.about_company ul li {
    float: left;
    margin-right: 2%;
    width: 18%;
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 300px;
}

.info_title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    width: 100%;
}

.info_title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    margin: 10px auto;
}

.info_wrap {
    width: 100%;
}

.business {
    margin-top: 13px;
}

.business_text {
    line-height: 18px;
    white-space: pre-line;
}

.about_us {
    margin: 150px 0 20px 0;
}

.about_us_subtitle {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.about_us {
    display: inline-block;
    width: 100%;
}

.company_title2 {
    margin-top: 0;
}

.list {
    width: 40%;
}

.document {
    width: 60%;
}

.document > div {
    display: flex;
    justify-content: end;
}

.list ul li {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.list ul li p {
    display: inline-block;
    vertical-align: middle;
}

.list ul li p:last-child {
    margin-left: 10px;
}

.document_wrap {
    display: flex;
    margin-top: 90px;
    margin-bottom: 150px;
}

.document img {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    width: 31%;
    height: auto;
    margin-right: 10px;
}

.document img:last-child {
    margin-right: 0px;
}

/*.venture {
    margin-right: 30px;
}*/

.location_table {
    margin-bottom: 150px;
}

.table {
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 30px;
}

.table tbody tr th {
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    font-size: 14px;
}

.table tbody tr td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}

.table tbody tr {
    border-bottom: 1px solid #ccc;
}

.subway_ico {
    background: #f9bf20;
    border-radius: 100px;
    color: #fff;
    padding: 2px 10px;
    margin-left: 10px;
    font-size: 14px;
}

.btn {
    margin-bottom: 150px;
    width: 100%;
    cursor: default !important;
}

.btn input {
    margin: 0 auto;
    width: 150px;
    background: #c79860;
    border: 0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.type_wrap {
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    position: relative;
    margin-bottom: 150px;
}

.type_wrap > ul li {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.type_wrap > ul li:nth-child(odd) .type_list {
    padding-right: 180px;
    padding-left: 50px;
}

.type_wrap > ul li:nth-child(even) .type_list {
    padding-left: 180px;
    padding-right: 50px;
}

.type_wrap > ul li:nth-child(1) .type_list, 
.type_wrap > ul li:nth-child(2) .type_list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.type_wrap > ul li:nth-child(3) .type_list, 
.type_wrap > ul li:nth-child(4) .type_list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.type_wrap > ul li:nth-child(1)::after {
    left: 40px;
}

.type_wrap > ul li:nth-child(4)::after {
    right: 40px;
    top: 0;
}

.type_wrap > ul li:nth-child(2)::after {
    left: 0;
    top: 30px;
}

.type_wrap > ul li:nth-child(3)::after {
    right: 0;
    bottom: 30px;
}


.type_wrap > ul li:nth-child(1)::after,
.type_wrap > ul li:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 415px;
    height: 1px;
    background: #ccc;
    position: absolute;
}

.type_wrap > ul li:nth-child(2)::after, 
.type_wrap > ul li:nth-child(3)::after {
    content: '';
    display: inline-block;
    height: 100px;
    width: 1px;
    background: #ccc;
    position: absolute;
}


.type_ko, .type_en {
    font-size: 24px;
}

.type_en {
    margin-bottom: 10px;
}

.gradient_circle {
    width: 360px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, #ed775e, #fea858);
    border-radius: 100%;
}

.gradient_circle ul {
    width: 360px;
    height: 360px;
}

.gradient_circle ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    float: left;
    width: 50%;
    height: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.gradient_circle ul li:nth-child(1):after {
    bottom: 0;
    left: 20px;
}

.gradient_circle ul li:nth-child(4):after {
    top: 0;
    right: 20px;
}

.gradient_circle ul li:nth-child(2):after {
    top: 20px;
    left: 0;
}

.gradient_circle ul li:nth-child(3):after {
    bottom: 20px;
    right: 0;
}

.gradient_circle ul li:nth-child(1):after,
.gradient_circle ul li:nth-child(4):after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
}

.gradient_circle ul li:nth-child(2):after,
.gradient_circle ul li:nth-child(3):after {
    content: '';
    display: inline-block;
    height: 80px;
    width: 1px;
    background: #fff;
    position: absolute;
}

.inner_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ed775e;
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#accordion_wrap {
    margin-top: 50px;
    margin-bottom: 150px;
}

.que {
  position: relative;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.que:first-child {
    border-top: 1px solid #ccc;
}

.que.on>span{
  font-weight: bold;
  color: #c79860;
}
  
.anw {
  display: none;
 overflow: hidden;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.arrow-wrap {
  position: absolute;
  top:50%; 
  right: 20px;
  transform: translate(0, -50%);
}

.que .arrow-top {
  display: none;
}
.que .arrow-bottom {
  display: block;
}
.que.on .arrow-bottom {
  display: none;
}
.que.on .arrow-top {
  display: block; 
}

.arrow-wrap img {
    vertical-align: middle;
}

/* recruit */
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

main{
    background:url(/common/image/recruit/recruit-image.jpg) no-repeat;
    background-size:cover;
    background-position:center;

}


.recruitWrap{

    display:flex;
    align-items:center;
    justify-content:center;
    align-content:space-between;
}

.recruitInner{
    flex:1;
    margin-right:4%;
    border: 1px solid #ddd;
    text-align:center;
    position:relative;
    height:160px;
    padding-top:10px;
    margin-top:40px;
}


.recruitInner:after{
  content: "\f0da";
    display: inline-block;
    width: 12px;
    height: 20px;
    position: absolute;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 800;
    top:50%;
    right:-12%;

}

.recruitInner:last-child:after{
    content:none;
}

.recruitInner img{
    display:block;
    margin:0 auto;
    margin-bottom:10px;
}

.recruitInner span{
    font-size:50px;
    font-weight:800;
    color:#eee;
    position:absolute;
    top:58%;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    z-index:-1;
}

.recruitInner p {
    font-size:16px; 
}

.process {
    margin-top:80px;
}

.process table {
    width:100%;
}

.process table tr:first-child {
    border-top: 1px solid #ddd;
}

.process table tr { 
    border-bottom: 1px dashed #ddd;
}

.process table th {
    font-size:1.5em;
    font-style:italic;
    padding:20px;
}

.process table th {
    width:20%;
}

.process table td:nth-of-type(1) {
    width:15%;
    text-align:center;
    vertical-align:middle;
}

.process table td:nth-of-type(2) {
    color:#797979;
    vertical-align:middle;
    line-height:1.1em;
}

.recruitOpen {
   margin-top:80px;
}

.welfareWrap {
    margin-top:40px;
}

.welfareWrap > table {
    table-layout:fixed;
    width:100%;
}

.welfareWrap > table > tbody >  tr > td {
  padding:10px;
  vertical-align:middle;
}

.welfareWrap > table > tbody >  tr > td > table tr:nth-of-type(1) {
   border-top: 1px dashed #ddd;
}

.welfareWrap > table > tbody >  tr > td > table tr {
   border-bottom: 1px dashed #ddd;
}

.welfareWrap > table > tbody >  tr > td > table tr td {
    padding:10px;
}

.recruitcont >div {
 border: 1px solid #ddd;
 margin-bottom:60px;
}

.recruitcont table {
 width:100%;
}

.recruitcont p {
    font-size:1.3em;
    text-align:center;
    padding:6px 0;
    background:#f1592a;
    color:#FFFFFF;
}

.recruitcont table td {
    padding:10px;
    border-bottom:1px solid #ddd;
}

.recruitcont table td:nth-of-type(1) {
    font-size:1.1em;
    font-weight:500;
}

.recruit_tit {
    margin-top: 250px;
}

.recruit_tit .tab-wrapper {
     width: 1100px;
     margin:60px auto
}

.recruitcont table td:nth-of-type(2) li {
    margin-bottom:14px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: inherit;
}

.recruit_tit .tab-content table {
    width:100%;
}

.recruit_tit .tab-content table th {
    font-size:23px;
    background:#c79860;
    color:#FFF;
    padding:15px 0;
    border-left:1px solid #000;
    border-top: 1px solid #000;
    border-right:1px solid #000;
    border-bottom: 1px solid #000;
    font-family: 'GongGothicLight';
    letter-spacing:0.3px;
    text-align: center;
}

.recruit_tit .tab-content table th:nth-of-type(1) {
    width:22%;
}

.recruit_tit .tab-content table th:nth-of-type(3) {
    width:38%;
}

.recruit_tit .tab-content table td:nth-of-type(1) {
    border-left:1px solid #000;
    text-align: center;
}

.recruit_tit .tab-content table td {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    vertical-align:middle;
    padding:14px 0;
    font-family: 'GongGothicLight';
    color:#333;
}

.recruit_tit .tab-content table td ul {
    width:90%;
    margin:0 auto;
    text-align:left;
}

.recruit_tit .tab-content table td li {
    margin-bottom:10px;
}
.whattodo ul li:before {
    content: '-';
    margin-right: 8px;
}
.sector ul {
    word-break: keep-all;
    text-align: center !important;
}
.recruit_tit .tab-content table td li h3 { 
    margin-bottom:8px;
    margin-top:10px;
}

.recruit_tit .tab-content table td li p {
    margin-bottom:4px;
    color:#898989;
}

.recruit_tit .tab-content table td li p:before {
    content:'-';
    margin-right:8px;
    margin-left:8px;
}

.recruit_tit .tab-menu:after {
    content:'';
    display:block;
    clear:both;
}

.recruit_tit .tab-menu {
    margin-top:20px;
}


.recruit_tit .tab-menu li {
    width:50%;
    float:left;
    font-size:17px;
    background:#444;
    padding:20px 0;
    color:#999;
    position:relative;
    font-family: 'GongGothicLight';
    border: 3px solid rgba(255,255,255,0);
    cursor:pointer;
    border-bottom:none;
    box-shadow:-6px -2px 10px rgba(0,0,0,0.2) inset;
}

.recruit_tit .tab-menu li.active {
    background:#FFF;
    color:#333 !important;
    border:3px solid #333;
    border-bottom:none;
    box-shadow:none;
}

.recruit_tit .tab-content {
    padding:30px 30px;
    border:3px solid #333;
    /*border-top:none;*/
    margin-top:-2px;
    min-height:400px;
}

.imgWrap {
    margin-top: 50px;
    background:#f0e9e1;
    padding:40px 0 0 0;
    position:relative;
}

.imgWrap:after {
    content:'';
    display:none;
    height:300px;
    background:#FFF;
    position:absolute;
    bottom:0;
    width:100%;
}

.imgWrap img {
    z-index:1;
    position:relative;
}

.tit {
    font-size:40px;
    line-height :normal;
    font-family: 'GongGothicMedium';
    border:4px solid #000;
    padding:6px 0;
    width:230px;
    margin:0 auto;
    position:relative;
    background:#FFF;
}

.tit:after {
    content:'';
    display:inline-block;
    width:100%;
    height:100%;
    background:#FFF;
    position:absolute;
    border:4px solid #000;
    left: 11px;
    top: 11px;
    z-index:-1;
}

.tit_wrap {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}

.welfare_tit {
    width: 350px;
    margin-top: 100px;
}

.welfare_list {
    padding: 70px 50px 60px 50px;
    display: inline-block;
    border: 4px solid #000;
    width: 870px;
    margin: 0 auto;
    z-index: -1;
    background: #fff;
    transform: translateY(138px);
}

.welfare_list ul {
    display: flex;
    margin-top: 30px;
}

.welfare_list ul li {
    width: 50%;
    display: flex;
    align-items: center;
}

.welfare_list ul:nth-child(1) {
    margin-top: 0;
}

.welfare_list ul li p {
    text-align: left;
    white-space: pre-line;
}

.welfare_ico {
    margin-right: 20px;
}

.welfare_ico img {
    vertical-align: middle;
}

.welfare_name {
    font-size: 20px;
    font-weight: bold;
    color: #c79860;
}

.working {
    border:3px solid #333;
    width: 1100px;
    margin:0 auto;
    margin-top:-30px;
    z-index:-2;
    position:relative;
    padding: 50px;
    text-align: left;
}

.working p {
    margin-bottom: 10px;
}

.working p:last-child {
    margin-bottom: 0;
}

.working_title {
    width: 120px;
    display: inline-block;
    text-align: center;
    background: #333;
    padding: 5px 10px;
    color: #fff;
    margin-right: 20px;
}

.recruitment {
    padding: 50px;
    text-align: left;
}

.working_title2 {
    width: 150px;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    color: #333;
    margin-right: 20px;
}

.recruitment p {
    margin-bottom: 20px;
}

.box {
    margin-top:120px;
}

.recruitment {
    width:100%;
    margin:0 auto;
    margin-top:120px;
    background:#333;
    color:#FFF;
    font-family: 'GongGothicLight';
    font-size:22px;
    margin-bottom: 150px;
}

.recruitment table {
    width:100%;
}

.recruitment table th {
    width:30%;
    font-size:30px;
    letter-spacing:0.5px;
    vertical-align:middle;
}

.recruitment table td {
    text-align:left;
    line-height:1.8;
    padding:40px 0;
}


.recruitment table td a {
    color:#FFF;
    text-decoration:underline;
    letter-spacing:2px;
    margin-left:20px;
    margin-right:20px;
    cursor:pointer;
}
.recprocess > div {
    width:33.3333333%;
    float:left;
    text-align:center;
    position:relative;
}

.recprocess > div:after {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(/common/image/recruit/recruit_icon_all.png);
    background-position:42px;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-60%);
}

.recprocess > div:last-of-type:after {
    content:none;
}

.recprocess > div span {
    display:inline-block;
    width:96px;
    height:96px;
    background-color:#FFF;
    border-radius:50%;
    background-image:url(/common/image/recruit/recruit_icon_all.png);
}

.recprocess > div:nth-of-type(1) span {
    background-position-x:8px;
}

.recprocess > div:nth-of-type(2) span {
    background-position-x:-82px;
}

.recprocess > div:nth-of-type(3) span {
    background-position-x:-180px;
}


/* solution */  
.solution_wrap {
    margin-top: 150px;
}

.solution_explain {
    /*white-space: pre-wrap;*/
    font-size: 36px;
    margin-top: 30px;
}

.solution_explain2 {
    font-size: 54px;
    white-space: pre-wrap;
}

.solution_title {
    display: inline-block;
    width: 100%;
}

.sub_line {
    width: 10%;
    height: 2px;
    display: inline-block;
    background: #c79860;
}

.solution_name_en{
    font-size: 70px;
    font-weight: 900;
}

.solution_name_ko{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.solution_img img {
    width: 650px;
    height: auto;
    display: inline-block;
}

.cookie-free {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
}

.cookie-title {
    font-size: 40px;
}

.solution_title > div {
    width: 50%;
}

.cookie-explain {
    word-break: keep-all;
    font-size: 18px;
    line-height: 30px;
    white-space: pre-wrap;
}

.circle_wrap {
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.circle1 {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    background: rgba(254,168,88,.2);
    width: 500px;
    height: 500px;
    border: 1px solid #fea858;
}

.circle2 {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 440px;
    height: 440px;
    transform: translate(-50%, -50%);
    background: rgba(254,168,88,.2);
}

.circle3 {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 380px;
    height: 380px;
    transform: translate(-50%, -50%);
    background: rgba(254,168,88,.2);
}

.circle4 {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    background: rgba(254,168,88,.2);
}

.circle4 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
}

.circle1 div {
    position: absolute;
    background: #fea858;
    color: #fff;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    word-break: keep-all;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 100;
}

.circle_s1 {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.circle_s2 {
    top: 90px;
    right: -30px;
}

.circle_s3 {
    bottom: 30px;
    right: 0px;
}

.circle_s4 {
    bottom: 30px;
    left: 0px;
}

.circle_s5 {
    top: 90px;
    left: -30px;
}


/* solution */
.step_wrap {
    display: inline-block;
    width: 100%;
}

.step_wrap ul li {
    float: left;
    margin-right: 5%;
    width: 30%;
    text-align: center;
}

.step_wrap ul li:last-child {
    margin-right: 0;
}

.step {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.step_list {
    border: 1px solid #333;
    border-radius: 10px;
    height: 380px;
    width: 100%;
    position: relative;
}

.step_con_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step_con_txt {
    margin-top: 30px;
}

.step_con_wrap p {
    white-space: pre-wrap;
}

.step_list img {
    width: 160px;
    height: auto;
}

.solution_explain_wrap {
    margin-top: 30px;
}

.solution_explain_wrap2 {
    margin-top: 30px;
}

.notice {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.service_progress {
    margin: 150px 0;
    display: inline-block;
    width: 100%;
}

.support {
    margin-top: 50px;
}

.support_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.support_title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.support_subtitle {
    margin: 10px 0;
}

.support_subtext {
    word-break: keep-all;
}

.fixed_wrap {
    position: relative;
}

.progress_list {
    margin-top: 60px;
}

.progress_list ul li {
    float: left;
    margin-right: 2%;
    width: 18%;
    height: 350px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.progress_list ul li:last-child {
    margin-right: 0;
}

.progress_list ul li img {
    width: 50px;
    height: auto;
}

.progress_step {
    margin-top: 20px;
    margin-bottom: 10px;
}

.vm_title {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.vm_title_ko {
    text-align: center;
}

.core_value {
    margin-bottom: 200px;
}

.vm_box {
    border-radius: 10px;
    padding: 20px;
}

.vision {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 380px;
    height: 380px;
    background: linear-gradient(to bottom, #5e72ed, #58a6fd);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    word-break: keep-all;
    padding: 0 30px;
    opacity: .85;
}

.mission {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 380px;
    height: 380px;
    background: linear-gradient(to bottom, #ed775e, #fea858);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    word-break: keep-all;
    padding: 0 30px;
    opacity: .85;
    margin-left: -40px;
}

.vm_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.vm_content {
    display: inline-block;
}

.core_value_list {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.core {
    border-radius: 100%;
    float: left;
    margin-right: 5%;
    text-align: center;
}

.core img {
    width: 60px;
    height: auto;
}

.core:last-child {
    margin-right: 0;
}

.core_circle1 {
    background: linear-gradient(to bottom, #ed775e, #fea858);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core_circle2 {
    background: linear-gradient(to bottom, #5e72ed, #58a6fd);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core_ko {
    margin-top: 20px;
    font-weight: bold;
}

.sub_line2 {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #c79860;
    margin-bottom: 20px;
    margin-top: 20px;
}

#quick {
    position: absolute;
    top: 36px;
}

input.error, 
textarea.error {
    background: rgba(275,175,175,0.1) !important;
    border: 1px solid #ffafaf !important;
}

input.error::placeholder, 
textarea.error::placeholder {
    color: #ff7979 !important;
}


/* 사파리(Safari)만 적용 */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .banner1, .banner2, .banner3, .banner4 {
            background-attachment: unset;
        }
    }
}

.root_daum_roughmap {
    width: 100% !important;
    margin-top: 50px !important;
}


/* 솔루션 */
.tab-half-width a {
    width: 50% !important;
}

.about_doyouled {
    margin-top: 80px;
    margin-bottom: 100px;
}

.doyouled_info p img {
    width: 100%;
    border-radius: 50px;
}

.doyouled_info p {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.doyouled_info p:last-child {
    margin-right: 0;
}

.doyouad_wrap {
    display: inline-block;
}

.googleplay {
    margin-top: 50px;
    text-align: center;
}

.googleplay h5 {
    margin-top: 20px;
}

.googleplay a {
    display: inline-block;
    margin-top: 20px;
}

.googleplay a img {
    width: 180px;
    height: auto;
}

.doyouled_icon img {
    width: 120px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.googleplay h5 {
    font-size: 20px;
    font-weight: bold;
}

.sub-tab-menu2 {
    display: inline-block;
    margin: 50px 0;
    width: 100%;
    text-align: center;
}

.tab-menu2 {
    width: 70%;
    display: inline-block;
    border: 1px solid #c79860;
    border-radius: 100px;
}

.sub-tab-menu2 .tab-menu2 li {
    float: left;
    color: #333;
    padding: 10px 0px;
    width: calc(100% / 4);
    border-right: 1px solid #c79860;
    cursor: pointer;
    text-align: center;
}

.sub-tab-menu2 .tab-menu2 li:last-child {
    border-right: 0;
}


.sub-tab-menu2 .tab-menu2 li:hover {
    color: #c79860;
}

.sub-tab-menu2 .tab-menu2 li.active {
    background: #c79860;
    color: #fff;
}

.sub-tab-menu2 .tab-menu2 li:first-child.active {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.sub-tab-menu2 .tab-menu2 li:last-child.active {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.typing_wrap {
    margin: 100px 0;
    text-align: center;
}

.typing_effect {
    font-size: 50px;
}

.typing_effect span.cursor {
    display: inline-block;
    background-color: #999;
    margin-left: 0.1rem;
    width: 2px;
    animation: blink 1s infinite;
}

.typing_effect span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
}

.download {
    margin-top: 70px;
    background: url('../../images/download_bg.png') no-repeat;
    background-color: #000;
    background-attachment: fixed;
    padding: 120px 0;
    clear: both;
}

.download-text {
    text-align: center;
}

.download-text h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 50px;
}

.playstore_img img {
    width: 200px;
    height: auto;
}

.store_btn {
    display: inline-block;
}

.tab_content_area {
    margin: auto 0;
    display: inline-block;
}

.app_info_title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.app_info_text {
    text-align: left;
}

.app_img {
    min-height: 500px;
    width: 100%;
    text-align: center;
}

.app_text p {
    text-align: center;
}

.app_text {
    margin-bottom: 30px;
    overflow: hidden;
}

/* -- mobile( ? ~ 767px ) -- */
@media screen and (max-width: 767px) {
    .sub_title h2 {
        font-size: 30px;
    }

    .sub_title p {
        font-size: 14px;
    }

    .banner1, 
    .banner2, 
    .banner3, 
    .banner4 {
        height: 50vh;
    }

    .banner2 {
        background-position: 75%;
    }

    .sub-tab-menu a {
        padding: 14px 0;
        font-size: 14px;
    }

    .company_title h3 {
        font-size: 16px;
        text-align: left;
    }

    .company_title h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: left;
    }

    .company_title {
        margin-top: 60px;
    }

    .company_title p {
        font-size: 14px;
        padding: 0 10px;
        white-space: unset;
        text-align: left;
        word-break: keep-all;
    }

    .sub-tab-menu > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .sub-tab-menu a:first-child {
        border-left: 0;
    }

    .sub-tab-menu a:last-child {
        border-right: 0;
    }

    .sub-tab-menu a:hover {
        padding: 14px 0;
    }

    .about_company {
        margin-top: 30px;
    }

    .about_company ul li {
        float: unset;
        width: 100%;
        height: 80px;
        margin-bottom: 10px;
        padding: 0 20px;
        text-align: left;
    }

    .about_company ul li:last-child {
        margin-bottom: 0;
    }

    .info_wrap p img {
        width: 44px;
        height: auto;
        vertical-align: middle;
        margin-right: 10px;
    }

    .info_wrap p {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .info_title::after {
        display: none;
    }

    .info_title {
        margin-top: 0;
        font-size: 16px;
    }

    .business_text {
        white-space: unset;
    }

    .info {
        font-size: 14px;
        margin-left: 15px;
    }

    .business {
        margin-top: 0;
    }

    .about_us {
        margin-top: 0;
    }

    .company_title2 h1 {
        font-size: 34px;
    }

    .company_title p {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .about_us_img {
        display: none;
    }

    .venture {
        margin: 0;
    }

    .list {
        width: 100%;
    }
    
    .document {
        width: 100%;
    }
    
    .document > div {
        display: unset;
        float: right;
        justify-content: unset;
    }

    .document_wrap {
        display: inline-block;
        margin-top: 10px;
    }

    .document_wrap {
        display: inline-block;
        margin-top: 10px;
    }

    .document {
        display: inline-block;
        text-align: center;
    }

    .list ul li p {
        font-size: 14px;
        word-break: keep-all;
        display: block;
    }

    .list img {
        width: 40px;
        height: auto;
    }

    .list ul li p:last-child {
        margin: 0;
    }

    .document img {
        width: 80%;
        margin: 0 auto;
        float: unset;
        margin-top: 10px;
    }

    .document_wrap {
        margin-bottom: 80px;
    }

    .document div {
        width: 100%;
    }

    .main_title2 {
        font-size: 14px;
        white-space: pre-line;
    }

    
    /* 오시는 길 */
    .main_title {
        margin-top: 60px;
        font-size: 20px;
    }

    .table tbody tr td {
        word-break: keep-all;
    }

    .subway_ico {
        display: none;
    }

    .location_table {
        margin-bottom: 80px;
    }


    /* 인재상 */
    .gradient_circle {
        width: 125px;
        height: 125px;
    }

    .inner_circle {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .type_wrap {
        margin-bottom: 100px;
        margin-top: 30px;
    }

    .type_wrap > ul li:nth-child(1) .type_list, 
    .type_wrap > ul li:nth-child(2) .type_list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .type_wrap > ul li:nth-child(3) .type_list, 
    .type_wrap > ul li:nth-child(4) .type_list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .type_wrap > ul li:nth-child(odd) .type_list {
        padding-right: 40px;
        padding-left: 20px;
        text-align: left;
    }

    .type_wrap > ul li:nth-child(even) .type_list {
        padding-right: 20px;
        padding-left: 40px;
        text-align: right;
    }

    .gradient_circle ul {
        width: 125px;
        height: 125px;
    }

    .gradient_circle ul li {
        font-size: 12px;
    }

    .type_ko, .type_en {
        font-size: 14px;
    }

    .type_list:last-child {
        font-size: 10px;
    }

    .type_wrap > ul li:nth-child(2)::after, 
    .type_wrap > ul li:nth-child(3)::after {
        height: 42px;;
    }

    .type_wrap > ul li:nth-child(1)::after, 
    .type_wrap > ul li:nth-child(4)::after {
        width: 108px;
    }

    .type_wrap > ul li:nth-child(1)::after {
        left: 10px;
    }

    .type_wrap > ul li:nth-child(4)::after {
        right: 10px;
    }

    .type_wrap > ul li:nth-child(2)::after {
        top: 10px;
    }

    .type_wrap > ul li:nth-child(3)::after {
        bottom: 10px;
    }

    .gradient_circle ul li:nth-child(2):after, 
    .gradient_circle ul li:nth-child(3):after {
        height: 23px;
    }

    .gradient_circle ul li:nth-child(1):after, 
    .gradient_circle ul li:nth-child(4):after {
        width: 23px;
    }


    /* 문의하기 */
    .btn {
        margin-top: 30px;
        margin-bottom: 100px;
        padding: 0;
    }

    .btn input {
        width: 100%;
    }

    .table {
        margin-top: 30px;
    }



    /* 솔루션 */
    .solution_wrap {
        margin-top: 80px;
    }
    .solution_name_en {
        font-size: 40px;
    }

    .solution_explain {
        font-size: 20px;
        white-space: pre-line;
        margin-top: 20px;
    }

    .cookie-explain {
        font-size: 14px;
        line-height: unset;
        white-space: unset;
        word-break: keep-all;
    }

    .step_wrap ul li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-top: 30px;
    }

    .step_wrap ul li:first-child {
        margin-top: 0;
    }

    .cookie-free {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .step {
        text-align: center;
        margin-bottom: 10px;
    }

    .step_con_txt {
        margin-top: 0;
        font-size: 14px;
        margin-left: 10px;
    }

    .step_list {
        height: 150px;
        padding: 10px;
    }

    .step_list img {
        width: 90px;
        height: auto;
        margin-left: 20px;
    }

    .step_con_wrap {
        left: 0px;
        transform: translate(0, -50%);

    }

    .step_con_wrap p {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .notice {
        font-size: 14px;
    }

    .solution_title > div {
        width: 100%;
    }

    #quick {
        position: relative !important;
        top: unset !important;
    }

    .solution_explain {
        font-size: 30px;
        word-break: keep-all;
        margin-top: 15px;
    }

    .support:first-child {
        margin-top: 0;
    }

    .support {
        margin-top: 30px;
    }

    .support_title {
        font-size: 20px;
    }

    .support_subtitle {
        font-size: 14px;
        margin: 5px 0;
    }

    .support_subtext {
        font-size: 14px;
    }

    .service_progress {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .progress_list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px;
        height: 100px;
    }

    .progress_wrap {
        display: flex;
        align-items: center;
    }

    .progress_wrap > p {
        float: left;
        vertical-align: middle;
    }

    .progress-text {
        float: left;
        text-align: left;
        font-size: 14px;
        word-break: keep-all;
        margin-left: 20px;
    }

    .progress_step {
        margin: 0;
    }

    .progress_list ul li img {
        width: 40px;
        height: auto;
        vertical-align: middle;
    }


    /* 인재채용 */
    .sector ul {
        text-align: left !important;
    }

    .sector ul li {
        margin-bottom: 0 !important;
    }

    .imgWrap {
        padding: 20px 0 0 0;
    }
    .imgWrap img {
        width: 90%;
    }

    .welfare_list {
        width: 90%;
        padding: 50px 20px 40px 20px;
        transform: translateY(80px);
        border: 3px solid #000;
    }

    .welfare_list ul {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .welfare_list ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .welfare_list ul li p {
        text-align: left; 
    }

    .welfare_list ul li > div {
        float: left;
    }

    .welfare_list ul li div p {
        white-space: unset;
        word-break: keep-all;
        font-size: 14px;
        margin-left: 20px;
    }

    .welfare_ico {
        margin-right: 0%;
        float: left;
    }

    .welfare_ico img {
        width: 50px;
        vertical-align: middle;
        height: auto;
        margin-top: 5px;
    }

    .welfare_name {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .welfare_tit {
        margin-top: 50px;
        width: 200px;
    }

    .recruit_tit {
        margin-top: 150px;
    }

    .recruit_tit .tab-content table td li h3 {
        font-size: 16px;
    }
    
    .working {
        width: 90%;
        padding: 50px 20px 40px 20px;
        margin-top: -20px;
    }

    .recruit_tit .tab-wrapper {
        margin: 40px auto;
    }

    .tit {
        font-size: 20px;
        border: 3px solid #000;
    }

    .tit:after {
        border: 3px solid #000;
    }

    .recruit_tit .tab-wrapper {
        width: 90%;
    }

    .recruitment {
        padding: 20px;
    }

    .working {
        font-size: 14px;
        text-align: center;
        word-break: keep-all;
    }

    .working p {
        margin-bottom: 30px;
    }

    .working p:last-child {
        margin-bottom: 0;
    }

    .working_title {
        display: block;
        margin: 0 auto 10px auto !important;
    }

    .working_title2 {
        width: 100px;
        font-size: 14px;
        margin-right: 10px;
    }

    .box {
        margin-top: 70px;
    }

    .recruitment {
        font-size: 14px;
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .recruit_tit .tab-content {
        padding: 0;
        border: 0;
        margin-top: 10px;
    }

    .recruit_tit .tab-menu li {
        border: 0;
        padding: 10px 0;
        background: #f0f0f0;
        box-shadow: unset;
        font-size: 14px;
    }

    .recruit_tit .tab-menu li.active {
        border: 0;
        background: #444;
        color: #fff !important;
    }

    .recruit_tit .tab-content table th {
        font-size: 14px;
    }

    .recruit_tit .tab-content table td {
        font-size: 14px;
        padding: 0;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .recruit_tit .tab-content table td:nth-of-type(1) {
        border-left: 0;
    }

    .recruit_tit .tab-content table td:last-child {
        border-bottom: 1px solid #000;
    }

    .recruit_tit .tab-content table td ul {
        width: 100%;
    }

    .recruit_tit .tab-content table td:nth-of-type(1) {
        border-left: 1px solid #000;
        border-top: 1px solid #000;
    }


    /* 미션/비전 */
    .vm_title {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        font-weight: 900;
    }
    
    .vm_title_ko {
        text-align: center;
    }
    
    .core_value {
        margin-bottom: 100px;
    }
    
    .vm_box {
        border-radius: 10px;
        padding: 0px;
        font-size: 12px;
    }
    
    .vision {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 180px;
        height: 180px;
        background: linear-gradient(to bottom, #5e72ed, #58a6fd);
        color: #fff;
        border-radius: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        word-break: keep-all;
        padding: 0 30px;
        opacity: .85;
    }
    
    .mission {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 180px;
        height: 180px;
        background: linear-gradient(to bottom, #ed775e, #fea858);
        color: #fff;
        border-radius: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        word-break: keep-all;
        padding: 0 30px;
        opacity: .85;
        margin-left: -20px;
    }
    
    .vm_wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .vm_content {
        display: inline-block;
    }
    
    .core_value_list {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }
    
    .core {
        width: 49%;
        border-radius: 100%;
        float: left;
        margin-right: 2%;
        text-align: center;
        margin-bottom: 30px;
    }

    .core:nth-child(even) {
        margin-right: 0;
    }
    
    .core img {
        width: 60px;
        height: auto;
    }
    
    .core:last-child {
        margin-right: 0;
    }
    
    .core_circle1 {
        background: linear-gradient(to bottom, #ed775e, #fea858);
        width: 80px;
        height: 80px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .core_circle2 {
        background: linear-gradient(to bottom, #5e72ed, #58a6fd);
        width: 80px;
        height: 80px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .core_ko {
        margin-top: 10px;
        font-weight: bold;
    }

    .solution_explain {
        word-break: keep-all;
    }

    .sub-tab-menu2 {
        display: inline-block;
        width: 100%;
        margin: 40px 0 30px 0;
        text-align: center;
    }
    
    .tab-menu2 {
        width: 100%;
        display: inline-block;
        border-radius: 0;
    }

    .sub-tab-menu2 .tab-menu2 li{
        font-size: 14px;
        width: 50%;
        border-top: 1px solid #c79860;
    }

    .sub-tab-menu2 .tab-menu2 li:first-child.active {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sub-tab-menu2 .tab-menu2 li:last-child.active {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sub-tab-menu2 .tab-menu2 li:nth-child(even) {
        border-right: 0;
    }

    .sub-tab-menu2 .tab-menu2 li:nth-child(1),
    .sub-tab-menu2 .tab-menu2 li:nth-child(2) {
        border-top: 0;
    }

    .app_info_title {
        font-size: 20px;
    }

    .app_info_text {
        word-break: keep-all;
    }

    .app_img img {
        width: 80%;
        height: auto;
    }

    .download {
        background-position: center;
        margin-top: 0;
        padding: 80px 0;
    }

    .download-text h3 {
        font-size: 24px;
        line-height: 40px;
        word-break: keep-all;
    }

    .playstore_img img {
        width: 150px;
        height: auto;
    }

    .app_img {
        min-height: 380px;
    }

    .typing_effect {
        font-size: 30px;
        word-break: keep-all;
        padding: 0 30px;
    }

    .typing_wrap {
        margin: 80px 0;
    }
}


/* -- mobile( ? ~ 400px ) -- */
@media screen and (max-width: 400px) {

    .vm_content {
        text-align: center;
    }
    .mission, .vision {
        float: unset !important;
    }

    .vision {
        margin-top: 30px;
        margin-bottom: 20px !important;
    }

    .mission {
        margin-left: 0;
        margin-top: 0;
    }
}


/* -- tablet( 768px ~ 1339px ) -- */
@media screen and (min-width: 768px) and (max-width: 1339px) {
    .container {
        max-width: 768px;
    }

    .sub_title h2 {
        font-size: 30px;
    }

    .sub_title p {
        font-size: 14px;
    }

    .banner1, 
    .banner2, 
    .banner3, 
    .banner4 {
        height: 50vh;
    }

    .banner2 {
        background-position: 80%;
    }

    .sub-tab-menu a {
        padding: 14px 0;
        font-size: 14px;
    }

    .company_title h3 {
        font-size: 16px;
        text-align: left;
    }

    .company_title h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: left;
    }

    .company_title {
        margin-top: 60px;
    }

    .company_title p {
        font-size: 14px;
        padding: 0 10px;
        white-space: unset;
        text-align: left;
        word-break: keep-all;
    }

    .sub-tab-menu > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .sub-tab-menu a:first-child {
        border-left: 0;
    }

    .sub-tab-menu a:last-child {
        border-right: 0;
    }

    .sub-tab-menu a:hover {
        padding: 14px 0;
    }

    .about_company {
        margin-top: 30px;
    }

    .about_company ul li {
        float: unset;
        width: 100%;
        height: 80px;
        margin-bottom: 10px;
        padding: 0 20px;
        text-align: left;
    }

    .about_company ul li:last-child {
        margin-bottom: 0;
    }

    .info_wrap p img {
        width: 44px;
        height: auto;
        vertical-align: middle;
        margin-right: 10px;
    }

    .info_wrap p {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .info_title::after {
        display: none;
    }

    .info_title {
        margin-top: 0;
        font-size: 16px;
    }

    .business_text {
        white-space: unset;
    }

    .info {
        font-size: 14px;
        margin-left: 15px;
    }

    .business {
        margin-top: 0;
    }

    .about_us {
        margin-top: 0;
    }

    .company_title2 h1 {
        font-size: 34px;
    }

    .company_title p {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .about_us_img {
        display: none;
    }

    .venture {
        margin: 0;
    }

    .list {
        width: 100%;
    }
    
    .document {
        width: 100%;
    }
    
    .document > div {
        display: unset;
        float: right;
        justify-content: unset;
    }

    .document_wrap {
        display: inline-block;
        margin-top: 10px;
    }

    .document {
        display: inline-block;
        margin-top: 20px;
    }

    .list ul li p {
        font-size: 14px;
        word-break: keep-all;
    }

    .list img {
        width: 40px;
        height: auto;
    }

    .list ul li p:last-child {
        margin: 0;
    }

    .document img {
        width: 31%;
        margin-right: 3%;
    }

    .document img:last-child {
        margin-right: 0;
    }

    .document_wrap {
        margin-bottom: 80px;
    }
    
    .document div {
        width: 100%;
    }


    /* 인재상 */
    .gradient_circle {
        width: 300px;
        height: 300px;
    }

    .inner_circle {
        width: 150px;
        height: 150px;
    }

    .gradient_circle ul {
        width: 300px;
        height: 300px;
    }

    .type_wrap > ul li:nth-child(even) .type_list {
        padding-left: 77px;
        padding-right: 15px;
    }

    .type_wrap > ul li:nth-child(odd) .type_list {
        padding-right: 77px;
        padding-left: 15px;
    }

    .type_wrap > ul li:nth-child(1) .type_list, 
    .type_wrap > ul li:nth-child(2) .type_list {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .type_wrap > ul li:nth-child(3) .type_list, 
    .type_wrap > ul li:nth-child(4) .type_list {
        padding-top: 120px;
        padding-bottom: 50px;
    }


    /* 솔루션 */
    .solution_wrap {
        margin-top: 80px;
    }
    .solution_name_en {
        font-size: 40px;
    }

    .solution_explain {
        font-size: 20px;
        /*white-space: pre-line;*/
        margin-top: 20px;
    }

    .cookie-explain {
        font-size: 16px;
        line-height: unset;
        white-space: unset;
        word-break: keep-all;
    }

    .step_wrap ul li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-top: 30px;
    }

    .step_wrap ul li:first-child {
        margin-top: 0;
    }

    .cookie-free {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .step {
        text-align: center;
        margin-bottom: 10px;
    }

    .step_con_txt {
        margin-top: 0;
        font-size: 16px;
        margin-left: 10px;
    }

    .step_list {
        height: 150px;
        padding: 10px;
    }

    .step_list img {
        width: 90px;
        height: auto;
        margin-left: 20px;
    }

    .step_con_wrap {
        left: 0px;
        transform: translate(0, -50%);

    }

    .step_con_wrap p {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .notice {
        font-size: 16px;
        word-break: keep-all;
    }

    .solution_title > div {
        width: 100%;
    }

    #quick {
        position: relative !important;
        top: unset !important;
    }

    .solution_explain {
        font-size: 30px;
        word-break: keep-all;
        margin-top: 15px;
    }

    .support:first-child {
        margin-top: 0;
    }

    .support {
        margin-top: 30px;
    }

    .support_title {
        font-size: 20px;
    }

    .support_subtitle {
        font-size: 16px;
        margin: 5px 0;
    }

    .support_subtext {
        font-size: 14px;
    }

    .service_progress {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .progress_list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px;
        height: 100px;
    }

    .progress_wrap {
        display: flex;
        align-items: center;
    }

    .progress_wrap > p {
        float: left;
        vertical-align: middle;
    }

    .progress-text {
        float: left;
        text-align: left;
        font-size: 16px;
        word-break: keep-all;
        margin-left: 20px;
    }

    .progress_step {
        margin: 0;
    }

    .progress_list ul li img {
        width: 40px;
        height: auto;
        vertical-align: middle;
    }


    /* 문의하기 */
    .btn {
        margin-top: 30px;
        padding: 0;
    }

    .btn input {
        width: 100%;
    }


    /* 인재채용 */
    .imgWrap img {
        width: 90%;
    }

    .welfare_list {
        width: 90%;
        padding: 60px 30px 50px 30px;
        transform: translateY(100px);
    }

    .welfare_list ul li div p {
        white-space: unset;
        word-break: keep-all;
    }

    .welfare_ico img {
        width: 50px;
        height: auto;
    }

    .welfare_tit {
        margin-top: 60px;
    }

    .recruit_tit {
        margin-top: 180px;
    }

    .recruit_tit .tab-content table td li h3 {
        font-size: 16px;
    }
    
    .working {
        width: 90%;
        padding: 50px 20px 40px 20px;
        margin-top: -20px;
    }

    .tit {
        font-size: 30px;
    }

    .recruit_tit .tab-wrapper {
        width: 90%;
    }

    .recruit_tit .tab-content table td {
        padding: 0;
        border-left: 1px solid #000;
    }

    .recruit_tit .tab-content table td:nth-of-type(1) {
        border-top: 1px solid #000;
    }

    .box {
        margin-top: 75px;
    }

    .sub-tab-menu2 {
        display: inline-block;
        margin: 50px 0;
        width: 100%;
        text-align: center;
    }
    
    .tab-menu2 {
        width: 100%;
        display: inline-block;
        border: 1px solid #c79860;
        border-radius: 100px;
    }
    .typing_effect {
        word-break: keep-all;
    }

    .step_con_wrap p {
        white-space: unset;
    }

}

/* -- desktop( 1200px ~ ? ) -- */
@media screen and (min-width: 1340px) {
    .container {
        max-width: 1340px;
    }
}