@charset "UTF-8";
body, hr, img, fieldset, form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, q, blockquote, caption, legend, address, a, input, select, textarea, button, p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: keep-all;
}

hr {
  display: none;
}

img, input, button, textarea, fieldset, form, legend, hr {
  border: 0 none;
}

dl, ul, ol, li {
  list-style: none;
}

body, h1, h2, h3, h4, h5, h6, big, small, input, select, textarea, button {
  font-size: 1em;
  line-height: 1em;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
}

caption, legend {
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  font: 0/0 serif;
  line-height: 0;
}

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}

dfn, em, cite, address, sup, sub {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

table, tr, td {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  word-break: break-all;
}

img, input, select, textarea, button {
  vertical-align: middle;
}

a, input, button, select {
  outline: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=password], input[type=text], input[type=number] {
  background-color: transparent;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: keep-all;
}

body, html {
  font-size: 16px;
}

body, input, textarea, a, select, button {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #2d2c2b;
  letter-spacing: -0.05em;
  line-height: 1em;
  vertical-align: top;
}

*:focus {
  outline: none;
  text-decoration: none;
}

#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  line-height: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
#skipNav aa:focus, #skipNav aa:active {
  top: 0;
}

a img {
  display: block;
  width: 100%;
  height: auto;
}

#backBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 9;
}

#otherBtnsTest {
  width: 100%;
  text-align: center;
}
#otherBtnsTest button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

.no_search-wrap {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2em;
  padding: 14vw 0;
}

.txt_fly * {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}

.moveing_back {
  display: none;
}

.mjt0 {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #f1f1f1;
}

.slidepop_open {
  overflow: hidden;
}
.slidepop_open .popup_left-slide.open {
  right: 0;
}

.popup_left-slide {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 800px;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  overflow-y: auto;
}
.popup_left-slide .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_popup-close.png) center no-repeat;
  text-indent: -99999em;
}
.popup_left-slide.center {
  display: none;
  position: fixed;
  right: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90%;
}

.popup_left-slide.center.open {
  display: block;
}

.ui-autocomplete {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0;
  z-index: 11;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete li {
  display: block;
  width: 100%;
}

.ui-autocomplete li a {
  display: block;
  text-align: left;
  color: #000;
  line-height: 1em;
  padding: 10px 0;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  width: 100%;
  text-indent: 14px;
  cursor: pointer;
}

.ui-autocomplete li a:hover {
  background-color: #f8f8f8;
}

.ui-autocomplete li a em {
  font-weight: 500;
  color: #f5821f;
  text-indent: 0;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active {
  background-color: #f8f8f8;
}

.pop_top {
  overflow: hidden;
}

.pop_top h4 {
  display: block;
  position: relative;
  border-bottom: 2px solid #666;
  padding-bottom: 12px;
  padding-left: 36px;
  margin-bottom: 44px;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.pop_top h4.v01 {
  background-image: url(../img/ico_rpt01.png);
  background-position: 0 0;
}

.pop_top h4.v02 {
  background-image: url(../img/ico_pop01.png);
}

.pop_top h4.v03 {
  background-image: url(../img/ico_pop02.png);
}

.pop_top h4.v04 {
  background-image: url(../img/ico_pop03.png);
}

.pop_top h4.v05 {
  background-image: url(../img/ico_review.png);
}

.pop_top h4.v06 {
  background-image: url(../img/ico_magazine.png);
}

.pop_top h4.v07 {
  background-image: url(../img/ico_recruit.png);
  background-position: 0 0;
}

.pop_top h4.v08 {
  background-image: url(../img/ico_north.png);
}

.pop_top h4.v09 {
  background-image: url(../img/ico_note.png);
}

.pop_top h4.v10 {
  background-image: url(../img/ico_pop04.png);
  background-position: 0 0;
}

.pop_top b {
  display: block;
  color: #f5821f;
  font-weight: 500;
  padding-left: 26px;
  background: url(../img/ico_list-report.png) 0 0 no-repeat;
  line-height: 20px;
  margin-bottom: 16px;
}

.pop_top strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 30px;
  display: block;
}

.pop_conts {
  background-color: #f9f3ef;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6em;
  overflow-y: auto;
  height: calc(100vh - 320px);
}

/* 미니팝업 */
.mini_popup-guide {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f7f7f8;
  text-align: center;
  z-index: 12;
  border-radius: 12px;
  display: none;
  opacity: 0;
}

.mini_popup-guide.open {
  display: block;
}

.mini_popup-guide > button {
  position: absolute;
  right: 24px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_popup-close.png) center no-repeat;
  text-indent: -99999em;
}

.mini_popup-guide > strong {
  display: block;
  font-size: 1.5rem;
  color: #333;
  background-color: #fff;
  line-height: 1em;
  padding: 24px 0;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
}

.mini_popup-guide .mini_conts {
  padding: 40px 0;
  color: #333;
  font-size: 1.125rem;
}

.mini_popup-guide .mini_conts p {
  line-height: 1em;
  margin: 20px 0 60px 0;
}
.mini_popup-guide .mini_conts p.org_email {
  color: #f5821f;
  font-size: 1.125rem;
  margin: 0 0 30px 0;
}

.mini_popup-guide .mini_conts p.done {
  margin: 10px 0 40px 0;
  line-height: 1.3em;
}

.mini_popup-guide .mini_conts p.done em {
  color: #f5821f;
}

.mini_popup-guide .mini_conts p.done b {
  display: block;
  color: #f5821f;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}

.mini_popup-guide .mini_conts label {
  display: block;
}

.mini_popup-guide .mini_conts input {
  background-color: #fff;
  width: 53%;
  margin: 24px auto 40px;
  text-align: center;
  height: 40px;
}

.mini_popup-guide .mail_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini_popup-guide .mail_check input {
  margin: 0;
}

.mini_popup-guide .mail_check label {
  color: #333;
  font-size: 1.125rem;
  margin-right: 14px;
}

.mini_popup-guide .mail_check button {
  background-color: #666;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 40px;
  margin-left: 12px;
}

.mini_popup-guide .mail_check.mj {
  margin-bottom: 20px;
}

.mini_popup-guide .security_check p {
  margin: 0;
}

.mini_popup-guide .security_check label {
  display: block;
  margin: 14px 0;
}

.mini_popup-guide .security_check label button {
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_again.png) no-repeat center;
  text-indent: -99999em;
}

.mini_popup-guide .security_check input {
  margin: 0;
  width: 200px;
  text-align: left;
  text-indent: 20px;
  margin-left: 40px;
}

.mini_popup-guide .security_check > button {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #666;
  margin-left: 10px;
}

.mini_popup-guide .mini_conts .mail_sup {
  margin-bottom: 30px;
}

.mini_popup-guide .mini_conts .join_sup {
  margin: 20px 0;
}

.mini_popup-guide .mini_conts .join_sup dt {
  margin-bottom: 12px;
}

.mini_popup-guide .mini_conts .join_sup dd {
  font-size: 0.875em;
  line-height: 1.4em;
}

.mini_popup-guide .mini_conts .join_sup dd span {
  color: #f5821f;
}

.mini_popup-guide .mini_conts .join_sup.fts dt {
  color: #f5821f;
}

.mini_popup-guide .mini_conts .join_sup.fts dd {
  font-size: 0.875rem;
}

.mini_popup-guide .mini_conts .join_sup.mjub {
  margin: 0 0 30px 0;
}

.mini_popup-guide .mini_conts .join_sup.mjub dt {
  margin-bottom: 20px;
}

.mini_popup-guide.employee_security .security_check input {
  margin-left: 0;
}

nav {
  margin: 0 80px 0 120px;
}

nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav > ul > li {
  width: 180px;
  cursor: pointer;
}

nav > ul > li > button {
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #333;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  padding: 28px 0 30px 0;
  position: relative;
}
nav > ul > li > button:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #f5821f;
  display: block;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

nav > ul > li > button.on {
  color: #f5821f;
}
nav > ul > li > button.on::after {
  width: 100%;
}

nav > ul > li:first-child {
  padding-left: 100px;
}

header {
  border-bottom: 2px solid #e4e4e4;
  position: relative;
  z-index: 4;
}

header h1 a {
  display: block;
  height: 52px;
}

header .top_nav-wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

header .top_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
}

header .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .other_link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .other_link > ul > li > button {
  color: #f5821f;
  font-size: 15px;
}

header .other_link > ul > li > a {
  color: #333;
  margin-left: 16px;
  font-size: 15px;
}

header .other_link > ul > li > a::before {
  content: "";
  background-color: #dcdcdc;
  margin-right: 16px;
  width: 2px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
}

header .other_link > button {
  display: block;
  text-indent: -99999em;
}

header .other_link .search {
  width: 38px;
  height: 38px;
  background: #e4e4e4 url(../img/ico_view.png) center no-repeat;
  border-radius: 50%;
  margin-left: 40px;
}

header .other_link .allview {
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: 26px;
  text-indent: -99999em;
  background: url(../img/btn_all-menu.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}

#mainPage header .top_nav-wrap {
  background-color: transparent;
}
#mainPage header.open .top_nav-wrap {
  background-color: #fff;
}
#mainPage.type_w header {
  background: transparent;
  border-bottom: 2px solid rgba(228, 228, 228, 0.2);
}
#mainPage.type_w header .top_nav-wrap {
  background: rgba(0, 0, 0, 0);
}
#mainPage.type_w header nav button {
  color: #fff;
}
#mainPage.type_w header .other_link > ul > li > a {
  color: #fff;
}
#mainPage.type_w header .other_link .allview {
  background-image: url(../img/btn_all-menu_w.png);
}
#mainPage.type_w header h1 a {
  background: url(../img/KDI_logo_w.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#mainPage.type_w header h1 a img {
  opacity: 0;
}
#mainPage.type_w header.open h1 a {
  background: none;
}
#mainPage.type_w header.open h1 a img {
  opacity: 1;
}
#mainPage.type_w header.open .other_link .allview {
  background-image: url(../img/btn_all-menu.png);
}
#mainPage.type_w header.open .other_link > ul > li > a {
  color: #333;
}
#mainPage.type_w header.open nav button {
  color: #333;
}
#mainPage.type_w header.open nav button:hover {
  color: #f5821f;
}
#mainPage.type_w header.open .top_nav-wrap {
  background-color: #fff;
}

.main #contents {
  margin-bottom: 0;
}

.gnb_downslide {
  position: absolute;
  left: -99999em;
  top: -99999em;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.gnb_downslide.open {
  left: 0;
  top: 124px;
}

.gnb_downslide .gnb_guide {
  width: 100%;
  height: 490px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3efec;
}

.gnb_downslide .gnb_guide > div {
  width: 50%;
}

.gnb_downslide .gnb_left {
  background-color: #fbf6f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gnb_downslide .gnb_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnb_downslide .gnb_left h2 {
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 70px;
  color: #333;
  width: 184px;
}

.gnb_downslide .gnb_left h2 b {
  display: block;
  font-size: 48px;
  line-height: 1em;
  padding-bottom: 20px;
  font-weight: 500;
}

.gnb_downslide .gnb_left h2 p::before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000;
  margin-bottom: 16px;
}

.gnb_downslide .menu_each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-left: 4px solid #fff;
}

.gnb_downslide .menu_each > ul {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gnb_downslide .menu_each > ul:first-child {
  padding: 30px 0 0 30px;
  width: 200px;
}

.gnb_downslide .menu_each > ul > li {
  margin-top: 20px;
}

.gnb_downslide .menu_each > ul > li:first-child {
  margin-top: 0;
}

.gnb_downslide .menu_each > ul > li > a {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  display: block;
}

.gnb_downslide .menu_each > ul > li > a:hover {
  text-decoration: underline;
}

.gnb_downslide .menu_each > ul ul li {
  margin-top: 8px;
}

.gnb_downslide .menu_each > ul ul li a {
  color: #999;
}

.gnb_downslide .menu_each > ul ul li a:hover {
  color: #f5821f;
}

.gnb_downslide .menu_each .bg {
  padding: 26px 20px 26px 0;
  position: relative;
  overflow: hidden;
}
.gnb_downslide .menu_each .bg > ul {
  width: 220px;
  height: 100%;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 70% auto;
}
.gnb_downslide .menu_each .bg > ul > li:first-child > a {
  color: #f5821f;
  font-size: 1.125rem;
  line-height: 1em;
  display: block;
  border-bottom: 1px solid #f5821f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.gnb_downslide .menu_each .bg > ul ul {
  height: auto;
}
.gnb_downslide .menu_each .bg > ul ul li {
  margin-top: 0;
}
.gnb_downslide .menu_each .bg > ul ul li a {
  color: #666;
  display: block;
  line-height: 26px;
  white-space: nowrap;
}
.gnb_downslide .menu_each .bg > ul ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #f8a975;
  border-radius: 50%;
  margin: 11px 5px 0 0;
}
.gnb_downslide .menu_each .bg > ul ul li a:hover {
  color: #f5821f;
}
.gnb_downslide .menu_each .bg > ul ul.s li a::before {
  margin-top: 10px;
}
.gnb_downslide .menu_each .bg > ul ul.s li.c a::before {
  background-color: #a6cde9;
}
.gnb_downslide .menu_each .bg .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3efec;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: none;
}
.gnb_downslide .menu_each .bg .cover button {
  margin-left: 20px;
  width: 200px;
  height: 100%;
  display: block;
  text-align: left;
}
.gnb_downslide .menu_each .bg .cover img {
  display: block;
  width: 100%;
}
.gnb_downslide .menu_each .bg .cover strong {
  display: block;
  font-weight: 500;
  color: #f5821f;
  letter-spacing: 0;
  margin-top: 24px;
}
.gnb_downslide .menu_each .bg .cover p {
  line-height: 1.4em;
  margin-top: 16px;
  font-size: 18px;
  height: 52px;
}
.gnb_downslide .menu_each .bg .cover.open {
  left: 100%;
}

nav > ul > li:nth-child(1) .gnb_downslide .menu_each .bg > ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav > ul > li:nth-child(1) .gnb_downslide .menu_each .bg > ul ul li {
  width: 50%;
}

nav > ul > li:nth-child(1) .gnb_downslide .menu_each .bg > ul {
  background-image: url(../img/gnb_img01.jpg);
}

nav > ul > li:nth-child(2) .gnb_downslide .menu_each .bg > ul {
  background-image: url(../img/gnb_img02.jpg);
}

nav > ul > li:nth-child(3) .gnb_downslide .menu_each .bg > ul {
  background-image: url(../img/gnb_img03.jpg);
}

.gnb_downslide .menu_each .one_list {
  margin-right: 210px;
}

.gnb_downslide .menu_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.gnb_downslide .menu_other .item {
  margin-left: 20px;
  width: 270px;
  display: block;
}

.gnb_downslide .menu_other img {
  display: block;
}

.gnb_downslide .menu_other strong {
  display: block;
  font-weight: 500;
  color: #f5821f;
  letter-spacing: 0;
  margin-top: 24px;
}

.gnb_downslide .menu_other p {
  line-height: 1.4em;
  margin-top: 16px;
  font-size: 18px;
  height: 52px;
}

.gnb_downslide .menu_other .item:hover p {
  text-decoration: underline;
}

.site_map-wrap {
  position: absolute;
  left: -99999em;
  top: -99999em;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.site_map-wrap.open {
  left: 0;
  top: 0;
  z-index: 5;
}

.site_map-wrap .site_top,
.site_map-wrap .center_guide,
.site_map-wrap .site_btm {
  width: 1220px;
  margin: 0 auto;
}

.site_map-wrap .site_top .mo {
  display: none;
}

.site_map-wrap .site_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
}

.site_map-wrap .site_top h3 a {
  display: block;
  height: 52px;
}

.site_map-wrap .site_top h4 {
  color: #333;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  padding: 28px 0 30px 0;
}

.site_map-wrap .site_top button {
  font-size: 18px;
  line-height: 24px;
  padding-right: 36px;
  background: url(../img/btn_close.png) right center no-repeat;
}

.site_map-wrap .site_mid {
  background-color: #fbf6f3;
  position: relative;
}

.site_map-wrap .site_mid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f3efec;
}

.site_map-wrap .center_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.site_map-wrap .site_area {
  width: 27.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 38px;
  background-color: #fbf6f3;
  position: relative;
}

.site_map-wrap .site_area:first-child {
  padding-left: 0;
}

.site_map-wrap .site_area:last-child {
  width: 17.5%;
  padding-right: 0;
}

.site_map-wrap .site_area h5 {
  display: block;
  border-bottom: 2px solid #333;
}

.site_map-wrap .site_area h5 button {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding: 20px 0;
  display: block;
  cursor: default;
  width: 100%;
  text-align: center;
}

.site_map-wrap .site_area::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 78px;
}

.site_map-wrap .site_area:nth-child(2n) {
  background-color: #f3efec;
}

.site_map-wrap .site_area:nth-child(1)::after {
  background-image: url(../img/ico_site01.png);
}

.site_map-wrap .site_area:nth-child(2)::after {
  background-image: url(../img/ico_site02.png);
}

.site_map-wrap .site_area:nth-child(3)::after {
  background-image: url(../img/ico_site03.png);
}

.site_map-wrap .menu_each {
  margin: 32px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 118px);
}

.site_map-wrap .menu_each > ul {
  display: block;
}

.site_map-wrap .menu_each > ul > li {
  margin-top: 30px;
}

.site_map-wrap .menu_each > ul > li:first-child {
  margin-top: 0;
}

.site_map-wrap .menu_each > ul > li > a {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  display: block;
}

.site_map-wrap .menu_each > ul > li > a:hover {
  text-decoration: underline;
}

.site_map-wrap .menu_each > ul ul {
  margin-top: 14px;
}

.site_map-wrap .menu_each > ul ul li {
  margin-top: 8px;
}

.site_map-wrap .menu_each > ul ul li a {
  color: #999;
}

.site_map-wrap .menu_each > ul ul li a:hover {
  color: #f5821f;
}

.site_map-wrap .menu_each .bg {
  padding: 0;
}
.site_map-wrap .menu_each .bg > ul {
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.site_map-wrap .menu_each .bg > ul li > a {
  font-size: 1rem;
  color: #f5821f;
  display: block;
  text-align: center;
}
.site_map-wrap .menu_each .bg > ul li ul {
  margin-top: 14px;
}
.site_map-wrap .menu_each .bg > ul li ul li {
  position: relative;
  padding-left: 10px;
  margin-top: 7px;
}
.site_map-wrap .menu_each .bg > ul li ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  background-color: #f5821f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.site_map-wrap .menu_each .bg > ul li ul li a {
  font-size: 14px;
  color: #666;
  text-align: left;
}
.site_map-wrap .menu_each .bg > ul li ul li a:hover {
  color: #f5821f;
}
.site_map-wrap .menu_each .bg > ul li ul li.c::before {
  background-color: #a6cde9;
}

.site_map-wrap .site_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0;
}

.site_map-wrap .site_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site_map-wrap .site_btm ul a {
  color: #999;
}

.site_map-wrap .site_btm ul a::before {
  content: "Ι";
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  color: #ddd;
}

.site_map-wrap .site_btm ul li:first-child a:before {
  display: none;
}

.site_map-wrap .site_btm ul a:hover {
  color: #f5821f;
}

.site_map-wrap .cover {
  display: none;
}

#contents {
  margin-bottom: 100px;
}
#contents.mjb0 {
  margin-bottom: 0;
}

#satisfied {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#satisfied .nuri_top {
  text-align: center;
}

#satisfied .nuri_top > span {
  display: block;
  width: 100%;
  position: relative;
}

#satisfied .nuri_top > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/img_line-dotted.gif) left top repeat-x;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#satisfied .nuri_top > span img {
  position: relative;
  z-index: 1;
}

#satisfied .nuri_top p {
  font-size: 14px;
  margin-top: 12px;
}

#satisfied .nuri_top p em {
  color: #f5821f;
}

#satisfied > dl {
  margin: 58px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

#satisfied > dl dd::before {
  content: "I";
  padding-right: 10px;
  margin-left: 12px;
}

#satisfied > dl dd span {
  margin-right: 6px;
}

#satisfied > dl dd span::before {
  content: ":";
  margin-right: 4px;
  margin-left: 4px;
}

#satisfied > dl dd a {
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
}

#satisfied .nuri_option {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 36px;
  margin-bottom: 50px;
  position: relative;
}

#satisfied .nuri_option > strong:first-child {
  font-size: 19px;
  display: block;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 20px;
}

#satisfied .line_align ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#satisfied .line_align ul li {
  margin-left: 22px;
}

#satisfied .line_align ul li:first-child {
  margin-left: 0;
}

#satisfied .line_align ul li span {
  font-size: 16px;
}

#satisfied .nuri_regist textarea {
  height: 100px;
  width: 100%;
  background-color: #f4f4f4;
  color: #a4a4a4;
  padding: 22px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#satisfied .nuri_regist textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}

#satisfied .nuri_regist textarea::-moz-placeholder {
  color: #a4a4a4;
}

#satisfied .nuri_regist textarea:-ms-input-placeholder {
  color: #a4a4a4;
}

#satisfied .nuri_regist textarea::-ms-input-placeholder {
  color: #a4a4a4;
}

#satisfied .nuri_regist textarea::placeholder {
  color: #a4a4a4;
}

#satisfied .sns {
  position: absolute;
  right: 36px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#satisfied .sns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 6px 10px;
  background-color: #f7f7f8;
  margin-left: 2px;
}

#satisfied .sns .item a {
  display: inline-block;
  vertical-align: top;
  width: 84px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -99999em;
  background-size: 100% auto;
}

#satisfied .sns .item span {
  font-size: 1rem;
  color: #666;
  display: inline-block;
  vertical-align: top;
  width: 86px;
  text-align: center;
}

#satisfied .sns .item.n a {
  background-image: url(../img/ico_sns01.gif);
}

#satisfied .sns .item.k a {
  background-image: url(../img/ico_sns02.gif);
}

#satisfied .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#satisfied .captcha .security_box label img {
  height: 40px;
}

#satisfied .captcha .security_box label button {
  width: 46px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_again.png) no-repeat center;
  text-indent: -99999em;
}

#satisfied .captcha .security_box input {
  width: 120px;
  height: 40px;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
}

#satisfied .captcha > button {
  background-color: #f5821f;
  text-align: center;
  color: #fff;
  width: 176px;
  height: 40px;
  font-size: 16px;
  margin-left: 34px;
}

#newsletter {
  background-color: #fbf6f3;
  padding: 38px 0;
  border-top: 1px solid #f1f1f1;
}

#newsletter .letter_guide {
  width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsletter .tit strong {
  color: #333;
  font-size: 36px;
  display: block;
  line-height: 1em;
  padding-left: 66px;
  background: url(../img/ico_newlatter.png) 0 0 no-repeat;
  margin-bottom: 16px;
}

#newsletter .tit strong span {
  font-weight: 300;
}

#newsletter .tit p {
  color: #333;
  font-size: 20px;
  line-height: 1.3em;
}

#newsletter .emil input {
  background-color: transparent;
  border-bottom: 4px solid #f5821f;
  color: #a4a4a4;
  height: 40px;
  width: 300px;
  margin-top: -4px;
  margin-right: 6px;
  font-size: 16px;
}

#newsletter .emil input::-webkit-input-placeholder {
  color: #a4a4a4;
}

#newsletter .emil input::-moz-placeholder {
  color: #a4a4a4;
}

#newsletter .emil input:-ms-input-placeholder {
  color: #a4a4a4;
}

#newsletter .emil input::-ms-input-placeholder {
  color: #a4a4a4;
}

#newsletter .emil input::placeholder {
  color: #a4a4a4;
}

#newsletter .emil button {
  background-color: #f5821f;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}

#newsletter .emil button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
  background: url(../img/ico_arw-right.png) right center no-repeat;
}

footer {
  border-top: 1px solid #f1f1f1;
}
footer .fot_menu {
  width: 1220px;
  margin: 0 auto;
  padding: 40px 0 40px 230px;
  background: url(../img/KDI_logo.png) 0 48px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .fot_menu ul:nth-child(1) {
  width: 280px;
}
footer .fot_menu ul:nth-child(2) {
  width: 190px;
}
footer .fot_menu ul:nth-child(3) {
  width: 350px;
}
footer .fot_menu ul li a {
  color: #666;
  line-height: 2em;
  font-size: 16px;
  display: block;
}
footer .fot_menu ul li a:hover {
  color: #f5821f;
}
footer .fot_guide {
  border-top: 2px solid #f1f1f1;
  padding: 36px 0;
}
footer .fot_conts {
  width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .fot_conts .address {
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-right: 140px;
}
footer .fot_conts .address span {
  padding-left: 6px;
}
footer .fot_conts .address .copyright {
  display: block;
}
footer .fot_conts .address address {
  display: block;
}
footer .fot_conts .address .tel, footer .fot_conts .address .tel a {
  font-size: 16px;
}
footer .fot_conts .address a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  line-height: 1.3em;
}
footer .fot_conts .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
footer .fot_conts .sns a {
  display: block;
  margin-left: 9px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-size: 100% auto;
}
footer .fot_conts .sns a.n {
  background-image: url(../img/ico_sns01.jpg);
}
footer .fot_conts .sns a.u {
  background-image: url(../img/ico_sns02.jpg);
}
footer .fot_conts .sns a.f {
  background-image: url(../img/ico_sns03.jpg);
}
footer .fot_conts .sns a.p {
  background-image: url(../img/ico_sns04.jpg);
}
footer .fot_conts .sns a.i {
  background-image: url(../img/ico_sns05.jpg);
}
footer .fot_conts .sns a.l {
  background-image: url(../img/ico_sns06.jpg);
}
footer .fot_conts .site {
  position: relative;
}
footer .fot_conts .site + .site{
  margin-left:10px;
}
footer .fot_conts .site button {
  position: relative;
  display: block;
  width: 200px;
  padding-left: 26px;
  height: 34px;
  background-color: #f4f4f4;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  text-align: left;
}
footer .fot_conts .site button::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/ico_select.png) 0 0 no-repeat;
  text-indent: -99999em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-size: 10px auto;
}
footer .fot_conts .site ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  border: solid #f4f4f4;
  border-width: 1px 1px 0 1px;
  background-color: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
}
footer .fot_conts .site ul li a {
  display: block;
  font-size: 14px;
  padding-left: 26px;
  color: #000;
  font-weight: 500;
  line-height: 28px;
}
footer .fot_conts .site ul li a:hover {
  background-color: #c2c2c2;
}
footer .fot_conts .site.open button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* rss */
footer .fot_conts .site.rss button {
  display: inline-block;
  width:auto;
  padding: 5px 26px 6px 8px;
  background-color: #fff;
  border: 1px solid #ff9800;
  border-radius: 5px;
  line-height: 1;
  color: #ff9800;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .fot_conts .site.rss button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/ico_rss.png') no-repeat center / 100% auto;
  margin: 1px 4px 0 0;
  vertical-align: top;
}
footer .fot_conts .site.rss button::after {
  right: 10px;
}
footer .fot_conts .site.rss ul {
  width: 225px;
}
footer .fot_conts .site.rss ul li a {
  padding-left: 20px;
}

footer .page_other {
  position: fixed;
  right: 40px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
footer .page_other a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #fff url(../img/ico_talk.png) no-repeat center/80% auto;
  text-indent: -99999em;
  border-radius: 36%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  margin: 4px 14px 0 0;
}
footer .page_other a:hover {
  -webkit-animation-name: mouseTalk;
          animation-name: mouseTalk;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
footer .page_other button {
  display: block;
  position: relative;
  width: 38px;
  height: 58px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #f5821f;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
footer .page_other button:before {
  content: "";
  display: block;
  position: relative;
  top: 12px;
  width: 100%;
  height: 34px;
  background: url("../img/ico_toparrow_b.png") center top no-repeat;
}
footer .page_other button:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
footer .page_other button:hover:before {
  -webkit-animation-name: mouseTop;
          animation-name: mouseTop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes mouseTop {
  0% {
    top: 12px;
  }
  50% {
    top: 7px;
  }
  100% {
    top: 12px;
  }
}
@keyframes mouseTop {
  0% {
    top: 12px;
  }
  50% {
    top: 7px;
  }
  100% {
    top: 12px;
  }
}
@-webkit-keyframes mouseTalk {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
  }
  100% {
    top: 0;
  }
}
@keyframes mouseTalk {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
  }
  100% {
    top: 0;
  }
}

.hot_issue-box h3 {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 24px;
}
.hot_issue-box .issue_slide-box {
  text-align: center;
  width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
  font-size: 0;
}
.hot_issue-box .issue_slide-box .slick-list {
  overflow: hidden;
}
.hot_issue-box .issue_slide-box .slick-arrow {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -99999em;
}
.hot_issue-box .issue_slide-box .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/arw_slide-prev.png);
}
.hot_issue-box .issue_slide-box .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/arw_slide-next.png);
}
.hot_issue-box .issue_slide-box .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 5px;
}
.hot_issue-box .issue_slide-box .item a {
  display: block;
  width: 100%;
  height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
  border: 1px solid #d6d6d6;
}
.hot_issue-box .issue_slide-box .item a * {
  display: block;
  font-weight: 400;
}
.hot_issue-box .issue_slide-box .item a b {
  color: #f5821f;
  line-height: 1.5em;
  padding-left: 40px;
  position: relative;
}
.hot_issue-box .issue_slide-box .item a b::after {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.hot_issue-box .issue_slide-box .item a b.i01::after {
  background-image: url(../img/ico_list01.png);
}
.hot_issue-box .issue_slide-box .item a b.i02::after {
  background-image: url(../img/ico_list02.png);
}
.hot_issue-box .issue_slide-box .item a b.i03::after {
  background-image: url(../img/ico_list03.png);
}
.hot_issue-box .issue_slide-box .item a b.i04::after {
  background-image: url(../img/ico_list04.png);
}
.hot_issue-box .issue_slide-box .item a b.i05::after {
  background-image: url(../img/ico_list05.png);
}
.hot_issue-box .issue_slide-box .item a b.i06::after {
  background-image: url(../img/ico_list06.png);
}
.hot_issue-box .issue_slide-box .item a b.i07::after {
  background-image: url(../img/ico_list07.png);
}
.hot_issue-box .issue_slide-box .item a b.i08::after {
  background-image: url(../img/ico_list08.png);
}
.hot_issue-box .issue_slide-box .item a b.i09::after {
  background-image: url(../img/ico_list09.png);
}
.hot_issue-box .issue_slide-box .item a b.i10::after {
  background-image: url(../img/ico_list10.png);
}
.hot_issue-box .issue_slide-box .item a b.i11::after {
  background-image: url(../img/ico_list11.png);
}
.hot_issue-box .issue_slide-box .item a b.i12::after {
  background-image: url(../img/ico_list12.png);
}
.hot_issue-box .issue_slide-box .item a b.i13::after {
  background-image: url(../img/ico_list13.png);
}
.hot_issue-box .issue_slide-box .item a b.i14::after {
  background-image: url(../img/ico_list14.png);
}
.hot_issue-box .issue_slide-box .item a b.i15::after {
  background-image: url(../img/ico_list15.png);
}
.hot_issue-box .issue_slide-box .item a b.i16::after {
  background-image: url(../img/ico_list16.png);
}
.hot_issue-box .issue_slide-box .item a b.i17::after {
  background-image: url(../img/ico_list17.png);
}
.hot_issue-box .issue_slide-box .item a b.i18::after {
  background-image: url(../img/ico_list18.png);
}
.hot_issue-box .issue_slide-box .item a b.i19::after {
  background-image: url(../img/ico_list19.png);
}
.hot_issue-box .issue_slide-box .item a b.i20::after {
  background-image: url(../img/ico_list20.png);
}
.hot_issue-box .issue_slide-box .item a b.i21::after {
  background-image: url(../img/ico_list21.png);
}
.hot_issue-box .issue_slide-box .item a b.i22::after {
  background-image: url(../img/ico_list22.png);
}
.hot_issue-box .issue_slide-box .item a b.i23::after {
  background-image: url(../img/ico_list23.png);
}
.hot_issue-box .issue_slide-box .item a b.i24::after {
  background-image: url(../img/ico_list24.png);
}
.hot_issue-box .issue_slide-box .item a strong {
  font-size: 18px;
  margin: 14px 0;
  line-height: 1.3em;
  height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}
.hot_issue-box .issue_slide-box .item a p {
  color: #999;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  height: 72px;
}
.hot_issue-box .issue_slide-box .item a span {
  font-size: 14px;
  margin-top: 20px;
  color: #999;
  letter-spacing: 0;
}
.hot_issue-box .issue_slide-box .item a:hover strong {
  color: #f5821f;
}

#site_search-wrap {
  position: absolute;
  left: -99999em;
  top: -99999em;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  overflow-y: auto;
}
#site_search-wrap .site_scroll {
  position: relative;
  padding-top: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 860px;
}
#site_search-wrap .site_scroll::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
}
#site_search-wrap.open {
  left: 0;
  top: 0;
  position: fixed;
}
#site_search-wrap > button {
  position: absolute;
  right: 50%;
  top: 50px;
  display: block;
  margin-right: -610px;
  width: 38px;
  height: 38px;
  background: url(../img/btn_all-x.png) center center no-repeat;
  text-indent: -99999em;
  z-index: 1;
}
#site_search-wrap .search_word-inp {
  position: relative;
  z-index: 1;
}
#site_search-wrap .search_word-inp .search_box {
  width: 970px;
  margin: 0 auto;
  position: relative;
  padding-top: 114px;
  background: url(../img/KDI_logo-big.png) center top no-repeat;
}
#site_search-wrap .search_word-inp .search_box .box_guide {
  width: 100%;
  background-color: #f5821f;
  padding: 60px 0 50px 0;
  text-align: center;
  font-size: 0;
}
#site_search-wrap .search_word-inp .search_box .box_guide * {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
#site_search-wrap .search_word-inp .search_box .box_guide label {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-right: 70px;
}
#site_search-wrap .search_word-inp .search_box .box_guide input {
  color: #fff;
  font-size: 20px;
  border-bottom: 4px solid #fff;
  width: 300px;
  height: 44px;
}
#site_search-wrap .search_word-inp .search_box .box_guide input::-webkit-input-placeholder {
  color: #fff;
}
#site_search-wrap .search_word-inp .search_box .box_guide input::-moz-placeholder {
  color: #fff;
}
#site_search-wrap .search_word-inp .search_box .box_guide input:-ms-input-placeholder {
  color: #fff;
}
#site_search-wrap .search_word-inp .search_box .box_guide input::-ms-input-placeholder {
  color: #fff;
}
#site_search-wrap .search_word-inp .search_box .box_guide input::placeholder {
  color: #fff;
}
#site_search-wrap .search_word-inp .search_box .box_guide button {
  border-bottom: 4px solid #fff;
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  background: url(../img/ico_search.png) right center no-repeat;
}
#site_search-wrap .search_word-inp .popular_terms {
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: 520px;
}
#site_search-wrap .search_word-inp .popular_terms > button {
  display: none;
}
#site_search-wrap .search_word-inp .popular_terms strong {
  display: block;
  font-size: 18px;
}
#site_search-wrap .search_word-inp .popular_terms ul li {
  margin-top: 8px;
}
#site_search-wrap .search_word-inp .popular_terms ul li:first-child {
  margin-top: 22px;
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(1) a::before {
  content: "1";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(2) a::before {
  content: "2";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(3) a::before {
  content: "3";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(4) a::before {
  content: "4";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(5) a::before {
  content: "5";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(6) a::before {
  content: "6";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(7) a::before {
  content: "7";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(8) a::before {
  content: "8";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(9) a::before {
  content: "9";
}
#site_search-wrap .search_word-inp .popular_terms ul li:nth-child(10) a::before {
  content: "10";
}
#site_search-wrap .search_word-inp .popular_terms ul li a {
  color: #999;
}
#site_search-wrap .search_word-inp .popular_terms ul li a::before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d6d6d6;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  text-indent: -1px;
  margin-right: 5px;
  margin-top: 1px;
}
#site_search-wrap .search_word-inp .popular_terms ul li a:hover {
  text-decoration: underline;
}
#site_search-wrap .search_word-inp .popular_terms ul li.tier a {
  color: #666;
}
#site_search-wrap .search_word-inp .popular_terms ul li.tier a::before {
  background-color: #f5821f;
}
#site_search-wrap .hot_issue-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  margin-bottom: 80px;
}

.interior_page header .top_guide {
  padding: 20px 0;
}
.interior_page header .top_guide > button {
  display: block;
  color: #fff;
  background-color: #f5821f;
  line-height: 34px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 0;
}
.interior_page .page_top-wrap h2 p {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1.4;
}
.interior_page .view_new-wrap .new_top-title .rpt_link button.i02,
.interior_page .page_btn_btm .rpt_link button.i02 {
  text-indent: 22px;
  width: 170px;
}
.interior_page .view_new-wrap .new_top-title {
  border-top-width: 0;
}

@media all and (max-width: 1280px) {
  body, html {
    font-size: 1.40625vw;
  }
  nav {
    margin: 0 6.25vw 0 9.375vw;
  }
  nav > ul > li {
    width: 14.0625vw;
  }
  nav > ul > li > button {
    line-height: 4.0625vw;
    font-size: 2.1875vw;
    padding: 2.1875vw 0 2.34375vw 0;
  }
  nav > ul > li:first-child {
    padding-left: 7.8125vw;
  }
  header h1 a {
    height: 4.0625vw;
  }
  header h1 a img {
    width: auto;
    height: 100%;
  }
  header .top_nav-wrap > button {
    display: none;
  }
  header .top_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 1.09375vw;
  }
  header .other_link > ul > li button {
    font-size: 1.171875vw;
  }
  header .other_link > ul > li > a {
    margin-left: 1.25vw;
    font-size: 1.171875vw;
  }
  header .other_link > ul > li > a::before {
    height: 1.40625vw;
    margin-right: 1.25vw;
  }
  header .other_link .search {
    width: 2.96875vw;
    height: 2.96875vw;
    margin-left: 1.71875vw;
    background-size: 1.71875vw auto;
  }
  header .other_link .allview {
    width: 2.96875vw;
    height: 2.96875vw;
    margin-left: 2.03125vw;
  }
  .ui-autocomplete {
    padding: 0.46875vw 0;
  }
  .ui-autocomplete li a {
    padding: 0.78125vw 0;
    font-size: 1.875vw;
    text-indent: 1.09375vw;
  }
  .gnb_downslide.open {
    top: 9.6875vw;
  }
  .gnb_downslide .gnb_guide {
    height: 38.28125vw;
  }
  .gnb_downslide .menu_each > ul {
    width: 16.40625vw;
    padding: 2.8125vw 2.34375vw 0 2.34375vw;
  }
  .gnb_downslide .menu_each > ul > li {
    margin-top: 1.40625vw;
  }
  .gnb_downslide .menu_each > ul > li > a {
    font-size: 1.40625vw;
    line-height: 1.3em;
  }
  .gnb_downslide .menu_each > ul ul li {
    margin-top: 0.625vw;
  }
  .gnb_downslide .menu_each > ul ul li a {
    font-size: 1.25vw;
  }
  .gnb_downslide .menu_each > ul:first-child {
    padding: 2.34375vw 0 0 2.34375vw;
    width: 15.625vw;
  }
  .gnb_downslide .menu_each .bg {
    padding: 2.03125vw 1.5625vw 2.03125vw 0;
  }
  .gnb_downslide .menu_each .bg > ul {
    width: 17.1875vw;
    padding: 1.40625vw;
    border-radius: 1.25vw;
    background-size: 70% auto;
  }
  .gnb_downslide .menu_each .bg > ul > li:first-child > a {
    padding-bottom: 0.78125vw;
    margin-bottom: 0.78125vw;
  }
  .gnb_downslide .menu_each .bg > ul ul li a {
    line-height: 2.1875vw;
  }
  .gnb_downslide .menu_each .bg > ul ul li a::before {
    width: 0.46875vw;
    height: 0.46875vw;
    margin: 0.9375vw 0.3125vw 0 0;
  }
  .gnb_downslide .menu_each .bg > ul ul.s li a::before {
    margin-top: 0.78125vw;
  }
  .gnb_downslide .menu_each .bg .cover button {
    margin-left: 1.5625vw;
    width: 15.625vw;
  }
  .gnb_downslide .menu_each .bg .cover strong {
    margin-top: 1.875vw;
  }
  .gnb_downslide .menu_each .bg .cover p {
    font-size: 1.40625vw;
    margin-top: 1.25vw;
    height: auto;
  }
  .gnb_downslide .gnb_left h2 {
    width: 14.375vw;
    margin-bottom: 5.46875vw;
  }
  .gnb_downslide .gnb_left h2 b {
    font-size: 3.125vw;
    padding-bottom: 1.5625vw;
  }
  .gnb_downslide .gnb_left h2 p::before {
    width: 10.15625vw;
    margin-bottom: 1.25vw;
  }
  .gnb_downslide .menu_other {
    margin-left: 0.78125vw;
  }
  .gnb_downslide .menu_other > a:first-child {
    margin-bottom: 2.34375vw;
  }
  .gnb_downslide .menu_other .item {
    width: 21.09375vw;
    margin-left: 1.5625vw;
  }
  .gnb_downslide .menu_other .item strong {
    margin-top: 1.875vw;
  }
  .gnb_downslide .menu_other .item p {
    font-size: 1.40625vw;
    margin-top: 1.25vw;
    height: auto;
  }
  .site_map-wrap .center_guide,
  .site_map-wrap .site_top,
  .site_map-wrap .site_btm {
    width: auto;
  }
  .site_map-wrap .site_top {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 1.09375vw;
  }
  .site_map-wrap .site_top h3 a {
    height: 4.0625vw;
  }
  .site_map-wrap .site_top h3 a img {
    height: 100%;
    width: auto;
  }
  .site_map-wrap .site_top h4 {
    padding: 2.1875vw 0 2.34375vw 0;
    font-size: 2.1875vw;
    line-height: 4.0625vw;
  }
  .site_map-wrap .site_top button {
    font-size: 1.5625vw;
    background-size: 1.5625vw auto;
    padding-right: 2.8125vw;
  }
  .site_map-wrap .site_area {
    padding: 0 2.34375vw;
  }
  .site_map-wrap .site_area:first-child {
    padding-left: 2.34375vw;
  }
  .site_map-wrap .site_area:last-child {
    padding-right: 2.34375vw;
  }
  .site_map-wrap .site_area::after {
    width: 7.03125vw;
    height: 6.09375vw;
    right: 0.9375vw;
    bottom: 0.9375vw;
  }
  .site_map-wrap .site_area h5 button {
    padding: 1.5625vw 0;
    font-size: 1.875vw;
  }
  .site_map-wrap .site_area .menu_each {
    margin: 2.5vw 0 1.875vw 0;
    height: calc(100% - 9.21875vw);
  }
  .site_map-wrap .site_area .menu_each > ul > li {
    margin-top: 2.34375vw;
  }
  .site_map-wrap .site_area .menu_each > ul > li:first-child {
    margin-top: 0;
  }
  .site_map-wrap .site_area .menu_each > ul > li > a {
    font-size: 1.5625vw;
  }
  .site_map-wrap .site_area .menu_each > ul ul li {
    margin-top: 1.40625vw;
  }
  .site_map-wrap .site_area .menu_each > ul ul li a {
    font-size: 1.40625vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul {
    padding: 0.9375vw 1.25vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul {
    margin-top: 1.09375vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li {
    margin-top: 0.9375vw;
    padding-left: 0.78125vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li::before {
    width: 0.3125vw;
    height: 0.3125vw;
    top: 0.390625vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li a {
    font-size: 1.09375vw;
  }
  .site_map-wrap .site_btm {
    padding: 2.8125vw 0;
    margin: 0 2.34375vw;
  }
  .site_map-wrap .site_btm ul a {
    font-size: 1.640625vw;
  }
  .site_map-wrap .site_btm ul a::before {
    margin: 0 1.25vw;
  }
  #contents {
    margin-bottom: 7.8125vw;
  }
  #satisfied {
    width: 95%;
  }
  #satisfied .nuri_top span img {
    width: 15.625vw;
  }
  #satisfied .nuri_top p {
    font-size: 1.09375vw;
  }
  #satisfied > dl {
    margin: 4.53125vw 0 0.9375vw;
    font-size: 1.25vw;
  }
  #satisfied .nuri_option {
    margin-bottom: 3.90625vw;
    padding: 2.34375vw 2.8125vw;
  }
  #satisfied .nuri_option > strong:first-child {
    margin-bottom: 1.40625vw;
    font-size: 1.484375vw;
  }
  #satisfied .line_align ul {
    margin-bottom: 1.5625vw;
  }
  #satisfied .line_align ul li {
    margin-left: 1.71875vw;
  }
  #satisfied .line_align ul li span {
    font-size: 1.25vw;
  }
  #satisfied .nuri_regist textarea {
    height: 7.8125vw;
    padding: 1.71875vw;
  }
  #satisfied .sns {
    right: 2.8125vw;
    top: 2.34375vw;
  }
  #satisfied .sns .item {
    padding: 0.46875vw 0 0.46875vw 0.78125vw;
  }
  #satisfied .sns .item a {
    width: 6.5625vw;
    height: 2.5vw;
  }
  #satisfied .sns .item span {
    width: 6.71875vw;
  }
  #satisfied .captcha {
    margin-top: 0.78125vw;
  }
  #satisfied .captcha .security_box label img {
    height: 3.125vw;
  }
  #satisfied .captcha .security_box label button {
    width: 3.59375vw;
    height: 3.125vw;
    background-size: 1.71875vw auto;
  }
  #satisfied .captcha .security_box input {
    width: 10.9375vw;
    height: 3.125vw;
  }
  #satisfied .captcha > button {
    width: 13.75vw;
    height: 3.125vw;
    font-size: 1.25vw;
    margin-left: 2.65625vw;
  }
  #newsletter {
    padding: 2.96875vw 0;
  }
  #newsletter .letter_guide {
    width: 95%;
  }
  #newsletter .tit strong {
    padding-left: 5.15625vw;
    background-size: auto 100%;
    font-size: 2.8125vw;
  }
  #newsletter .tit p {
    font-size: 1.5625vw;
  }
  #newsletter .emil input {
    width: 23.4375vw;
    height: 3.90625vw;
    margin-right: 0.46875vw;
    font-size: 1.25vw;
    border-bottom-width: 0.3125vw;
  }
  #newsletter .emil button {
    width: 15.625vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
    font-size: 1.25vw;
  }
  #newsletter .emil button::after {
    width: 3.125vw;
    background-size: 1.5625vw auto;
  }
  footer .fot_menu {
    width: 95%;
    margin: 0 auto;
    padding: 3.125vw 0 3.125vw 17.96875vw;
    background-size: 9.375vw auto;
    background-position: 0 3.75vw;
  }
  footer .fot_menu ul:nth-child(1) {
    width: 23%;
  }
  footer .fot_menu ul:nth-child(2) {
    width: 20%;
  }
  footer .fot_menu ul:nth-child(3) {
    width: 35%;
  }
  footer .fot_menu ul li a {
    font-size: 1.25vw;
  }
  footer .fot_guide {
    padding: 2.8125vw 0;
  }
  footer .fot_conts {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .fot_conts .address {
    margin-right: 7.8125vw;
    font-size: 1.09375vw;
  }
  footer .fot_conts .sns {
    margin-right: 0;
  }
  footer .fot_conts .sns a {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 0.703125vw;
    background-size: 3.125vw;
  }
  footer .fot_conts .site + .site{
    margin-left: 0.78125vw;
  }
  footer .fot_conts .site button {
    width: 15.625vw;
    height: 3.125vw;
    padding-left: 2.03125vw;
    font-size: 1.09375vw;
  }
  footer .fot_conts .site button::after {
    background-size: 0.9375vw auto;
    margin-top: -0.46875vw;
    width: 0.9375vw;
    height: 0.9375vw;
  }
  footer .fot_conts .site ul{
    z-index: 4;
  }
  footer .fot_conts .site ul li a {
    padding-left: 2.03125vw;
    line-height: 3.515625vw;
    font-size: 1.09375vw;
  }
  /* rss */
  footer .fot_conts .site.rss {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.78125vw;
  }
  footer .fot_conts .site.rss button {
    padding: 0.390625vw 2.34375vw 0.46875vw 0.78125vw;
    font-size: 1.25vw;
  }
  footer .fot_conts .site.rss button::before {
    width: 1.25vw;
    height: 1.25vw;
  }
  footer .fot_conts .site.rss button::after {
    right: 0.78125vw;
  }
  footer .fot_conts .site.rss ul {
    width: 17.578125vw;
  }
  footer .fot_conts .site.rss ul li a {
    padding-left: 1.5625vw;
  }
  .hot_issue-box h3 {
    font-size: 2.65625vw;
  }
  .hot_issue-box .issue_slide-box {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .hot_issue-box .issue_slide-box .slick-arrow.slick-prev, .hot_issue-box .issue_slide-box .slick-arrow.slick-next {
    background-size: 2.8125vw auto;
  }
  .hot_issue-box .issue_slide-box .item a {
    height: 25.78125vw;
    padding: 1.875vw 1.484375vw;
  }
  .hot_issue-box .issue_slide-box .item a b {
    padding-left: 3.125vw;
    font-size: 1.71875vw;
    line-height: 1.3em;
  }
  .hot_issue-box .issue_slide-box .item a b::after {
    width: 2.8125vw;
    height: 2.5vw;
  }
  .hot_issue-box .issue_slide-box .item a strong {
    font-size: 1.875vw;
    margin: 1.25vw 0;
    height: 4.6875vw;
  }
  .hot_issue-box .issue_slide-box .item a p {
    height: 7.03125vw;
    font-size: 1.71875vw;
    line-height: 1.3em;
  }
  .hot_issue-box .issue_slide-box .item a span {
    font-size: 1.5625vw;
    margin-top: 1.5625vw;
  }
  #site_search-wrap .site_scroll {
    padding-top: 10.9375vw;
    min-height: 70.3125vw;
  }
  #site_search-wrap > button {
    margin-right: 0;
    right: 3.125vw;
    top: 3.125vw;
  }
  #site_search-wrap .search_word-inp .search_box {
    width: 65%;
    background-size: 10.15625vw auto;
    padding-top: 9.375vw;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide {
    padding: 4.6875vw 0 3.90625vw 0;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide label {
    font-size: 2.8125vw;
    margin-right: 5.46875vw;
    line-height: 32px;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide input {
    width: 23.4375vw;
    height: 30px;
    font-size: 1.875vw;
    border-bottom-width: 2px;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide button {
    background-size: 2.265625vw auto;
    width: 3.75vw;
    height: 32px;
    border-bottom-width: 2px;
  }
  #site_search-wrap .search_word-inp .popular_terms {
    margin-left: 0;
    left: auto;
    right: 0;
    width: 15%;
    top: 4.21875vw;
  }
  #site_search-wrap .search_word-inp .popular_terms strong {
    line-height: 1em;
    font-size: 2.1875vw;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li {
    margin-top: 0.625vw;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li:first-child {
    margin-top: 1.5625vw;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li a {
    line-height: 1.25vw;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li a::before {
    font-size: 10px;
  }
  #site_search-wrap .hot_issue-box {
    margin-bottom: 3.125vw;
  }
  .popup_left-slide {
    right: -100vw;
    width: 80vw;
    padding: 2.34375vw;
  }
  .popup_left-slide h4 {
    margin-bottom: 3.4375vw;
    padding-bottom: 1.796875vw;
    padding-left: 3.125vw;
    font-size: 1.5625vw;
    line-height: 2.5vw;
    background-size: auto 2.5vw;
    border-bottom-width: 1px;
    background-position: 0 0.3125vw;
  }
  .popup_left-slide h4.v05 {
    background-size: auto 1.953125vw;
  }
  .popup_left-slide .close {
    right: 3.125vw;
    top: 2.65625vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
  .pop_top b {
    background-size: 1.40625vw auto;
    background-position: left center;
    padding-left: 2.5vw;
  }
  .pop_top strong {
    margin-bottom: 2.34375vw;
    font-size: 1.875vw;
  }
  .pop_conts {
    height: calc(100vh - 27.34375vw);
    padding: 3.125vw;
  }
  .mini_popup-guide {
    width: 39.0625vw;
    border-radius: 0.9375vw;
  }
  .mini_popup-guide > strong {
    padding: 1.875vw 0;
    border-radius: 0.9375vw 0.9375vw 0 0;
  }
  .mini_popup-guide > button {
    width: 2.34375vw;
    height: 2.34375vw;
    background-size: 100% auto;
    right: 1.875vw;
    top: 1.5625vw;
  }
  .mini_popup-guide .mini_conts {
    padding: 3.125vw 0;
  }
  .mini_popup-guide .mini_conts p.done {
    margin-bottom: 3.125vw;
  }
  .mini_popup-guide .mini_conts p.done b {
    display: block;
    line-height: 1em;
    font-size: 2.03125vw;
  }
  .interior_page header .top_guide {
    padding: 1.5625vw 0;
  }
  .interior_page header .top_guide > button {
    line-height: 2.65625vw;
    padding: 0 1.5625vw;
    font-size: 1.09375vw;
    border-radius: 0.234375vw;
  }
  .interior_page .page_top-wrap h2 p {
    font-size: 1.25vw;
    margin-top: 1.09375vw;
  }
  .interior_page .view_new-wrap .new_top-title .rpt_link button.i02,
  .interior_page .page_btn_btm .rpt_link button.i02 {
    text-indent: 1.71875vw;
    width: 13.28125vw;
  }
}
@media all and (max-width: 720px) {
  body, html, input, textarea, a, select, button {
    font-size: 3.3333333333vw;
  }
  .no_search-wrap {
    padding: 30vw 0;
  }
  nav {
    display: none;
  }
  header {
    border-bottom-width: 1px;
    z-index: 5;
  }
  header .top_guide {
    width: 100%;
    position: relative;
    margin: 0;
    padding-top: 0;
  }
  header h1 {
    display: block;
    margin: 0 auto;
    padding: 3.3333333333vw 0;
    position: relative;
    left: 9.7222222222vw;
  }
  header h1 a {
    height: 7.2222222222vw;
  }
  header .other_link .allview {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5.2777777778vw;
    height: 5.2777777778vw;
    margin-left: 5.5555555556vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.4s;
    transition: background-image 0.4s;
  }
  header .other_link .allview.open {
    background-image: url(../img/btn_all-x.png);
  }
  header .other_link .search {
    margin: 0 5.5555555556vw 0 2.5vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background-size: 3.3333333333vw auto;
  }
  header .other_link > ul > li button {
    display: none;
  }
  header .other_link > ul > li a {
    margin-left: 0;
    font-size: 3.3333333333vw;
  }
  header .other_link > ul > li a::before {
    display: none;
  }
  footer .fot_menu {
    background: none;
    width: 100%;
    margin: 0;
    padding: 3.6111111111vw 0 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .fot_menu ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .fot_menu ul li a {
    font-size: 2.7777777778vw;
    line-height: 7.2222222222vw;
  }
  footer .fot_menu ul:nth-child(1) {
    width: 36%;
    padding-left: 5.5555555556vw;
  }
  footer .fot_menu ul:nth-child(2) {
    width: 21%;
  }
  footer .fot_menu ul:nth-child(3) {
    width: 43%;
    padding-right: 5.5555555556vw;
  }
  footer .fot_menu ul:nth-child(4) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #f1f1f1;
    margin-top: 3.6111111111vw;
    padding: 3.3333333333vw 0;
  }
  footer .fot_menu ul:nth-child(4) li {
    position: relative;
  }
  footer .fot_menu ul:nth-child(4) li:nth-child(1) {
    width: 20%;
  }
  footer .fot_menu ul:nth-child(4) li:nth-child(2) {
    width: 30%;
  }
  footer .fot_menu ul:nth-child(4) li:nth-child(3) {
    width: 20%;
  }
  footer .fot_menu ul:nth-child(4) li:nth-child(4) {
    width: 30%;
  }
  footer .fot_menu ul:nth-child(4) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c5c5c5;
    width: 0.2777777778vw;
    height: 100%;
  }
  footer .fot_menu ul:nth-child(4) li:first-child::before {
    display: none;
  }
  footer .fot_menu ul:nth-child(4) li a {
    text-align: center;
    line-height: 1em;
  }
  footer .fot_guide {
    padding: 4.1666666667vw 5.5555555556vw 8.3333333333vw 5.5555555556vw;
  }
  footer .fot_guide .fot_conts {
    width: 100%;
    padding-top: 13.8888888889vw;
    position: relative;
  }
  footer .fot_guide .fot_conts .sns,
  footer .fot_guide .fot_conts .site {
    position: absolute;
    top: 0;
  }
  footer .fot_guide .fot_conts .sns {
    right: 0;
  }
  footer .fot_guide .fot_conts .sns a {
    width: 7.7777777778vw;
    height: 7.7777777778vw;
    background-size: 100% auto;
    margin-left: 2.2222222222vw;
  }
  footer .fot_guide .fot_conts .site {
    left: 0;
  }
  footer .fot_guide .fot_conts .site button {
    width: 38.8888888889vw;
    height: 7.7777777778vw;
    font-size: 2.7777777778vw;
  }
  footer .fot_guide .fot_conts .site button::after {
    background-size: 1.9444444444vw auto;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    margin-top: -0.9722222222vw;
  }
  footer .fot_guide .fot_conts .site ul li a {
    padding-left: 2.7777777778vw;
    line-height: 6.9444444444vw;
    font-size: 2.5vw;
  }
  footer .fot_conts .site.rss {
    left: 40.2777777778vw;
  }
  footer .fot_conts .site.rss button {
    width: 18.75vw;
    padding-left: 1.3888888889vw;
  }
  footer .fot_conts .site.rss button::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-right: 1.3888888889vw;
    margin-top: 0;
  }
  footer .fot_conts .site.rss button::after {
    right: 1.3888888889vw;
  }
  footer .fot_conts .site.rss ul {
    width: 32.6388888889vw;
  }
  footer .fot_guide .fot_conts .address {
    font-size: 2.0833333333vw;
    line-height: 1.6em;
    padding-left: 16.6666666667vw;
    margin-right: 0;
    background: url(../img/KDI_logo.png) 0 center no-repeat;
    background-size: 12.5vw auto;
  }
  footer .fot_guide .fot_conts .address .tel, footer .fot_guide .fot_conts .address .tel a {
    font-size: 2.3611111111vw;
  }
  footer .fot_guide .fot_conts .address a {
    font-size: 2.0833333333vw;
    line-height: 1.6em;
  }
  footer .page_other button {
    display: none;
  }
  .site_map-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 13.8888888889vw;
    height: 100%;
    position: fixed;
  }
  .site_map-wrap.open {
    z-index: 4;
  }
  .site_map-wrap .site_top {
    display: none;
  }
  .site_map-wrap .site_mid {
    border-top: 1px solid #d6d6d6;
    height: 100%;
  }
  .site_map-wrap .site_mid::after {
    display: none;
  }
  .site_map-wrap .site_mid .center_guide {
    display: block;
    height: 100%;
    background-color: #f6f6f6;
  }
  .site_map-wrap .site_btm {
    display: none;
  }
  .site_map-wrap .site_area {
    width: 100% !important;
    padding: 0 !important;
    height: 100%;
    background-color: transparent !important;
    overflow: hidden;
    position: static;
  }
  .site_map-wrap .site_area::after {
    width: 30.5555555556vw;
    height: 26.1111111111vw;
    right: 3.3333333333vw;
    bottom: 3.3333333333vw;
  }
  .site_map-wrap .site_area .menu_each {
    margin: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 26.3888888889vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .site_map-wrap .site_area .menu_each > ul {
    padding: 4.1666666667vw 0 0 4.1666666667vw;
    background-color: #fff;
    width: 50%;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site_map-wrap .site_area .menu_each > ul:first-child {
    border-right: 1px solid #d6d6d6;
    background-color: #fff0e3;
  }
  .site_map-wrap .site_area .menu_each > ul > li > a {
    font-size: 4.1666666667vw;
    margin-top: 8.3333333333vw;
  }
  .site_map-wrap .site_area .menu_each > ul > li:first-child > a {
    margin-top: 0;
    text-align: left;
  }
  .site_map-wrap .site_area .menu_each > ul ul li::before {
    top: 1.1111111111vw;
  }
  .site_map-wrap .site_area .menu_each > ul ul li a {
    font-size: 3.3333333333vw;
    line-height: 1em;
    display: block;
    margin-top: 2.7777777778vw;
    white-space: nowrap;
  }
  .site_map-wrap .site_area .menu_each .bg {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .site_map-wrap .site_area .menu_each .bg > ul {
    width: 100%;
    padding: 4.1666666667vw 0 0 4.1666666667vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li > a {
    font-size: 3.8888888889vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul {
    margin-top: 1.9444444444vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li {
    margin-top: 1.9444444444vw;
    padding-left: 2.5vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li::before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    top: 2.2222222222vw;
  }
  .site_map-wrap .site_area .menu_each .bg > ul li ul li a {
    font-size: 3.6111111111vw;
    line-height: 1.5em;
  }
  .site_map-wrap .site_area h5 {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-width: 0;
    z-index: 1;
  }
  .site_map-wrap .site_area h5 button {
    width: 26.3888888889vw;
    line-height: 16.6666666667vw;
    padding: 0;
    font-size: 4.7222222222vw;
    text-align: left;
    text-indent: 4.7222222222vw;
    cursor: pointer;
  }
  .site_map-wrap .site_area:nth-child(1) h5 {
    top: 0;
  }
  .site_map-wrap .site_area:nth-child(2) h5 {
    top: 16.6666666667vw;
  }
  .site_map-wrap .site_area:nth-child(3) h5 {
    top: 33.3333333333vw;
  }
  .site_map-wrap .site_area:nth-child(3) .menu_each > ul {
    width: 40%;
  }
  .site_map-wrap .site_area:nth-child(3) .menu_each .bg {
    width: 60%;
  }
  .site_map-wrap .site_area:nth-child(4) h5 {
    top: 50vw;
  }
  .site_map-wrap .site_area::after {
    display: none;
  }
  .site_map-wrap .site_area.on h5 button {
    background-color: #f5821f;
    color: #fff;
  }
  .site_map-wrap .site_area.on .menu_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site_map-wrap .site_area.on .menu_each::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
  }
  .site_map-wrap .site_area.on::after {
    display: block;
    z-index: 2;
  }
  #contents {
    margin-bottom: 11.1111111111vw;
  }
  #satisfied {
    width: 100%;
  }
  #satisfied .nuri_top span img {
    width: 26.9444444444vw;
  }
  #satisfied .nuri_top p {
    font-size: 2.5vw;
    line-height: 1.6em;
    margin-top: 3.3333333333vw;
  }
  #satisfied .nuri_top p span {
    display: block;
  }
  #satisfied > dl {
    margin: 4.4444444444vw 5.5555555556vw 2.5vw 5.5555555556vw;
    font-size: 2.5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #satisfied > dl * {
    line-height: 1em;
  }
  #satisfied > dl dt {
    display: block;
    width: 100%;
    margin-bottom: 1.3888888889vw;
  }
  #satisfied > dl dd {
    margin-right: 2.7777777778vw;
  }
  #satisfied > dl dd::before {
    margin-left: 0;
    padding-right: 1.1111111111vw;
  }
  #satisfied > dl dd:last-child {
    margin-right: 0;
  }
  #satisfied > dl dd a {
    font-size: 2.7777777778vw;
  }
  #satisfied > dl dd span {
    margin-right: 0.8333333333vw;
  }
  #satisfied > dl dd span::before {
    margin: 0 0.5555555556vw;
  }
  #satisfied .nuri_option {
    margin: 0 5.5555555556vw 6.9444444444vw 5.5555555556vw;
    padding: 4.4444444444vw 4.4444444444vw;
  }
  #satisfied .nuri_option > strong:first-child {
    font-size: 2.5vw;
    margin-bottom: 2.7777777778vw;
  }
  #satisfied .line_align {
    display: initial;
  }
  #satisfied .line_align ul {
    width: 100%;
    margin-bottom: 2.7777777778vw;
  }
  #satisfied .line_align ul li {
    margin-left: 3.6111111111vw;
  }
  #satisfied .line_align ul li span {
    font-size: 2.5vw;
  }
  #satisfied .nuri_regist textarea {
    height: 13.8888888889vw;
    padding: 2.5vw;
    font-size: 2.7777777778vw;
  }
  #satisfied .sns {
    position: static;
    margin-bottom: 1.6666666667vw;
  }
  #satisfied .sns .item {
    padding: 0.8333333333vw 0 0.8333333333vw 1.3888888889vw;
    margin-left: 0;
    margin-right: 4px;
  }
  #satisfied .sns .item a {
    width: 11.6666666667vw;
    height: 4.4444444444vw;
  }
  #satisfied .sns .item span {
    width: 13.8888888889vw;
    font-size: 2.7777777778vw;
  }
  #satisfied .captcha {
    margin-top: 1.6666666667vw;
  }
  #satisfied .captcha .security_box label img {
    height: 5.5555555556vw;
    margin-top: 0.6944444444vw;
  }
  #satisfied .captcha .security_box label button {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    background-size: 2.7777777778vw auto;
  }
  #satisfied .captcha .security_box input {
    width: 25vw;
    height: 6.9444444444vw;
    font-size: 2.7777777778vw;
  }
  #satisfied .captcha > button {
    width: 25vw;
    height: 6.9444444444vw;
    font-size: 1rem;
    margin-left: 4.4444444444vw;
    font-size: 2.7777777778vw;
  }
  #newsletter {
    padding: 5.5555555556vw 0;
  }
  #newsletter .letter_guide {
    width: 100%;
    display: initial;
    text-align: center;
  }
  #newsletter .tit strong {
    display: inline-block;
    vertical-align: top;
    font-size: 4.7222222222vw;
    padding-left: 8.3333333333vw;
    margin-bottom: 2.2222222222vw;
  }
  #newsletter .tit p {
    font-size: 2.5vw;
    line-height: 3.6111111111vw;
    margin-bottom: 3.6111111111vw;
  }
  #newsletter .emil input {
    width: 60%;
    margin-bottom: 3.3333333333vw;
    border-bottom-width: 2px;
    height: 6.9444444444vw;
    font-size: 2.5vw;
    text-align: center;
    margin-right: 0;
  }
  #newsletter .emil button {
    display: block;
    margin: 0 auto;
    font-size: 2.7777777778vw;
    width: 33.3333333333vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
  }
  #newsletter .emil button::after {
    background-size: 2.5vw auto;
    width: 4.4444444444vw;
  }
  .hot_issue-box h3 {
    font-size: 5vw;
    margin-bottom: 4.4444444444vw;
  }
  .hot_issue-box .issue_slide-box {
    width: auto;
    margin: 0;
    padding: 0 2.7777777778vw 11.1111111111vw 2.7777777778vw;
  }
  .hot_issue-box .issue_slide-box .item a {
    height: 49.3055555556vw;
    padding: 3.3333333333vw 2.7777777778vw;
  }
  .hot_issue-box .issue_slide-box .item a * {
    font-size: 3.3333333333vw !important;
  }
  .hot_issue-box .issue_slide-box .item a b {
    padding-left: 5.5555555556vw;
  }
  .hot_issue-box .issue_slide-box .item a b::after {
    width: 5vw;
    height: 4.4444444444vw;
  }
  .hot_issue-box .issue_slide-box .item a strong {
    margin: 2.7777777778vw 0 1.9444444444vw 0;
    height: 8.6111111111vw;
  }
  .hot_issue-box .issue_slide-box .item a p {
    height: 13.3333333333vw;
  }
  .hot_issue-box .issue_slide-box .item a span {
    margin-top: 2.7777777778vw;
  }
  .hot_issue-box .issue_slide-box .slick-arrow.slick-prev, .hot_issue-box .issue_slide-box .slick-arrow.slick-next {
    background-size: 4.4444444444vw auto;
    top: auto;
    bottom: 0;
    height: 11.1111111111vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hot_issue-box .issue_slide-box .slick-arrow.slick-prev {
    background-position: left bottom;
    left: 10%;
  }
  .hot_issue-box .issue_slide-box .slick-arrow.slick-next {
    background-position: right bottom;
    right: 10%;
  }
  .ui-autocomplete {
    padding: 0.8333333333vw 0;
  }
  .ui-autocomplete li a {
    padding: 1.3888888889vw 0;
    font-size: 3.6111111111vw;
    text-indent: 1.9444444444vw;
  }
  #site_search-wrap .site_scroll {
    padding-top: 13.8888888889vw;
    min-height: 145.8333333333vw;
  }
  #site_search-wrap > button {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background-size: 5.5555555556vw auto;
    right: 5.5555555556vw;
    top: 5.5555555556vw;
  }
  #site_search-wrap .search_word-inp {
    z-index: 2;
  }
  #site_search-wrap .search_word-inp .search_box {
    background-size: 20.8333333333vw auto;
    padding-top: 15.8333333333vw;
    width: auto;
    margin: 0 5.5555555556vw;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide {
    padding: 8.3333333333vw 0;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide label {
    font-size: 5vw;
    margin-right: 4.1666666667vw;
    line-height: 6.9444444444vw;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide input {
    font-size: 3.6111111111vw;
    width: 44.4444444444vw;
    height: 7.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #site_search-wrap .search_word-inp .search_box .box_guide button {
    width: 6.9444444444vw;
    height: 7.5vw;
    background-size: 4.0277777778vw auto;
  }
  #site_search-wrap .search_word-inp .popular_terms {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    background-color: #fff;
    margin: 0 5.5555555556vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  #site_search-wrap .search_word-inp .popular_terms > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 11.1111111111vw;
    width: 11.9444444444vw;
    display: block;
    text-indent: -99999em;
    background: url(../img/arw_bottom.png) left center no-repeat;
    background-size: 4.1666666667vw auto;
  }
  #site_search-wrap .search_word-inp .popular_terms strong {
    font-size: 3.8888888889vw;
    width: 33.3333333333vw;
    line-height: 11.1111111111vw;
    text-align: center;
    font-weight: 400;
  }
  #site_search-wrap .search_word-inp .popular_terms ul {
    padding: 1.9444444444vw 0;
    width: 48%;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li {
    margin-top: 0;
    display: none;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li:first-child {
    margin-top: 0;
    display: block;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li a {
    line-height: 6.9444444444vw;
    display: block;
  }
  #site_search-wrap .search_word-inp .popular_terms ul li a::before {
    margin: 1.3888888889vw 1.3888888889vw 0 0;
  }
  #site_search-wrap .search_word-inp .popular_terms.open ul li {
    display: block;
  }
  #site_search-wrap .hot_issue-box {
    margin-bottom: 5.5555555556vw;
  }
  .popup_left-slide {
    width: 95%;
    padding: 4.1666666667vw;
  }
  .popup_left-slide h4 {
    padding-left: 5vw;
    padding-bottom: 4.1666666667vw;
    background-size: auto 4.1666666667vw;
    line-height: 1.2em;
    font-size: 1.25rem;
  }
  .popup_left-slide .close {
    top: 4.1666666667vw;
    right: 4.1666666667vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    background-size: 4.4444444444vw auto;
  }
  .pop_conts {
    height: 76vh;
  }
  .pop_top b {
    background-size: 2.5vw auto;
    margin-bottom: 2.2222222222vw;
    padding-left: 3.8888888889vw;
  }
  .pop_top strong {
    font-size: 3.8888888889vw;
    line-height: 1.4em;
  }
  .pop_top h4.v01 {
    background-position: 0 0.4166666667vw;
  }
  /* 미니팝업 */
  .mini_popup-guide {
    width: 90%;
    border-radius: 1.6666666667vw;
  }
  .mini_popup-guide > button {
    top: 3.3333333333vw;
    right: 3.3333333333vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background-size: auto 100%;
  }
  .mini_popup-guide > strong {
    padding: 4.1666666667vw 0;
    font-size: 1.25rem;
    border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  }
  .mini_popup-guide .mini_conts {
    padding: 4.1666666667vw 8.3333333333vw;
  }
  .mini_popup-guide .mini_conts p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 11.1111111111vw;
    margin-top: 1.3888888889vw;
    margin-bottom: 4.1666666667vw;
  }
  .mini_popup-guide .mini_conts p.done {
    margin-bottom: 6.9444444444vw;
  }
  .mini_popup-guide .mini_conts p.done b {
    font-size: 3.8888888889vw;
  }
  .mini_popup-guide .mini_conts input {
    width: 100%;
    height: 8.3333333333vw;
    margin-top: 1.3888888889vw;
    margin-bottom: 4.1666666667vw;
  }
  .mini_popup-guide .mini_conts .mail_sup {
    min-height: auto;
    margin-top: 3.4722222222vw;
    margin-bottom: 3.4722222222vw;
  }
  .mini_popup-guide .mail_check {
    margin-left: 0;
    margin-right: 0;
  }
  .mini_popup-guide .mail_check input {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mini_popup-guide .mail_check label {
    width: 15%;
    margin-right: 1%;
  }
  .mini_popup-guide .mail_check button {
    width: 23%;
    height: 8.3333333333vw;
    margin-left: 1%;
    vertical-align: middle;
  }
  .mini_popup-guide .security_check label {
    margin: 1.9444444444vw 0;
  }
  .mini_popup-guide .security_check label img {
    height: 7.5vw;
  }
  .mini_popup-guide .security_check label button {
    width: 7.5vw;
    height: 7.5vw;
    background-size: 3.0555555556vw auto;
  }
  .mini_popup-guide .security_check input {
    width: 68%;
    margin-bottom: 0;
  }
  .mini_popup-guide .security_check button {
    width: 30%;
    margin-left: 1%;
    height: 8.3333333333vw;
    margin-top: 1.3888888889vw;
    line-height: 8.3333333333vw;
  }
  .mini_popup-guide#infoComplete .mail_sup {
    min-height: 13.8888888889vw;
    margin-top: 0;
  }
  .interior_page header h1 {
    margin: 0 0 0 4.1666666667vw;
    left: 0;
  }
  .interior_page header .top_guide {
    padding: 0;
  }
  .interior_page header .top_guide > button {
    line-height: 6.9444444444vw;
    padding: 0 3.3333333333vw;
    font-size: 3.0555555556vw;
    border-radius: 0.4166666667vw;
    margin-right: 4.1666666667vw;
  }
  .interior_page .page_top-wrap h2 p {
    font-size: 2.2222222222vw;
    margin-top: 1.9444444444vw;
  }
  .interior_page .view_new-wrap .new_top-title .rpt_link {
    padding: 1.6666666667vw 0;
  }
  .interior_page .view_new-wrap .new_top-title .rpt_link button.i02 {
    text-indent: 4.1666666667vw;
    width: 40%;
  }
  .interior_page .page_btn_btm .rpt_link {
    padding: 1.6666666667vw 0;
  }
  .interior_page .page_btn_btm .rpt_link button.i02 {
    text-indent: 4.1666666667vw;
    width: 40%;
  }
}