@charset "UTF-8";
@font-face {
  font-family: "InkLiquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-tab {
  height: 50px;
  text-align: center;
  margin-top: -51px;
  position: relative;
  z-index: 99;
}

.sub-tab > ul:after {
  content: "";
  display: block;
  clear: both;
}

.sub-tab li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-align: center;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.1);
}
.sub-tab li a span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  align-self: center;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.sub-tab > ul {
  width: 100%;
  max-width: 1200px;
  display: inline-flex;
  justify-content: center;
}

.sub-tab .col-1 li {
  width: 100%;
}

.sub-tab .col-2 li {
  width: 50%;
}

.sub-tab .col-3 li {
  width: 33.33%;
}

.sub-tab .col-4 li {
  width: 25%;
}

.sub-tab .col-5 li {
  width: 20%;
}

.sub-tab li.active {
  background-color: #d16e31;
}

.sub-tab li.active a {
  color: #fff;
  border: 1px solid #d16e31;
}

.sub-tab.fixed {
  z-index: 555;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
}

.sub-tab.fixed ul {
  margin: 0 auto;
  width: 100%;
}

.sub-tab.fixed a {
  border-bottom: 0;
  border-top: 0;
}

.sub-tab > ul li {
  position: relative;
  float: left;
  max-width: 300px;
  height: 50px;
}

.title-divider {
  text-align: left;
  margin: 0.5em 0 1em;
  background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x;
  padding: 0;
}

.title-divider span {
  background: #ffffff;
  padding-right: 0.5em;
  font-weight: 500;
}

.title-divider small {
  display: block;
  color: rgba(51, 51, 51, 0.6);
}

/* 서브상단 페이지네비 */
.whois-sub-page-guide {
  background-color: #fafafa;
  overflow: hidden;
}

.whois-sub-page-guide .whois-sub-page-guide-navi {
  padding: 14px 0 14px 0;
  font-size: 12px;
  text-align: right;
  color: #888888;
}

.whois-sub-page-guide .whois-sub-page-guide-navi b {
  color: #333;
}

@media only screen and (min-width: 1201px) {
  .sub-tab li:last-child a {
    border-right: 1px solid #aaa;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-tab.fixed {
    top: 65px;
  }
  .sub-tab li:first-child a {
    border-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  h2.title-divider {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sub-tab {
    height: 50px;
    margin-top: -1px;
    position: relative;
  }
  .sub-tab li a {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .sub-tab li a span {
    font-size: 16px;
    color: #333;
  }
  .sub-tab li.active a {
    color: #fff;
    background: #f37321;
  }
  .sub-tab li.active a span {
    color: #fff;
  }
  .whois-sub-page-guide .whois-sub-page-guide-navi {
    width: 100%;
    padding: 14px 0 14px 0;
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  .sub-tab li a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .sub-tab li a span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .sub-tab li a span {
    font-size: 11px;
  }
}
/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
  padding: 100px 0px;
  width: 1200px;
  margin: 0 auto;
}

.sub-contents p {
  word-break: break-all;
  font-size: 18px;
  line-height: 26px;
}

.sub-contents p:last-child {
  margin-bottom: 0;
}

.sub-visual {
  width: 100%;
  height: 400px;
  background: url("/images/kor02r-22-0455/sub/sub_visual.jpg") no-repeat center center/cover;
}

.sub_title {
  display: table;
  text-align: center;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.sub_title > div {
  display: table-cell;
  vertical-align: middle;
}

.sub_title > div > h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  padding-top: 30px;
}

.ssub_title {
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
}

.ssub_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #f37321;
  margin-top: 20px;
  margin-left: 0px;
}

.ssub_title3 {
  text-align: center;
}

.ssub_title3:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #f37321;
  margin-top: 20px;
  margin-left: calc(50% - 25px);
}

.ssub_title2 {
  font-size: 26px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

.ssub_title2:before {
  content: "";
  display: block;
  width: 5px;
  height: 26px;
  background: #f37321;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-contents .area_inner {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #subContents {
    width: 100%;
  }
  .sub-contents .area_inner {
    width: 100%;
  }
  .sub-visual {
    height: 400px;
  }
  .sub_title {
    height: 400px;
  }
  .sub_title > div {
    padding-top: 65px;
  }
  .sub_title > div > h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .sub_title > div > h1:after {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 980px) {
  #subContents {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #subContents {
    padding: 50px 20px;
  }
  .sub-visual {
    height: 250px;
  }
  .sub-visual.board_visual {
    height: 250px;
  }
  .sub_title {
    height: 250px;
  }
  .sub_title.board_title {
    height: 250px;
  }
  .sub_title > div > h1 {
    font-size: 30px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .sub_title > div > h1:after {
    width: 40px;
    margin-top: 20px;
  }
  .sub_title > div > a {
    display: none;
  }
  .sub-contents p {
    font-size: 16px;
  }
  .ssub_title {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
  }
  .ssub_title:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #f37321;
    margin-top: 20px;
  }
  .ssub_title2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
  }
  .ssub_title2:before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #f37321;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .sub-visual {
    height: 200px;
  }
  .sub-visual.board_visual {
    height: 200px;
  }
  .sub_title {
    height: 200px;
  }
  .sub_title.board_title {
    height: 200px;
  }
  .sub_title > div {
    padding-top: 20px;
  }
  .sub-contents .ssub_title {
    font-size: 25px;
  }
  .sub-contents p {
    font-size: 14px;
  }
  .sub_title > div > h1 {
    padding-top: 50px;
  }
}
/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
  display: inline-block;
  padding: 0;
  font-size: 13px;
}

.whois-board-list .whois-board-row {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  float: left;
  border-bottom: 1px solid #eee;
  color: #000000;
  font-size: 15px;
}

.whois-board-list .whois-board-row:first-child {
  border-top: 1px solid #444;
} /* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
  color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
  max-width: 33vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
  display: inline-block;
  border-top: 1px solid #444;
} /* Line 색상 */
.whois-board-view .whois-board-view-row {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 0;
  float: left;
  border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  font-size: 18px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  float: left;
  font-size: 16px;
  line-height: 26px;
}

.whois-board-list .whois-board-row.view .whois-board-row-content {
  font-size: 16px;
  line-height: 26px;
}

.whois-board-view .whois-board-view-files {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  float: left;
  font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
  font-size: 11px;
  color: #c4c4c4;
}

/* 게시판 버튼 */
.btn-search, .whois-button-submit, .btn-sub {
  color: #fff;
  background-color: #555;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-search:hover, .btn-search:focus, .whois-button-submit:hover, .whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus {
  color: #fff;
  background-color: #232323;
}

/* 게시판 공통 */
.sub-box {
  margin-right: 5px;
  background-color: #ce112d;
  border: 0;
  color: #ffffff;
  display: inline-block;
}

.sub-box.sm {
  font-size: 12px;
  padding: 2px 5px;
}

.sub-box.m {
  font-size: 14px;
  padding: 4px 8px;
}

.sub-box.lg {
  font-size: 16px;
  padding: 6px 12px;
}

.sub-border {
  border: 1px solid #ce112d;
}

.sub-border-t {
  border-top: 1px solid #ce112d;
}

.sub-border-r {
  border-right: 1px solid #ce112d;
}

.sub-border-b {
  border-bottom: 1px solid #ce112d;
}

.sub-border-l {
  border-left: 1px solid #ce112d;
}

.sub-bg {
  background-color: #ce112d;
}

.sub-bg-hover:hover {
  background-color: #e64600;
}

.sub-content {
  width: 1200px;
  margin: 0 auto;
}

.paginate_regular {
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .sub-content {
    width: 100%;
  }
}
/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
  margin: 0 auto;
  background: #fff;
}

.material-form .header {
  padding: 50px 10px;
  background: #6498fe;
  font-size: 16px;
  color: #fff;
}

.material-form .header h3 {
  font-size: 30px;
}

.material-form .header p,
.material-form .header span {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
}

.material-form .sub-header h4 {
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
  margin: 0;
}

.material-form .input-group {
  position: relative;
  border: 0;
}

.material-form .input-group .input-group-addon {
  padding-right: 6px;
  padding-left: 6px;
  background: #fff;
  border: 0;
}

.material-form .form-control,
input[type=text].whois,
input[type=password].whois,
select.whois {
  border: 1px solid #ccc;
  transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type=text].whois,
.th + input[type=password].whois,
.th + select.whois {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.material-form .form-group {
  margin-bottom: 15px;
  overflow: visible;
}

.material-form .form-group.success .form-control {
  color: #5cb85c;
}

.material-form .form-group.failed .form-control {
  color: #d9534f;
}

.material-form .form-control[readonly] {
  background: #fff;
}

.material-form .btn {
  height: 38px;
}

.material-form .btn-default {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type=text].whois,
input[type=password].whois,
select.whois {
  z-index: 10;
}

.input-group label.th {
  z-index: 9;
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  height: 20px;
  color: #ccc;
}

.input-group label.th.ie9 {
  z-index: 11;
  display: block;
}

.material-form .desc {
  padding: 10px 0;
}

.chkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.chk-block,
.chk-block span {
  display: block;
  text-align: center;
  width: 100%;
}

.chkbox input[type=radio],
.chkbox input[type=checkbox] {
  display: none;
}

.chkbox input[type=radio] ~ .rbtn {
  padding: 6px 12px;
  line-height: 27px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.chkbox input[type=radio]:checked ~ .rbtn {
  background: #ccc;
  color: #fff;
}

.chkbox input[type=radio] ~ .box,
.chkbox input[type=checkbox] ~ .box {
  display: block;
  color: #bbb;
  cursor: pointer;
  transition: 0.5s all ease;
}

.chkbox input[type=radio] ~ .box:before,
.chkbox input[type=checkbox] ~ .box:before {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transition: 0.4s all ease;
  vertical-align: middle;
  color: #cfcfcf;
  font-family: "Glyphicons Halflings";
}

.chkbox input[type=radio] ~ .box:before {
  content: "e165";
}

.chkbox input[type=checkbox] ~ .box:before {
  content: "e013";
}

.chkbox input[type=radio]:checked ~ .box,
.chkbox input[type=checkbox]:checked ~ .box {
  color: #666;
}

.chkbox input[type=radio]:checked ~ .box:before,
.chkbox input[type=checkbox]:checked ~ .box:before {
  color: #666;
}

/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  재무교육개요  */
.sub-contents.sub3_1 {
  margin-top: 40px;
}

.sub-contents.sub3_1 .area01, .sub-contents.sub3_1 .area02 {
  width: 1200px;
  margin: 0 auto;
}

.sub-contents.sub3_1 p, .sub-contents.sub3_1 li, .sub-contents.sub3_1 td, .sub-contents.sub3_1 th {
  font-size: 18px;
  color: #333;
}

.sub-contents.sub3_1 .area02 {
  margin-top: 160px;
}

.sub-contents.sub3_1 .area02:after {
  content: "";
  display: block;
  clear: both;
}

.sub-contents.sub3_1 .area02 table {
  float: left;
  width: 50%;
}

.sub-contents.sub3_1 .area02 div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 70px;
}

.sub-contents.sub3_1 .area_list li {
  position: relative;
  margin-bottom: 20px;
}

.sub-contents.sub3_1 .area_list li:before {
  display: block;
  content: "";
  height: 1px;
  width: 100px;
  background: #f37321;
  position: absolute;
  left: 45%;
  top: 50%;
  z-index: 1;
}

.sub-contents.sub3_1 .area_list li:after {
  content: "";
  display: block;
  clear: both;
}

.sub-contents.sub3_1 .area_list li img {
  display: block;
  float: left;
}

.sub-contents.sub3_1 .area_list li p {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 140px;
  padding-top: 80px;
  line-height: 26px;
}

.sub-contents.sub3_1 table {
  width: 100%;
  border-top: 2px solid #f37321;
}

.sub-contents.sub3_1 table th, .sub-contents.sub3_1 table td {
  height: 51px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 25px 0;
  text-align: center;
}

.sub-contents.sub3_1 table th {
  background: #f5fcfd;
  font-weight: 500;
}

.sub-contents.sub3_1 table td {
  line-height: 26px;
}

.sub-contents.sub3_1 table td > span {
  display: inline-block;
  width: 35px;
  background: #faf29f;
  font-size: 16px;
}

.sub-contents.sub3_1 table td > span:nth-of-type(2) {
  background: #c1f2b2;
}

.sub-contents.sub3_1 table td > span:nth-of-type(3) {
  background: #b0f0f8;
}

.sub-contents.sub3_1 table thead th:last-child, .sub-contents.sub3_1 table tbody td:last-child {
  border-right: 0;
}

.sub-contents.sub3_1 .area02 div > h4 {
  margin-bottom: 20px;
  margin-top: 65px;
  font-size: 20px;
  font-weight: 600;
}

.sub-contents.sub3_1 .area02 div > h4:first-child {
  margin-top: 10px;
}

.sub-contents.sub3_1 .area02 div li {
  padding-bottom: 20px;
  line-height: 26px;
  background: url("/images/kor02r-22-0455/sub/bullet_blue.gif") no-repeat 0 9px;
  padding-left: 17px;
}

@media only screen and (max-width: 980px) {
  .sub-contents.sub3_1 .area01, .sub-contents.sub3_1 .area02 {
    width: 100%;
    text-align: center;
  }
  .sub-contents.sub3_1 .area_list li:before {
    content: none;
  }
  .sub-contents.sub3_1 .area_list > li img {
    display: inline-block;
    float: none;
  }
  .sub-contents.sub3_1 .area_list > li p {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 40px;
  }
  .sub-contents.sub3_1 .area_list > li {
    height: 550px;
  }
  .sub-contents.sub3_1 .area_list > li:nth-child(even) p {
    position: absolute;
    margin-top: 340px;
  }
  .sub-contents.sub3_1 .area_list > li:before {
    display: block;
    content: "";
    height: 100px;
    width: 1px;
    background: #f37321;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
  }
  .sub-contents.sub3_1 .area02 table {
    float: none;
    width: 100%;
  }
  .sub-contents.sub3_1 .area02 div {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .sub-contents.sub3_1 .area02 div > h4 {
    margin: 40px 0 10px;
  }
  .sub-contents.sub3_1 .area02 div > h4:first-child {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-contents.sub3_1 p, .sub-contents.sub3_1 li, .sub-contents.sub3_1 table td, .sub-contents.sub3_1 table th {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .sub-contents.sub3_1 {
    margin: 0;
  }
  .sub-contents.sub3_1 p, .sub-contents.sub3_1 li, .sub-contents.sub3_1 table td, .sub-contents.sub3_1 table th {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -1px;
  }
  .sub-contents.sub3_1 table td > span {
    font-size: 14px;
  }
  .sub-contents.sub3_1 .area_list > li {
    height: 300px;
    margin-bottom: 100px;
  }
  .sub-contents.sub3_1 .area_list > li:nth-child(even) p {
    margin-top: 180px;
    padding-top: 40px;
  }
  .sub-contents.sub3_1 .area_list > li:before {
    height: 80px;
  }
  .sub-contents.sub3_1 .area_list > li p {
    padding-top: 10px;
  }
  .sub-contents.sub3_1 .area02 div li {
    padding-bottom: 10px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 380px) {
  .sub-contents.sub3_1 .area02 {
    margin-top: 120px;
  }
  .sub-contents.sub3_1 .area_list > li {
    height: 300px;
    margin-bottom: 80px;
  }
  .sub-contents.sub3_1 .area_list > li:nth-child(even) p {
    margin-top: 160px;
    padding-top: 30px;
  }
  .sub-contents.sub3_1 .area_list > li:before {
    height: 60px;
  }
  .sub-contents.sub3_1 .area_list > li p {
    padding-top: 10px;
  }
}
.sub-contents .sub-slogan {
  font-size: 32px;
  color: #f37321;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sub-contents .sub-slogan {
    font-size: 24px;
  }
}
.sub-contents .sub-slogan:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #f37321;
  margin: 20px auto 0;
}
.sub-contents .sub-slogan + p {
  text-align: center;
}
.sub-contents .bar-tit {
  position: relative;
  font-size: 26px;
  color: #333;
  margin-bottom: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .sub-contents .bar-tit {
    font-size: 22px;
  }
}
.sub-contents .bar-tit:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 26px;
  background: #f37321;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-contents .txt-b {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub-contents .txt-b {
    font-size: 18px;
  }
}
.sub-contents .txt, .sub-contents .dotList > li, .sub-contents .sub-slogan + p {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sub-contents .txt, .sub-contents .dotList > li, .sub-contents .sub-slogan + p {
    font-size: 16px;
  }
}
.sub-contents .mt80 {
  margin-top: 80px;
}
.sub-contents .dotList > li {
  position: relative;
  padding-left: 12px;
}
.sub-contents .dotList > li b {
  font-weight: 400;
  color: #f37321;
}
.sub-contents .dotList > li.txt-n {
  padding-left: 0;
  margin-top: 20px;
}
.sub-contents .dotList > li.txt-n:before {
  display: none;
}
.sub-contents .dotList > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #888;
  position: absolute;
  top: 9px;
  left: 0;
  line-height: 1.2;
  border-radius: 50%;
}
.sub-contents .dotList > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-contents .sub-slogan:after {
    width: 40px;
    margin: 15px auto 0;
  }
  .sub-contents .bar-tit:before {
    width: 3px;
    height: 20px;
  }
  .sub-contents .mt80 {
    margin-top: 60px;
  }
}

.sub1-1 .img-area {
  width: 100%;
  height: 300px;
  background: url(/images/kor02r-22-0455/sub/1_1_img.jpg) no-repeat center center/cover;
}
.sub1-1 .txt-area {
  padding: 50px 20px;
  width: calc(100% - 100px);
  margin: -50px auto 0;
  background: #fff;
}
.sub1-1 .sub-slogan + p b {
  font-family: "InkLiquid";
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sub1-1 .sub-slogan + p b {
    font-size: 40px;
  }
}
.sub1-1 .sub-slogan + p span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sub1-1 .sub-slogan + p span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sub1-1 .txt-area {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 980px) {
  .sub1-1 .img-area {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .sub1-1 .txt-area {
    width: 100%;
    padding: 30px 0;
  }
}

.sub1-2 .top-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.sub1-2 .top-txt .pic-area {
  width: 400px;
}
.sub1-2 .top-txt .txt-area {
  width: calc(100% - 470px);
  align-self: center;
}
.sub1-2 .top-txt .txt-area dt {
  font-family: "InkLiquid";
  font-size: 40px;
  color: #333;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sub1-2 .top-txt .txt-area dt {
    font-size: 30px;
  }
}
.sub1-2 .top-txt .txt-area dd {
  padding-left: 40px;
  border-left: 1px solid #f37321;
}
.sub1-2 .top-txt .txt-area dd ul.dotList > li {
  padding-left: 0;
}
.sub1-2 .top-txt .txt-area dd ul.dotList > li:before {
  display: none;
}
.sub1-2 .box-tit {
  margin-bottom: 30px;
}
.sub1-2 .box-tit p {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 7px 15px;
  background: #f37321;
}
@media screen and (max-width: 768px) {
  .sub1-2 .box-tit p {
    font-size: 18px;
  }
}
.sub1-2 .area:not(.career) .dotList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.sub1-2 .area:not(.career) .dotList > li {
  width: calc(50% - 10px);
}
.sub1-2 .area:not(.career) .dotList > li:before {
  background: #f37321;
}
.sub1-2 .area.career .flex-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sub1-2 .area.career .flex-area .dotList {
  width: calc(50% - 10px);
}
.sub1-2 .area.career .flex-area .dotList li:before {
  background: #f37321;
}
@media screen and (max-width: 980px) {
  .sub1-2 .top-txt {
    gap: 30px 50px;
  }
  .sub1-2 .top-txt .pic-area {
    width: 300px;
  }
  .sub1-2 .top-txt .txt-area {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .sub1-2 .top-txt {
    padding-bottom: 60px;
  }
  .sub1-2 .top-txt .pic-area {
    width: 100%;
    text-align: center;
  }
  .sub1-2 .top-txt .txt-area {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sub1-2 .top-txt .txt-area dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .sub1-2 .area:not(.career) .dotList > li, .sub1-2 .area.career .flex-area .dotList {
    width: 100%;
  }
}

.map_wrap {
  position: relative;
  width: 100%;
  margin: 0px auto 50px;
}

.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap .cont {
  display: none;
}

.location-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.location-wrap .address {
  width: 45%;
  padding-right: 40px;
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}

.location-wrap .address h4 {
  font-size: 26px;
  font-weight: 500;
  color: #f37321;
  margin-bottom: 20px;
}

.location-wrap .address li {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  padding-left: 35px;
  line-height: 25px;
}

.location-wrap .address li:nth-child(1) {
  background: url("/images/kor02r-22-0455/sub/1_3_ico_parking.png") no-repeat left top;
  margin-top: 20px;
}

.location-wrap .traffic {
  width: 55%;
  padding-left: 40px;
  float: right;
  border-left: 1px solid #ddd;
}

.location-wrap .traffic h4 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}

.location-wrap .traffic > ul > li {
  margin-bottom: 35px;
}

.location-wrap .traffic-info li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

.location-wrap .traffic-info li:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #888;
  border-radius: 30px;
}

.location-wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .root_daum_roughmap {
    width: 100% !important;
  }
  .map_wrap {
    width: 100%;
  }
  .location-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .location-wrap .address {
    width: 100%;
    padding-right: 0;
    float: none;
    font-size: 16px;
  }
  .location-wrap .address h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .location-wrap .address li {
    font-size: 16px;
    padding-left: 25px;
    line-height: 20px;
  }
  .location-wrap .address li:nth-child(1) {
    background-size: 20px;
  }
  .location-wrap .address li:nth-child(2) {
    background-size: 20px;
  }
  .location-wrap .traffic {
    width: 100%;
    padding-left: 0;
    float: none;
    border-left: 0;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
  .location-wrap .traffic h4 {
    font-size: 16px;
  }
  .location-wrap .traffic > ul > li {
    margin-bottom: 20px;
  }
  .location-wrap .traffic-info li {
    font-size: 16px;
  }
  .location-wrap .traffic-info li:before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
}
.sub2 .top-txt {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.sub2 .top-txt .txt-area {
  position: relative;
  padding: 50px 20px 0 20px;
  width: calc(100% - 100px);
  margin: -50px auto 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .sub2 .top-txt .txt-area {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .sub2 .top-txt {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .sub2 .top-txt .txt-area {
    width: 100%;
    padding: 30px 0;
    margin: 0;
  }
}

.sub3 .top-txt .txt-area .sub-slogan + p span {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub3 .top-txt .txt-area .sub-slogan + p span {
    font-size: 20px;
  }
}