@charset "UTF-8";
/* CSS Document */
body {
  opacity: 0;
}
body.on {
  opacity: 1;
}

/* skip navigation */
#skipNavi {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9999;
}

#skipNavi a {
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
}

#skipNavi a:focus {
  top: 0px;
  height: 30px;
  line-height: 30px;
  z-index: 9999;
}

.no_scl {
  overflow: hidden;
  touch-action: none;
}

/* default */
.text_c {
  text-align: center !important;
}

.text_r {
  text-align: right !important;
}

.text_l {
  text-align: left !important;
}

br.mo {
  display: none;
}

br.onpc {
  display: none;
}

img.pc {
  max-width: 100%;
}

img.mo {
  width: 100%;
  display: none !important;
}

.padshow {
  display: none;
}

@media (max-width: 999px) {
  .padHide {
    display: none;
  }
  .padshow {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media (max-width: 600px) {
  br.mo {
    display: block;
  }
  .moHide {
    display: none !important;
  }
  img.pc {
    display: none !important;
  }
  img.mo {
    display: block !important;
  }
}
@media (min-width: 999px) {
  br.onpc {
    display: block;
  }
}
.com_layout {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 999px) {
  .com_layout:not(.not) {
    padding: 0 20px;
  }
}

header {
  width: 100vw;
  position: relative;
  display: block;
}
header .top {
  position: absolute;
  z-index: 1;
  width: 100vw;
}
header .top h1 {
  display: flex;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
header .top img {
  width: 45px;
  display: block;
  border-radius: 5px;
}
header .slide > div {
  width: 100vw;
  height: 400px;
  background: url(../img/main_slide_1.jpg) no-repeat;
  background-size: cover;
}
header .slide > div.bg2 {
  background-image: url(../img/main_slide_2.jpg);
}
header .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
  z-index: 1;
  text-align: center;
  color: #fff;
}

header .text p:nth-child(1) {
  font-family: "GmarketSansMedium";
  font-size: 48px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

header .text p:nth-child(2) {
  font-family: "GmarketSansMedium";
  font-size: 22px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  color: #F3F781;
  margin: 15px 0;
}

header .text p:nth-child(3) {
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #d3feff;
  margin: 10px 0;
}
header .text p:nth-child(4) {
  font-size: 15px;
}
header .bx-controls {
  position: absolute;
  width: 160px;
  left: calc(50% - 90px);
  bottom: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
header .bx-controls .bx-controls-direction {
  order: 1;
}
header .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  right: 0;
}
header .bx-controls .bx-controls-auto {
  order: 3;
}
header .bx-controls .bx-pager {
  order: 2;
}
@media (max-width: 600px) {
  header .top h1 {
    font-size: 16px;
  }
  header .slide > div {
    height: 300px;
  }
  header .text {
    top: 100px;
  }
  header .text p:nth-child(1) {
    font-size: 24px;
  }
  header .text p:nth-child(2) {
    font-size: 14px;
    margin: 10px 0;
  }
  header .text p:nth-child(3) {
    font-size: 12px;
  }
}

nav {
  width: 100vw;
  background: #0260A7;
  color: #fff;
  display: block;
}
nav > div {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
nav > div button {
  padding: 20px 0;
  font-size: 20px;
}
nav > div button.on {
  background: #004479;
}
@media (max-width: 600px) {
  nav > div {
    display: flex;
    flex-wrap: wrap;
  }
  nav > div button {
    width: 50%;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  nav > div button:nth-child(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

#content {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 140px;
  position: relative;
}
#content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #111111;
  text-align: center;
  margin-bottom: 50px;
}
#content .tab_list {
  margin-top: 30px;
  border-bottom: 1px solid #666;
  display: flex;
  gap: 20px;
}
#content .tab_list button {
  border: 2px solid #ddd;
  border-bottom: 0;
  padding: 15px 50px;
  color: #777;
}
#content .tab_list button.on {
  border-color: #0266B2;
  background: #0266B2;
  color: #fff;
}
#content .tab_wrap {
  margin-top: 40px;
}
#content .tab_wrap > div {
  display: none;
}
#content .tab_wrap > div.on {
  display: block;
}
#content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #0266B2;
  margin-bottom: 15px;
}
#content h5 {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}
#content h4 + .symposium, #content h5 + .symposium{margin-top: 15px;}
#content h5:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 999px) {
  #content {
    padding: 40px;
  }
  #content h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  #content {
    padding: 25px;
  }
  #content h3 {
    font-size: 24px;
  }
  #content img {
    width: 100%;
  }
  #content h4 {
    font-size: 20px;
    margin-top: -20px;
  }
  #content h5 {
    font-size: 16px;
  }
  #content .tab_list {
    margin-top: 20px;
    gap: 10px;
  }
  #content .tab_list button {
    padding: 5px 10px;
    color: #777;
  }
  #content .tab_wrap {
    margin-top: 20px;
  }
}

footer {
  background: #fff;
  font-weight: 500;
  border-top: 1px solid #CCCCCC;
  width: 100%; 
}   
footer > p {
  width: 100%;
  max-width: 1400px;
  font-size: 15px;
  margin: 0 auto;
  line-height: 18px;
  padding: 22px 0 30px;
  color: #555555;
	text-align: center;
} 

[class^=list_] + [class^=list_] {
  margin-top: 30px;
}
[class^=list_] li {
  padding-left: 10px;
  position: relative;
  line-height: 1.2;
  text-align: left;
}
[class^=list_] li + li {
  margin-top: 10px;
}
[class^=list_] li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
[class^=list_].list_type2 li::before {
  background: #fff;
}
[class^=list_].list_num li {
  padding-left: 17px;
}
[class^=list_].list_num li::before {
  content: "1.";
  background: none;
  top: 0;
}
[class^=list_].list_num li:nth-child(2):before {
  content: "2.";
}
[class^=list_].list_num li:nth-child(3):before {
  content: "3.";
}
[class^=list_].list_num li:nth-child(4):before {
  content: "4.";
}
[class^=list_].list_num li:nth-child(5):before {
  content: "5.";
}
[class^=list_].list_num li:nth-child(6):before {
  content: "6.";
}
[class^=list_].list_num li:nth-child(7):before {
  content: "7.";
}
[class^=list_].list_num li:nth-child(8):before {
  content: "8.";
}
[class^=list_].list_num li:nth-child(9):before {
  content: "9.";
}

/*인사말*/
.welcome {
  display: flex;
  gap: 110px;
  justify-content: space-between;
  align-items: start;
}
.welcome img {
  order: 2;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.welcome > div {
  order: 1;
}
.welcome > div p.sain {
  text-align: right;
  color: #000;
}
.welcome > div p.sain strong {
  font-size: 20px;
}
.welcome > div .tit {
  color: #02a7a7;
  font-size: 24px;
  font-weight: 600;
}
.welcome > div .stit {
  color: #2a6bcc;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .welcome {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .welcome {
    display: block;
  }
  .welcome img {
    margin-bottom: 30px;
  }
  .welcome > div .tit {
    font-size: 20px;
  }
  .welcome > div .stit {
    font-size: 20px;
  }
}

.btn_wrap {
  margin: 11px auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.btn_wrap button {
  padding: 0 20px;
  height: auto;
  min-width: 120px;
  background: #777;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
}
.btn_wrap button[type=submit], .btn_wrap button.active {
  background: #0260A7;
}
@media (max-width: 600px) {
  .btn_wrap button {
    padding: 7px 15px;
  }
}

input:not([type=file]), select {
  border: 1px solid #d0d0d0;
  height: 40px;
  width: 100%;
  background: #fff;
}
input:not([type=file])[type=checkbox], input:not([type=file])[type=radio], select[type=checkbox], select[type=radio] {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  height: auto;
}

@media (max-width: 600px) {
  input[type=file] {
    width: 100%;
  }
}
textarea {
  border: 1px solid #d0d0d0;
  width: 100%;
}

::-moz-placeholder {
  color: #aaa !important;
  font-weight: 400 !important;
}

::placeholder {
  color: #aaa !important;
  font-weight: 400 !important;
}

.res_info {
  margin-bottom: 10px;
  position: relative;
  text-align: right;
}
.res_info p {
  padding-left: 15px;
  text-align: left;
  margin-bottom: -20px;
}
.res_info p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.res_info span {
  color: #fc3b3b;
}
@media (max-width: 600px) {
  .res_info p {
    margin-bottom: 0px;
  }
}

.material-symbols-outlined {
  vertical-align: middle;
}

.btn_org {
  background: #fc783b;
  padding: 0 20px;
  height: 40px;
  color: #fff;
}

.btn_gre {
  background: #02a7a7;
  padding: 0 20px;
  height: 40px;
  color: #fff;
}

.res_wrap dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-top: 1px solid #666;
}
.res_wrap dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #444444;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  background: #f7f7f7;
}
.res_wrap dt span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.res_wrap dd {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  width: 100%;
}
.res_wrap dd input.sm {
  max-width: 300px;
}
.res_wrap dd label + label {
  margin-left: 20px;
}
.res_wrap + .btn_wrap {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .res_wrap dl {
    grid-template-columns: 1fr;
  }
  .res_wrap dl dt {
    border-bottom: 0;
    padding: 12px;
  }
  .res_wrap dl dd {
    padding-left: 0;
  }
  .res_wrap dl dd.inline {
    display: block;
  }
  .res_wrap dl dd.inline input {
    width: 100%;
  }
  .res_wrap dl dd label {
    display: block;
  }
  .res_wrap dl dd label span {
    font-size: 12px;
  }
  .res_wrap dl dd label + label {
    margin-left: 0px;
  }
  .res_wrap + .btn_wrap {
    margin-top: 30px;
  }
}

.text_r {
  color: #fc3b3b;
}

.text_g {
  color: #288200;
}

.text_b {
  color: #2a6bcc;
}
.flex_box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.flex_box button {
  background: #02a7a7;
  padding: 0 30px;
  color: #fff;
  height: 40px;
}
.flex_box #zip {
  width: 120px;
}
.flex_box.type2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.flex_box.type2 table {
  margin: 20px 0;
}
.flex_box + .flex_box {
  margin-top: 10px;
}
@media (max-width: 999px) {
  .flex_box.type2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .flex_box {
    flex-wrap: wrap;
  }
}

.info_text {
  border: 6px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}
.info_text .big {
  font-size: 18px;
  color: #000;
}
.info_text .big span {
  color: #2a6bcc;
  font-weight: 600;
  font-size: 20px;
}

table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #aaa;
}
table thead th {
  background: #f7f7f7;
  height: 40px;
  color: #000;
  font-weight: 600;
  vertical-align: middle;
}
table tbody tr {
  border-bottom: 1px solid #ddd;
}
table tbody th {
  height: 40px;
  color: #000;
  font-weight: 600;
  vertical-align: middle;
}
table tbody td {
  height: 50px;
  vertical-align: middle;
}

.scroll_box > div {
  height: 200px;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 15px;
}

.bat {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.bat:nth-of-type(1) {
  color: #fc783b;
}
.bat span {
  display: inline-block;
  background: #02a7a7;
  color: #fff;
  border-radius: 50px;
  padding: 7px 30px;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 600px) {
  .bat {
    font-size: 16px;
  }
  .bat span {
    padding: 5px 10px;
    min-width: 90px;
  }
}

.symposium {
  border-top: 1px solid #555;
  width: 100%;
  margin-top: 30px;
}
.symposium tr {
  border-bottom: 1px solid #ddd;
}
.symposium tr h5 {
  text-align: center;
}
.symposium tr th {
  padding: 8px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.symposium tr td {
  padding: 8px;
  font-size: 15px;
  vertical-align: middle;
}
.symposium tr td:nth-child(3) {
  text-align: center;
}
.symposium tr td.bg {
  background: #ebf6ff;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg span {
  display: inline-block;
  float: center;
  min-width: 130px;
  text-align: center;
  color: #ff3e0a;
}
.symposium tr td.bg2 {
  background: #f2f9e2;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg2 span {
  display: inline-block;
  float: right;
  min-width: 230px;
  text-align: center;
}
.symposium tr.bg {
  background: #f7f7f7;
}
.symposium tr td.bg3 {
  background: #f4e1d3;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg4 {
  background: #fef6ea;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg4 span {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  color: #ff3e0a;
}
.symposium tr td.bg4 .span2 {
  display: inline-block;
  min-width: 130px;
  text-align: center;
  color: #1d75c7;
}
.symposium tr td.bg5 {
  background: #f9e0e0;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg6 {
  background: #fff9d9;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg7 {
  background: #efe9da;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg8 {
  background: #b6d7a8;
  color: #000;
  font-weight: 600;
}
.symposium tr td.bg9 {
  background: #d9d6b8;
  color: #000;
  font-weight: 600;
}

@media (max-width: 600px) {
  .symposium {
    display: block;
    border-top: 2px solid #555;
  }
  .symposium thead {
    display: none;
  }
  .symposium tbody {
    display: block;
    width: 100%;
  }
  .symposium tbody tr {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #555;
  }
  .symposium tbody tr td {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
  .symposium tbody tr td:nth-child(2) {
    border-top: 1px dotted #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .symposium tbody tr td:nth-child(3) {
    text-align: left;
    border-top: 1px dotted #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .symposium tbody tr td.bg {
    margin: -10px 0;
    padding: 10px;
    text-align: center;
  }
  .symposium tbody tr td.bg span {
    display: block;
    float: none;
    min-width: auto;
  }
  .symposium tbody tr td.bg2 {
    margin: -10px 0;
    padding: 10px;
    text-align: center;
  }
  .symposium tbody tr td.bg2 span {
    display: block;
    float: none;
    min-width: auto;
  }
  .symposium tbody tr td.none {
    display: none;
  }
}

.reser{margin-top:20px}
.reser thead tr th{ border-left:1px solid #ddd; border-bottom:1px solid #ddd}
.reser thead tr th:last-of-type{ border-right:1px solid #ddd}
.reser tbody tr td{ border-left:1px solid #ddd}
.reser tbody tr td:last-of-type{ border-right:1px solid #ddd}
#daumRoughmapContainer1693537084581 {
  width: 100%;
}
#daumRoughmapContainer1693537084581 .wrap_controllers {
  display: none;
}

.map {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 160px 1fr;
}
.map dt {
  color: #000;
  font-weight: 600;
}
.map dt:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.map dd:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

[class^=org_type] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
[class^=org_type] > div {
  width: 100%;
  border: 4px solid #eee;
  padding: 30px;
  text-align: center;
}
[class^=org_type] > div > span {
  font-size: 20px;
  color: #0266B2;
  font-weight: 600;
}
[class^=org_type] > div > p span {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  display: inline-block;
}
[class^=org_type].org_type2 {
  gap: 10px;
  flex-wrap: wrap;
}
[class^=org_type].org_type2 > div {
  padding: 20px;
  width: calc((100% - 30px) / 4);
}

@media (max-width: 600px) {
  [class^=org_type] {
    flex-wrap: wrap;
    gap: 20px;
  }
  [class^=org_type].org_type2 {
    gap: 10px;
    flex-wrap: wrap;
  }
  [class^=org_type].org_type2 > div {
    width: 100%;
  }
}

#opa_form_title{font-family: "Pretendard", sans-serif !important; font-size:18px} 

#PGIOscreen label{width:100% !important;} 
#opa_form_content > select:first-child{  width: 150px !important; position: relative; left:100px;   top: -38px}


/*검색 20250915*/
.search_wrap{ display:flex; gap:10px; padding:20px; margin-bottom:30px; background:#f4f4f4;}
.search_wrap select{max-width:150px;}
.search_wrap label{width:100%}
.search_wrap button{width:80px; background:#444; color:#fff;}

@media (max-width: 600px) {
.search_wrap{padding:10px;    flex-direction: column; gap:5px;}
.search_wrap select{max-width:100%;}
.search_wrap button{width:100%}
}

.page .page_wrap{display:flex;    justify-content: center; gap:3px; padding:20px 0;}
.page .page_wrap button{border:1px solid #ddd; padding:3px 6px;min-width:26px; border-radius: 3px; font-size:14px;}
.page .page_wrap button:hover{color:#0260A7;}
.page .page_wrap button.on{ background:#0260A7; color:#fff;border:1px solid #0260A7; }
.page .page_wrap button.allprve::before{content:'≪'; font-size:11px;}
.page .page_wrap button.prve::before{content:'＜'; font-size:11px;}
.page .page_wrap button.allnext::before{content:'≫';  font-size:11px;}
.page .page_wrap button.next::before{content:'＞'; font-size:11px;}


.view_wrap .view {
  border-top: 1px solid #555;
  border-bottom: 1px solid #aaa;
}
.view_wrap .view > div {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.view_wrap .view > div.tit {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  background: #F4F4F4;
}
.view_wrap .view > div.data {
  display: flex;
  gap: 10%;
}
.view_wrap .view > div.data > p {
  color: #777;
  line-height: 24px;
  font-size: 16px;
}
.view_wrap .view > div.data > p strong {
  color: #444444;
  font-weight: 500;
}
.view_wrap .view > div.data > p strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #aaa;
  margin: 0 10px;
}
.view_wrap .view > div.data > p table {
  display: inline-block;
  vertical-align: middle;
  border: 0px solid #666;
}
.view_wrap .view > div.data > p table td {
  border: 0px solid #666;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
}
.view_wrap .view > div.answer_tit {
  background: #F4F4F4;
  text-align: center;
  color: #222;
  font-weight: 600;
}
.view_wrap .view > div.answer_tit::before {
  content: "\f88c";
  font-family: "Material Symbols Outlined";
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
}
.view_wrap .view > div.mcompany {
  background: #fff;
}
.view_wrap .view > div.mcompany img {
  max-width: 260px;
  max-height: 60px;
}
.view_wrap .view .con {
  min-height: 200px;
  padding: 30px 15px;
  line-height: 1.4;
  word-break: break-all;
  border:0;
}
.view_wrap .view .con img {
  max-width: 100%;
}
.view_wrap .view .con header {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  width: auto;
}
@media (max-width: 600px) {
  .view_wrap .view > div button {
    display: flex;
    text-align: left;
    gap: 5px;
  }
  .view_wrap .view > div button:before {
    margin-top: -5px;
  }
}
.view_wrap .btn_wrap {
  text-align: left;
}
@media (max-width: 600px) {
  .view_wrap .view div {
    padding: 15px 5px;
  }
  .view_wrap .view div.tit {
    font-size: 18px;
  }
  .view_wrap .view div.data {
    display: block;
  }
  .view_wrap .view div.data > p {
    position: relative;
    padding-left: 80px;
  }
  .view_wrap .view div.data > p strong {
    width: 77px;
    position: absolute;
    left: 0;
  }
  .view_wrap .view div.data > p strong::after {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .view_wrap .view div.data > p + p {
    margin-top: 5px;
  }
  .view_wrap .view .con{padding:15px 0;}
}
.view_wrap + .write_wrap {
  margin-top: -1px;
}

.view_wrap .btn_wrap{justify-content: space-between;align-items: center;}
.view_wrap .btn_wrap .view_list{display:flex; gap:30px; margin-left:10px; }

.view_wrap .btn_wrap .ic_prev,.view_wrap .btn_wrap .ic_next{
 background:#fff; color:#444; font-size:14px; padding:0;
}
.view_wrap .btn_wrap .ic_next::before{content:'∧'; font-size:10px; margin-right:5px; font-weight:900; border:1px solid #ddd;border-radius:30px;padding:5px;}
.view_wrap .btn_wrap .ic_prev::after{content:'∨'; font-size:10px;margin-left:5px;font-weight:900;border:1px solid #ddd;border-radius:30px;padding:5px;}

.view_wrap .btn_wrap .ic_prev:hover,.view_wrap .btn_wrap .ic_next:hover{ color:#0260A7;}
.view_wrap .btn_wrap .ic_next + .ic_prev{ border-left:1px solid #888; padding-left:30px;}
.view_wrap .btn_wrap .ic_list{ font-size:16px; padding:10px;    min-width: 80px;border-radius:3px;}

@media (max-width: 600px) {
.view_wrap .btn_wrap{flex-direction: column;}

.view_wrap .btn_wrap .view_list{border-bottom:1px solid #aaa;margin-left:0; width:100%; padding-bottom:10px;justify-content: center;}

.view_wrap .btn_wrap .ic_prev span,.view_wrap .btn_wrap .ic_next span{display:none;}
}