html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {margin:0; padding:0;}
ul, ol, li {list-style:none;}
a {color:inherit; text-decoration:none; outline:none;}
input, button, select, fieldset, textarea {border-radius: 0; appearance: none; border: 0; 	font-family: 'Pretendard';}
input:focus, select:focus {outline: 0;}
button:focus, a:focus, button, a {outline: none;}
h1, h2, h3, h4, strong, th {font-weight:normal; font-family: 'Pretendard'; color:inherit;}
em {font-style: normal;}
html, body {font-family: 'Pretendard';}
html.not-scroll, html.not-scroll body {overflow-y: hidden;}
html {color: #222;}
.skip, legend {overflow: hidden; position: absolute; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px);}
* {box-sizing: border-box; word-break: keep-all;}

a:focus, button:focus, input:focus, select:focus {outline: 1px dashed #ddd;}
button {cursor: pointer; background-color: transparent;}
br {font-size: 0;}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#wrapper{font-size:1.6rem}

img {max-width:100%}

.butn {display: inline-block; background: var(--main-theme); color:var(--main-white); font-size:1.6rem; padding:1.2rem 2.8rem; border-radius:3rem; transition:all .3s}
.butn.grey {background: var(--main-lightgray); color: var(--main-text);}
.butn.sm {font-size: 1.4rem; padding: 1rem 1.6rem;}
.butn.yellow {background: #ffde00; color: var(--main-text); }
.butn.green {background: #1bc662;}
.butn span {transition:all .3s; display:inline-block}
.pc .butn:hover {background:var(--main-theme2)}
.pc .butn.grey:hover {background: var(--main-text); color: #fff;}
.pc .butn:hover span {transform: translateX(0.5rem)}
.pc .butn.yellow:hover {background: #312b00; color: #fff;}
.pc .butn.green:hover {background: #138843;}
.butn.butn_form {display: flex; align-items: center; justify-content: center; background: #c9c9c9; color: var(--main-text); height: 4.4rem; width: 8rem; font-size: 1.4rem; border-radius: 3px; padding: 1.2rem 0 1.2rem; line-height: 1em; cursor: pointer;}
.butn.rect {border-radius: 0;}
.butn.butn_form.blue {background: var(--main-theme); color: #fff;}
.pc .butn.butn_form:hover {color: #fff;}

/* 기본 레이아웃 */
.wrap {overflow-x: hidden;}
.layout {max-width: 100%; margin: 0 6rem;}

/* 기본 레이아웃 미디어쿼리*/
@media (max-width:1600px) {
  html {font-size: calc(1000vw/1700)}
}

@media (max-width:1280px) {
  html {font-size: calc(1000vw/1300)}
  .layout {margin:0 2rem}
}

@media (max-width:1024px) {
  html {font-size: 9px}
}

@media (max-width:480px) {
	html {font-size: calc(1000vw/500)}
	#wrapper {font-size: 1.8rem;}
	.butn {font-size: 1.8rem; padding: 1.2rem 2rem;}
	.butn.sm {font-size: 1.7rem;}
}

/*컬러 속성*/
:root {
	--main-black: #000000;
	--main-white: #ffffff;
	--main-gray: #666666;
	--main-lightgray: #dddddd;
	--main-lightgray2: #eeeeee;
	--main-theme: #24b0c0;
	--main-theme2: #19476d;
	--main-text: #222222;
}

/*폰트 속성*/
.title-lg {font-size: 5.5rem; font-weight: 700;}
.title-md {font-size:4rem; font-weight:700}
.title-sm {font-size:3rem; font-weight:700}
.title-ssm {font-size: 2.6rem; font-weight: 600;}
.text-lg {font-size:2.4rem; font-weight:700;}
.text-rg {font-size:2.2rem; font-weight:400; word-break:keep-all;}
.text-md {font-size:2rem; font-weight:400; word-break:keep-all}
.text-sm2 {font-size: 1.8rem; font-weight: 400; word-break: keep-all;}
strong.text-sm2 {font-weight: 700;}
.text-sm {font-size:1.7rem; font-weight:400}
.text-ssm {font-size:1.5rem; font-weight:400}
.text-micro {font-size: 1.4rem;}

/*폰트 속성 미디어쿼리*/
@media (max-width:768px) {
	.title-lg {font-size: 4.6rem;}
	.title-md {font-size: 3rem;}
	.title-sm {font-size:2.4rem}
	.title-ssm {font-size: 2.4rem;}
	.text-lg {font-size:2.2rem;}
	.text-rg {font-size: 2rem;}
	.text-md {font-size:1.8rem}
	.text-sm2 {font-size: 1.7rem;}
	.text-sm {font-size:1.7rem}
	.text-ssm {font-size: 1.7rem;}
	.text-micro {font-size: 1.6rem;}
}

@media (max-width:375px) {
	.title-lg {font-size: 4.8rem;}
	.title-md {font-size: 3.3rem;}
	.title-sm {font-size:2.6rem}
	.title-ssm {font-size: 2.4rem;}
	.text-rg {font-size: 2rem;}
	.text-md {font-size: 2rem}
	.text-sm2 {font-size: 1.9rem;}
	.text-sm {font-size:1.8rem}	
}

/*아이콘*/
[class*='svg-'] { display:inline-block; margin-right:0.5rem}
[class*='svg-']:before {content:""; display:block; -webkit-mask-size: cover}
[class*='svg-'].theme:before {background-color: var(--main-theme)}
[class*='svg-'].theme2:before {background-color: var(--main-theme2)}
[class*='svg-'].white:before {background-color: var(--main-white)} 
.svg-call:before{width:1.9rem; height:2.3rem; -webkit-mask-image: url(../img/main/phone.svg)}
.svg-dropdown:before {width:1rem; height:0.7rem; -webkit-mask-image: url(../img/main/f-dropdown.svg)}

/* 상단 헤더 */
.header {position: fixed; top: 0; left: 0; width: 100%; height: 10rem; overflow: hidden; background-color: #fff; transition: all 0.5s; z-index: 1000; border-bottom:1px solid var(--main-lightgray)}
.header .header-inner {position: relative; text-align: center;}
.header .header-logo {position: absolute; top: 2.7rem; max-width:30rem; width:100%}
.header .header-logo img {display: block;}
.header .header-gnb {display: inline-block;}
.header .header-gnb .gnb-depth-1 {display: flex; text-align: center;}
.header .header-gnb .depth-1 {position: relative;}
.header .header-gnb .depth-1 > a {display: flex; align-items: center; height: 10rem; padding: 0 5rem; font-size: 2rem; font-weight: 500; color: var(--main-black)}
.header .header-gnb .depth-1 > a > span {position: relative; display: block; line-height: normal; transition:all .2s}
.header .header-gnb .depth-1.current > a > span {color:var(--main-theme)}
.header .header-gnb .depth-1 .gnb-depth-2 {position: absolute; top: 100%; left: 0; width: 100%; padding-bottom: 45px; visibility: hidden; opacity: 0; transition: all 0.1s;}
.header.open .header-gnb .depth-1 .gnb-depth-2 {visibility: visible; opacity: 1; transition: all 0.5s;}
.header .header-gnb .depth-2 > a {display: block; padding: 0.8rem 0; font-size: 1.5rem; color: var(--main-gray); transition: color 0.1s;}
.header .header-gnb .depth-2 > a:hover,
.header .header-gnb .depth-2 > a:focus {color: var(--main-theme); font-weight: 500;}
.header .h-icon {position:absolute; right:0; top:3.7rem; width:3rem; height:2rem; cursor:pointer}
.header .h-icon span {display:block; width:100%; height:0.3rem; background:var(--main-black); position:absolute; right:0; top:0; transition:.2s all; transform-origin: 0}
.header .h-icon span:nth-child(2){top:0.84rem; width:1.5rem}
.header .h-icon span:nth-child(3){bottom:0; top: auto; width:2.2rem}
.header .h-icon.crossed span:nth-child(1) {transform: rotate(45deg); right:-0.5rem; top:-0.2rem}
.header .h-icon.crossed span:nth-child(2) {opacity: 0}
.header .h-icon.crossed span:nth-child(3) {transform: rotate(-45deg); width:100%; right:-0.5rem; top:1.9rem}

.header .header-login:not(.mobile) {position:absolute; right:7.8rem; top:4rem}
.header .header-login {display:flex}
.header .header-login li {position:relative}
.header .header-login li a {font-size:1.4rem; color: var(--main-gray)}
.header .header-login li + li {padding-left: 2.7rem}
.header .header-login li + li:before {content:''; display:block; width:0.1rem; height:0.9rem; background: var(--main-gray); position:absolute; left:1.3rem; top:0.4rem}

.header .mobile-gnb {display: none;}
.header .mobile-gnb .sidebar-btn {position: relative; width: 6.5rem; height: 6.5rem; z-index: 1;}
.header .mobile-gnb .sidebar-btn span {display: block; position: absolute; left: 2rem; width: 2.4rem; height: 2px; background-color: #222;}
.header .mobile-gnb .sidebar-btn span:nth-child(1) {top: 2.2rem;}
.header .mobile-gnb .sidebar-btn span:nth-child(2) {top: 3.2rem; transition: opacity 0s 0.15s;}
.header .mobile-gnb .sidebar-btn span:nth-child(3) {top: 4.2rem;}
.header .mobile-gnb .sidebar-btn span:nth-child(1), .header .mobile-gnb .sidebar-btn span:nth-child(3) {transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(2) {opacity: 0; transition: opacity 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1), .header .mobile-gnb.open .sidebar-btn span:nth-child(3) {top: 3.2rem; width: 3rem; transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;}
.header .mobile-gnb.open .sidebar-btn span:nth-child(1) {left: 1.8rem; transform: rotate(45deg);}
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {left: 1.8rem; transform: rotate(-45deg);}
.header .mobile-gnb .sidebar-wrap {position: fixed; width: 100%; height: 100%; top: 10rem; left: 0; background-color: rgba(233,246,242,0.7); visibility: hidden; opacity: 0; transition: all 0.5s;}
.header .mobile-gnb.open .sidebar-wrap {visibility: visible; opacity: 1;}
.header .mobile-gnb .sidebar-wrap .sidebar {position: absolute; top: 0; right: 0; width: 100%; max-width: 375px; height: calc(100vh - 10rem); background-color: #fff; transform: translateX(100%); transition: all 0.5s;}
.header .mobile-gnb.open .sidebar-wrap .sidebar {transform: translateX(0);}
.header .mobile-gnb .gnb-depth-1 {height: 100%; overflow-y: auto;}
.header .mobile-gnb .depth-1 > a {display: flex; align-items: center; position: relative; padding: 0 60px 0 25px; height: 60px; font-size: 17px; font-weight: bold;}
.header .mobile-gnb .depth-1 > a:not(:only-child)::before {content: "▼"; display: block; position: absolute; top: 50%; right: 25px; transform: translateY(-50%); font-size: 10px;}
.header .mobile-gnb .depth-1.current > a:not(:only-child)::before {content: '▲';}
.header .mobile-gnb .depth-1.current > a span {color:var(--main-theme)}
.header .mobile-gnb .depth-1 > a > span {position: relative; display: block; line-height: normal;}
.header .mobile-gnb .gnb-depth-2 {display: none; background-color: #edfcfb; padding: 10px; text-align: left;}
.header .mobile-gnb .depth-2 > a {display: block; padding: 7px 25px; font-size: 14px; font-weight: 500; color: #777;}
.header .mobile-gnb .depth-2 > a.active {color: #007ea5; font-weight: bold;} /* 현재 페이지 활성화 되어있음을 알리는 active 클래스 */

/*미디어쿼리 헤더*/
@media (max-width:1280px) {
  .header {overflow: visible}
  .header .header-inner {text-align: right}
  .header .header-gnb {display: none}
  .header .mobile-gnb {display: block}
  .header .mobile-gnb .sidebar-btn {width:6.5rem; height:6.5rem; margin-top:1.3rem}
  .header .h-icon {display:none}
  .header .header-login:not(.mobile) {display:none}
  .header .header-login {padding-left:25px; padding-top:20px; padding-bottom:20px}
  .header .header-login li a {font-size:1.8rem}
  .header .header-login li + li:before {height:1.3rem}
}

@media (max-width:768px) {
  .header {height:7rem}
  .header .header-logo {top:1.6rem}
  .header .mobile-gnb .sidebar-wrap {top:7rem}
  .header .mobile-gnb .sidebar-wrap .sidebar {max-width: 100%; height:calc(100vh - 7rem)}
  .header .mobile-gnb .sidebar-btn {margin-top:0.25rem}
}
/* 상단 헤더 End */


/*하단 푸터 Start*/
.footer-top {display:grid; grid-template-columns: repeat(2, 50%); grid-template-rows: repeat(1, minmax(23rem, auto))}
.footer-top [class *= 'ban-'] {display:flex; padding:4.5rem 6rem 0}
.footer-top .ban-1 {background:#e3e0d8 url(../img/main/footer-banner-01.jpg) no-repeat 100% 0}
.footer-top .ban-2 {background:#2a3d7a url(../img/main/footer-banner-02.jpg) no-repeat 100% 0; color:var(--main-white)}
.footer-top [class *= 'ban-'] .cont {display:grid; grid-template-columns: calc(100% - 20rem) auto; width:100%; padding-bottom:3.5rem}
.footer-top [class *= 'ban-'] .cont .butn{align-self: end; justify-self: end}
.footer-top [class *= 'ban-'] .cont .txt {letter-spacing:-0.05rem}
.footer-top [class *= 'ban-'] .cont .txt > .title-sm {padding-bottom:2rem}
.footer-top [class *= 'ban-'] .cont .txt .text-md {line-height:1.4}
.footer-top .ban-1 .cont .txt .call {display:flex; padding-top:2.5rem; gap:2rem}
.footer-top .ban-1 .cont .txt .call li:first-child {color: var(--main-theme)}
/*.footer-top .ban-1 .cont .txt .call li:last-child {color: var(--main-theme2)}*/

.footer-bottom {font-size:1.6rem; background:#121d23; padding: 8rem 0; color:var(--main-white)}
.footer-bottom .footer-logo {display:block; max-width:12rem; width:100%}
.footer-bottom .footer-logo img {max-width:100%; opacity:.5}
.footer-bottom .layout {display:grid; grid-template-columns: 19rem auto auto}
.footer-bottom .copyright ul {display:flex; padding-bottom:2.5rem}
.footer-bottom .copyright ul li {padding-right:1.7rem; position:relative}
.footer-bottom .copyright ul li:first-child {font-weight:800}
.footer-bottom .copyright ul li:last-child{padding-right:0}
.footer-bottom .copyright ul li + li {padding-left:1.7rem}
.footer-bottom .copyright ul li + li:before {content:''; width:1px; height:1.1rem; background:var(--main-white); position:absolute; left:0; top:0.4rem}
.footer-bottom .copyright ul li a{opacity: .7; transition:all .2s}
.footer-bottom .copyright ul li a:hover {opacity:1}
.footer-bottom .copyright .text-sm {font-weight:300; opacity:.5; line-height:1.5}
.footer-bottom .copyright .text-sm span{padding:0 1rem; display:inline-block}
.footer-bottom .copyright .text-ssm {padding-top:3.5rem; opacity:.5; color:#8d8d8d} 
.footer-bottom .other-link {justify-self: flex-end}
.footer-bottom .other-link .inner {display: flex; align-items: center; gap:3rem}

.dropdown {position: relative; width:20rem; height:4.3rem; border:1px solid #898e91; border-radius:4.3rem}
.dropbtn {width:100%; height:100%; color:rgba(255,255,255,0.7); padding:0 2.3rem; line-height:4.3rem; text-align:left; border-radius:4.3rem}
.dropbtn:after{content:''; display:block}
.dropdown [class*='svg-'] {position:absolute; right:2.3rem; top:1.8rem}
.dropbtn:hover, .dropbtn:focus {

}

.dropdown-content {
    /*display: none;*/
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
	max-height: 16rem;
	overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease; /* 항목에 애니메이션 적용 */
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.other-link .sns-link {display:flex; gap:1rem}
.other-link .sns-link li {width:4rem; height:4rem; background:rgba(255,255,255,.1); border-radius:50%; overflow:hidden}
.other-link .sns-link li a {display:block; width:100%; height:100%; opacity:.5; transition:all .2s}
.other-link .sns-link li a:hover {opacity:.8}
.other-link .sns-link li .youtube {background:url(../img/main/f-youtube.svg) no-repeat center / 1.8rem}
.other-link .sns-link li .facebook {background:url(../img/main/f-facebook.svg) no-repeat center / 0.7rem}
.other-link .sns-link li .blog {background:url(../img/main/f-blog.svg) no-repeat center / 1.8rem}
/*하단 푸터 End*/

/*하단 푸터 미디어쿼리*/
@media (max-width:1280px) {
	.vertical-scrolling.footer {display:none}
	.footer-top [class *= 'ban-'] .cont .txt .text-md {font-size:1.8rem}
	.footer-top .ban-1 {background: #e3e0d8 url(../img/main/footer-banner-01.jpg) no-repeat 10rem 0 / cover}
	.footer-top .ban-2 {background: #2a3d7a url(../img/main/footer-banner-02.jpg) no-repeat 23rem 0}
	.footer-top .ban-1 .cont .txt .call {gap:1rem; padding-top:1.5rem}
	.footer-top .ban-1 .cont .txt .call li.title-sm {font-size:1.9rem}
	.footer-top .ban-1 .cont .txt .call li.title-sm .svg-call:before {width:1.5rem; height:1.8rem}

	.footer-bottom .layout {grid-template-columns: 14rem auto auto}
	.footer-bottom .copyright .text-sm {font-size:1.5rem}
}

@media (max-width:1024px) {
	.footer-top {grid-template-columns: 1fr; grid-template-rows: repeat(2, minmax(19rem, auto))}
	.footer-top [class *= 'ban-'] {padding:4.5rem 3rem 0}
	.footer-top [class *= 'ban-'] .cont .txt .text-md {font-size:2rem}
	.footer-top .ban-1 {background: #e3e0d8 url(../img/main/footer-banner-01.jpg) no-repeat 100% 0 / contain}
	.footer-top .ban-1 .cont .txt .call {gap:2rem}
	.footer-top .ban-1 .cont .txt .call li.title-sm {font-size:3rem}
	.footer-top .ban-1 .cont .txt .call li.title-sm .svg-call:before {width: 1.9rem; height: 2.3rem}
	.footer-top .ban-2 {background: #2a3d7a url(../img/main/footer-banner-02.jpg) no-repeat 100% 0 /contain}

	.footer-bottom {padding:5rem 0}
	.footer-bottom .layout {grid-template-columns: repeat(2, auto); grid-gap:2rem}
	.footer-bottom .footer-logo {order:1; min-width:7rem; align-self: center}
	.footer-bottom .copyright {order:3; grid-column: 1 / span 2}
	.footer-bottom .copyright .text-sm {font-size:1.7rem}
	.footer-bottom .copyright .text-sm span {display:block; font-size:0}
	.footer-bottom .other-link {order:2}
	
}

@media (max-width:768px) {
	.footer-top {grid-template-rows: repeat(2, auto)}
	.footer-top [class *= 'ban-'] .cont .txt .text-md {font-size:1.8rem}
	.footer-top [class *= 'ban-'] .cont .txt .text-md span {display:block}
	.footer-top .ban-1 {background-size:70rem}
	.footer-top .ban-1 .cont .txt .call {gap:0; flex-direction: column}
	.footer-top .ban-1 .cont .txt .call li.title-sm {font-size:2.4rem}
}

@media (max-width:480px) {
	.footer-top .ban-1 {background: #e3e0d8 url(../img/main/footer-banner-01.jpg) no-repeat 0% 0 / 66rem}
	.footer-top .ban-2 {background: #2a3d7a url(../img/main/footer-banner-02.jpg) no-repeat -580% 0 /53rem}
	
	.footer-bottom .other-link .inner {gap:1.5rem}

	.dropdown {width:17rem}
	.dropbtn {padding:0 1.3rem}
}

/*로그인*/
.member_wrap, .member_wrap.mbskin {height: 100%; max-width: 460px; width: 90%; margin-top: 10rem; margin-bottom: 6rem; margin-left: auto; margin-right: auto;}
.member_wrap h1 {position: static; margin-bottom: 50px; text-align: center; }
.member_wrap h1 a {display: flex; align-items: center; justify-content: center; margin-bottom: 25px;}
.member_wrap h1 a img {width: 80%;}
.member_wrap.mbskin .mbskin_box {border: 0;}
.member_wrap .login_form {margin-bottom: 4rem;}
.member_wrap #login_fs {padding: 0;}
.member_wrap .input_wrap:nth-child(2) {margin-bottom: 8px;}
.member_wrap .input_item.valid::before {content: ''; position: absolute; top: -1px; right: -1px; left: -1px; bottom: -1px; border: 1px solid var(--main-theme); z-index: 3; border-radius: 12px}
.member_wrap .checkbox_wrap {display: flex; align-items: center; margin: 15px 0;}
.member_wrap .butn {width: 100%; padding: 1.6rem 2.8rem; margin: 1.6rem 0;}
.member_wrap .login_info {display: flex; align-items: center; justify-content: center; column-gap: 2.5rem; text-align: center; margin-top: 1.6rem;}
.member_wrap .login_info a {font-size: 1.6rem;}

/*체크박스*/
.checkbox_wrap {display: flex; align-items: center; column-gap: 1rem;}
.checkbox {position: relative; text-align: left; font-size: 15px; color: #222; line-height: 1em; cursor: pointer; line-height: 1.6em;}
.checkbox input {display: none;}
.checkbox label {display: flex; align-items: center; color: #111;}
.checkbox span {display: flex; align-items: flex-start; line-height: 18px; font-size: 1.6rem;}
.checkbox span em {display: inline-block; width: 1.8rem; height: 1.8rem; border-radius: 3px; background-color: #fff; border: 1px solid #a5a7ac; margin-right: 10px;}
.checkbox input:checked ~ label em {border-color: var(--main-theme); background-color: var(--main-theme); background-image: url(../img/sub/checkbox_chk_icon.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 12px 10px;}


/* 페이지네이션 Start*/
.pg_wrap {margin-top: 30px; width: 100%; display: flex; align-items: center; justify-content: center;}
.pg_wrap .pg {display: flex; align-items: center; justify-content: center; width: 100%; column-gap: 3px;}
.pg_wrap .pg_page {display: flex; align-items: center; justify-content: center; font-size: 16px; width: 30px; height: 30px; background: #fff; color: #999; font-weight: 300; border: 1px solid #DDD;}
.pg_wrap .pg_page.pg_current {border: 1px solid var(--main-theme); background: var(--main-theme); color: #fff;}
.pg_wrap .pg_next, .pg_wrap .pg_prev, .pg_wrap .pg_start, .pg_wrap .pg_end {overflow: hidden; text-indent: -999px; border: 0;}
.pg_wrap .pg_next {background: url('../img/sub/icon_single_arrow.png') no-repeat 50% 50% / 0.9rem 1.4rem; }
.pg_wrap .pg_prev {background: url('../img/sub/icon_single_arrow.png') no-repeat 50% 50% / 0.9rem 1.4rem; transform: rotate(180deg)}
.pg_wrap .pg_start {background: url('../img/sub/icon_double_arrow.png') no-repeat 50% 50% / 1.4rem 1.4rem; }
.pg_wrap .pg_end {background: url('../img/sub/icon_double_arrow.png') no-repeat 50% 50% / 1.4rem 1.4rem; transform: rotate(180deg)}
/* 페이지네이션 End */

/* 인풋박스 Start*/
.aster {color: #eb2727;}
.input_wrap {display: flex; align-items: center; }
.input_wrap label {width: 140px; font-size: 1.8rem; font-weight: 500;}
.input_wrap .input_items {display: flex; align-items: center; flex: 1;}
.input_wrap .input_item {display: flex; align-items: center; background: #fff; border: 1px solid #ddd; flex: 1; padding: 1rem; border-radius: 3px;}
.input_wrap .input_item.tel {width: 18.6%;}
/*.input_wrap .dash {display: inline-block; padding: 0 10px;}*/
.input_wrap input, .input_wrap select {display: block; height: 2.4rem; border: 0; font-size: 1.6rem; color: var(--main-text); width: 100%; border: 0; box-shadow: none; padding: 0;}
.input_wrap textarea {width: 100%;}
.input_wrap input:focus, .input_wrap textarea:focus {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 0 !important;}
.input_wrap .readonly {background: transparent; border: 0;}
.input_wrap .readonly input {padding: 0; height: auto; background: transparent; }
/* 인풋박스 End */

@media (max-width: 480px) {
	.input_wrap input, .input_wrap select {font-size: 1.9rem; height: 2.8rem;}
}
