@charset "utf-8";

/*===== Font =====*/
@font-face {
    font-family: 'NeoHyundai';
    src: url('../font/NeoHyundaiR.eot');
    src: url('../font/NeoHyundaiR.eot?#iefix') format('embedded-opentype'),
        url('../font/NeoHyundaiR.woff2') format('woff2'),
        url('../font/NeoHyundaiR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoHyundai';
    src: url('../font/NeoHyundaiB.eot');
    src: url('../font/NeoHyundaiB.eot?#iefix') format('embedded-opentype'),
        url('../font/NeoHyundaiB.woff2') format('woff2'),
        url('../font/NeoHyundaiB.woff') format('woff');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

html, body, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, section, article, aside, span, p, 
nav, h1, h2, h3, h4, h5, h6, img, figure, figcaption, table, colgroup, thead, tbody, th, tr, td, 
select, option, div,.counsel, caption, a, header, footer, button{margin:0; padding:0; box-sizing:border-box;}
header,footer,section,article,aside,nav{display:block;}
section h2, article h2{position:absolute; overflow:hidden; border:0; width: 1px; height: 1px; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); margin-left:-1px; }

* {box-sizing: border-box; font-size:16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; word-break: keep-all; font-variant-numeric: tabular-nums;}

html {-ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; box-sizing: border-box;}
html, body {width:100%; height:100%;}
body {font-family: 'NeoHyundai',sans-serif; font-size:16px; font-weight:400; color:#111; background-color: #eee; letter-spacing:-0.15px; line-height:1.4; box-sizing:border-box; min-height: 100vh; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ul, ol {list-style-type:none; }
em, u, cite, i {font-style: normal}
strong, b {font-weight: normal}
img {max-width:100%; height:auto; display:block;}
img, fieldset, iframe, button {border: 0 none;}
a {color: #333; outline-offset: 1px; text-decoration: none; box-sizing: border-box;}
a:hover {text-decoration:none; color:#695243;}
.bold {font-weight: 800;}
.line {text-decoration: underline;}


/*===== Form =====*/
button {background: none; outline:none; font-family: 'NeoHyundai',sans-serif; font-size:14px; cursor: pointer; box-sizing: border-box; border: 0 none; border-radius:0;}
input, textarea {outline:none; font-family: 'NeoHyundai',sans-serif; font-size:14px; color: #333; box-sizing: border-box; border-radius:4px;}

::-webkit-input-placeholder {color:#ccc;}/* Chrome/Opera/Safari */
::-moz-placeholder {color: #ccc;}/* Firefox 19+ */
:-ms-input-placeholder {color: #ccc;}/* IE 10+ */
:-moz-placeholder {color: #ccc;}/* Firefox 18- */

input::placeholder {color:#ccc;}
input::-webkit-placeholder {color:#ccc;}
input::-moz-placeholder {color:#ccc;}
input:-ms-input-placeholder {color:#ccc;}

textarea::placeholder {color:#ccc;}
textarea::-webkit-placeholder {color:#ccc;}
textarea::-moz-placeholder {color:#ccc;}
textarea:-ms-input-placeholder {color:#ccc;}

/*===== Skip Navi =====*/
.skip, legend, .blind, caption {/*읽히면서 숨김*/position:absolute; overflow:hidden; border:0; width: 1px; height: 1px; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); margin-left:-1px; }
caption {text-indent:-100000px; font-size:0; width:1px; height:1px;}/*safari_테이블캡션숨김*/
.hidden {/*안읽히면서 숨김*/display: none !important;}

/*===== Layout & Object =====*/
header {position: fixed; width: 100%; height: 80px; background-color: #fff; z-index: 10; transition: 0.5s ease; border-bottom: 1px solid #eee;}
header a {text-decoration: none !important;}
header > .wrap {width: calc(100% - 40px);  max-width: 1500px; height: 80px; margin: 0 auto; padding: 0 30px;}
header .wrap > a.logo {width: 350px; height: 34px; float: left; font-size: 0; background-image: url('../images-2/logo.png'); background-size: contain; background-repeat: no-repeat; margin-top: 22px; cursor: pointer;}
header .wrap > .menu {display: none; width: 40px; height: 40px; float: right; margin-top: 18px; background-image: url('../images-2/menuicon.png'); background-size: 16px; background-repeat: no-repeat; background-position: center center; font-size: 0;}
header .wrap > .menu.open {background-image: url('../images-2/menuicon.png');}
header .wrap > .menu.close {background-image: url('../images-2/menuicon.png');}
header .wrap > ul {float: right;}
header .wrap > ul li {display: inline-block;} 
header .wrap > ul li a {position: relative; display: block; width: fit-content; height: 40px; padding: 3px 21px; border-radius: 20px; font-size: 1.15em; font-weight: 700; color: #141e7b; line-height: 35px; margin-top: 18px;}
header .wrap > ul li a:hover,
header .wrap > ul li a:focus {color: #486a0d; background-color: #fff; font-weight: 600;}

footer {background-color: #555; text-align: center; padding: 20px;}
footer p {font-size: 0.85em; color: #ccc; margin: 5px 0;}
footer p span {display: inline-block;}
footer p span::before {content: '|'; margin: 0 10px;}
footer p span:first-child::before {display: none;}
footer strong, footer a {font-weight: 700; font-size: inherit; color: #fff;}

.appbtn {display: block; position: fixed; width: 60px; height: 60px; right: 30px; bottom: 30px; font-size: 0; background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); border-radius: 40px; z-index: 10;} 
.appbtn:after {content: ''; display: block; width: 24px; height: 24px; margin: 19px 22px; background-image: url('../images-2/icon_cm_00.png'); background-size: contain; background-repeat: no-repeat;}

.msect {width: 100%; overflow: hidden;}
.msect > .wrap,
.msect.visual .main {width: calc(100% - 40px);  max-width: 1500px; padding: 150px 100px 150px 100px; margin: 10px auto;}
.msect .wrap h1 {font-size: 1.8em; font-weight: 700; margin-bottom: 80px; text-align: center; color: #141e7b;}
.msect .wrap h3 {font-weight: 700; font-size: 1.3em; margin-bottom: 20px;}

.msect.visual .main {background-image: url('../images-2/visual.jpg'); background-size: cover; background-position: center center; padding: 110px 100px 110px 100px; margin-top: 100px;}
.msect.visual .main .bg .shape1 {display: flex; width: 50%; font-size: 1.9em; font-weight: 500; height: 200px; flex-direction: column; justify-content: center;}
.msect.visual .main .bg .shape1 strong {color: #000; font-weight: 700; font-size: inherit; margin-top: 15px;}

.msect.about {position: relative;}
.msect.about .wrap {display: flex; background-color: #fff;}
.msect.about .wrap .img {}
.msect.about .wrap .img img {border-radius: 150px;}
.msect.about .wrap .content {width: 100%;}
.msect.about p {margin-bottom: 10px;}
.msect.about .member {margin: 60px 0;}
.msect.about .member div {display: flex; gap: 20px; width: 100%;}
.msect.about .member div dl {background-color: #ecedf8; border-radius: 20px; flex: 0 0 calc(50% - 10px); padding: 40px;}
.msect.about .member div dl dt span {font-size: 1.3em; color: #281266; font-weight: 700; margin-bottom: 10px; display: block;}
.msect.about .member div dl dd {padding-left: -10px;}
.msect.about .member div dl dd li {padding-left: 10px; margin-bottom: 3px; word-break: break-all;}
.msect.about .member div dl dd li::before {display: inline-block; content: '-'; margin-right: 5px; color: #999; margin-left: -10px;}
.msect.about .gallery {margin: 80px 0 0 0; width: 100%; display: flex; gap: 20px;}
.msect.about .gallery img {display: block; width: calc(25% - (60px / 4)); border-radius: 15px;}

.msect.counsel {position: relative;}
.msect.counsel .wrap::before {display: block; content: ''; width: 200px; height: 400px; margin: 0 auto; background-image: url(../images-2/counsel.png); background-repeat: no-repeat; background-size: 60px; background-position: center center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -400px);}
.msect.counsel .wrap {background-color: #fff; border-radius: 800px 800px 0px 0px; margin-top: 400px; position: relative;}
.msect.counsel .wrap > h3 {margin-bottom: 100px; color: #222; text-align: center;}
.msect.counsel .wrap ul.table {width: 1000px; margin: 0 auto; }
.msect.counsel .wrap ul.table > li {display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ccc;}
.msect.counsel .wrap ul.table > li span {text-align: center; padding: 20px 30px; width: 100%;}
.msect.counsel .wrap ul.table > li .label {font-weight: 700; flex: 0 0 30%; border-right: 1px solid #ddd;}
.msect.counsel .wrap ul.table > li .way {border-right: 1px solid #ddd;}
.msect.counsel .wrap ul.table > li .way a {text-decoration: underline;}
.msect.counsel .wrap ul.table > li:first-child span {font-weight: 700; background-color: #615a80; border-right: 0; color: #fff;}
.msect.counsel .wrap ul.table > li:first-child span:first-child {border-radius: 15px 0 0 0;}
.msect.counsel .wrap ul.table > li:first-child span:last-child {border-radius: 0 15px 0 0;}
.msect.counsel .wrap .info {margin: 0 auto; display: flex; width: fit-content; margin-bottom: 80px;}
.msect.counsel .wrap .info li {display: block; border-radius: 100%; width: 240px; height: 240px; background-color: #fff; display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; padding: 0px 40px; position: relative; margin-left: 25px; border: 1px solid;}
.msect.counsel .wrap .info li h3 {font-weight: 700; font-size: 1.2em; margin: 10px 0;}
.msect.counsel .wrap .info li h5 {font-size: 1.05em; margin-bottom: 15px;}
.msect.counsel .wrap .info li::before {content: ''; position: absolute; left: -25px; width: 25px; height: 1px; display: block; background: #bbb; top:50%;}
.msect.counsel .wrap .info li:first-child {margin-left: 0;}
.msect.counsel .wrap .info li:first-child::before {display: none;}
.msect.counsel .wrap .info li:nth-child(1) {border-color: #85b8da;}
.msect.counsel .wrap .info li:nth-child(2) {border-color: #a9cc6d;}
.msect.counsel .wrap .info li:nth-child(3) {border-color: #dc9d76;}
.msect.counsel .wrap .info li img {width: 60px;}
.msect.counsel .wrap .disc {width: 1000px; background-color: #edebf7; border: 1px solid #615a80; padding: 20px 30px; margin: 0 auto; margin-top: 40px; border-radius: 30px 0 30px 0; font-size: 0.9em; color: #222;}

.msect.edu .wrap {background-color: #fff;}
.msect.edu .wrap ul {display: flex; margin: 0 auto; width: 100%; gap: 20px;}
.msect.edu .wrap ul li {width: calc(25% - (60px / 4)); background-position: bottom center; background-size: cover; padding: 40px; padding-bottom: 250px;}
.msect.edu .wrap ul li:nth-child(1) {background-image: url('../images-2/edu1.jpg');}
.msect.edu .wrap ul li:nth-child(2) {background-image: url('../images-2/edu2.jpg');}
.msect.edu .wrap ul li:nth-child(3) {background-image: url('../images-2/edu3.jpg');}
.msect.edu .wrap ul li:nth-child(4) {background-image: url('../images-2/edu4.jpg');}
.msect.edu .wrap ul li h3 {font-size: 1.2em; font-weight: 700; margin-bottom: 20px;}

.msect.support .wrap::before {display: block; content: ''; width: 200px; height: 400px; margin: 0 auto; background-image: url(../images-2/support.png); background-repeat: no-repeat; background-size: 60px; background-position: center center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -400px);}
.msect.support .wrap {background-color: #fff; margin-top: 400px; position: relative;}
.msect.support .wrap > h3 {text-align: center; margin: 80px 0;;}
.msect.support ul {width: 100%; display: flex; flex-wrap: wrap;}
.msect.support ul li {width: calc(100% / 2 - 15px); border: 1px solid #ccc; padding: 40px; margin-bottom: 30px;}
.msect.support ul li:nth-child(1) {border-radius: 30px 0 0 0;}
.msect.support ul li:nth-child(2) {border-radius: 0 30px 0 0;}
.msect.support ul li:nth-child(3) {border-radius: 0 0 0 30px;}
.msect.support ul li:nth-child(4) {border-radius: 0 0 30px 0;}
.msect.support ul li:nth-child(odd) {margin-right: 30px;}
.msect.support ul li h3 {font-size: 1.5em; font-weight: 700;}
.msect.support ul li h5 {color: #fff; font-weight: 700; margin: 10px 0; padding: 15px 20px; background-color: #786fa0; border-radius: 50px; text-align: center;}
.msect.support ul li p {margin: 10px 0; padding-left: 10px;}
.msect.support ul li p::before {content: '-'; display: inline-block; margin-right: 5px; color: #666; margin-left: -10px;}
.msect.support ul li strong {font-weight: 700;}
.msect.support .account-box {display: flex; align-items: center; gap: 10px; padding: 15px; background: #f9f9f9; border-radius: 8px;}
.msect.support #account-number {font-weight: bold; color: #333;}
.msect.support .copy-btn {padding: 5px 12px; background-color: #999; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 12px; transition: background 0.3s;}
.msect.support .copy-btn:hover {background-color: #0f3015;}
.msect.support h1 + img {width: 100%; height: 230px; object-fit: cover; object-position: center center; margin-bottom: 30px;}

.msect.board .wrap::before {display: block; content: ''; width: 200px; height: 400px; margin: 0 auto; background-image: url(../images-2/board.png); background-repeat: no-repeat; background-size: 60px; background-position: center center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -400px);}
.msect.board .wrap {background-color: #fff; margin-top: 400px; position: relative; border-radius: 150px 0 0 0;}
.msect.board {position: relative;}
.msect.board .wrap iframe {width: 100%; height: calc(100vh - 400px);}
.msect.board .wrap > h3 {color:#333; margin-bottom: 60px;}
.msect.board + .msect.board .wrap::before {display: none;}
.msect.board + .msect.board .wrap {margin-top: 20px; border-radius: 0;}

.msect.photo {position: relative;}
.msect.photo .wrap {background-color: #fff; border-radius: 0 0 150px 0; margin-bottom: 100px;}
.msect.photo .wrap iframe {width: 100%; height: calc(100vh - 400px);}
.photolist {display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; padding: 0px; width: 100%; height: calc(100vh - 500px); max-height: 700px; margin: 0 auto; overflow-y: auto;}
.photolist img {width: 100px; height: 100px; object-fit: cover; cursor: pointer; border-radius: 4px; transition: transform 0.2s;}
.photolist img:hover {transform: scale(1.05);}
#photo-modal {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); z-index: 1000; flex-direction: column; justify-content: center; align-items: center; cursor: pointer;}
#photo-modal img {max-width: 600px; max-height: 600px; width: auto; height: auto; border: 1px solid white; box-shadow: 0 0 20px rgba(0,0,0,0.9); border-radius: 20px;}
#photo-modal .close-info {color: white; margin-top: 15px; font-size: 0.8em; font-weight: 300; background: rgba(255, 255, 255, 0.15); padding: 5px 15px; border-radius: 20px; letter-spacing: -0.5px;}


@media(max-width:1180px) {
    header > .wrap {width: 100%; min-width: 100%;}
    header .wrap > ul {display: flex; max-width: calc(100% - 330px);}
    header .wrap > a.logo {width: 300px;}
    header .wrap > ul li a {display: inline-block; font-size: 1.1em; line-height: 33px; padding: 3px 8px;}
    .msect > .wrap, .msect.visual .main {padding: 100px 80px;}
    .msect.visual .main {background-position: center right; padding: 50px 80px;}
    .msect.visual .main .bg .shape1 {width: 400px; font-size: 1.9em;}
    .msect.about .wrap .img {flex: 200px;}
    .msect.about .wrap .content {flex: calc(100% - 200px);}
    .msect.about .member div {display: block;}
    .msect.about .member div dl {display: block;}
    .msect.about .member div dl + dl {margin-left: 0px; margin-top: 20px;}
    .msect.counsel .wrap {border-radius: 600px 600px 0 0;}
    .msect.counsel .wrap ul.table {width: 100%;}
    .msect.counsel .wrap .disc {width: 100%;}
    .msect.edu .wrap ul {flex-wrap: wrap; align-items: center; justify-content: center;}
    .msect.edu .wrap ul li {flex: 0 0 calc(50% - 20px); margin-bottom: 10px;}
    .msect.support ul li {width: 100% !important; border-radius: 16px !important; margin: 0 0 20px 0 !important;}
    .msect.counsel .wrap::before,
    .msect.support .wrap::before,
    .msect.board .wrap::before {height: 200px; background-size: 40px;transform: translate(-50%, -200px);}
    .msect.counsel .wrap,
    .msect.support .wrap,
    .msect.board .wrap {margin-top: 200px;}
}
@media screen and (max-width: 800px) {
    header > .wrap {min-width: 100%; padding: 0 20px;}
    header .wrap > a.logo {width: 250px; margin-top: 19px; background-position: left center;}
    header .wrap > ul {display: none; position: absolute; top: 80px; right: 5px; width: 200px; max-width: 200px; background: #fff; border-bottom: 1px solid #ddd; padding: 10px 0; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
    header .wrap > ul li {display: block; margin: 0;}
    header .wrap > ul li a {color: #333 !important; width: 100%; height: 50px; line-height: 50px; margin-top: 0; border-radius: 0; font-size: 1.1em;}
    header .wrap > ul li a:hover {background-color: #f5f5f5; color: #486a0d !important;}
    header .wrap > .menu {display: block; cursor: pointer; position: relative; z-index: 11; font-size: 0; background-size: 24px; width: 24px; height: 24px; margin-top: 24px;}
    header.st2 .wrap > ul {background: #fff;}
    footer p {font-size: 0.8em;}
    footer p span {display: block; font-size: inherit;}
    footer p span::before {display: none;}
    .msect.visual .main {min-height: 0;}
    .msect.visual .main .bg, 
    .msect > .wrap {padding: 80px 30px 40px 30px;}
    .msect.visual .main {padding: 0px;}
    .msect.visual .main .bg {width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
    .msect.visual .main .bg .shape1 {margin: 0 auto; width: auto; max-width: 150px; font-size: 1.5em; color: #fff; justify-content: flex-end;}
    .msect.visual .main .bg .shape1 strong {color: #fff; margin-top: 10px;}
    .msect .wrap h1 {font-size: 1.5em; margin-bottom: 50px;}
    .msect .wrap h3 {font-size: 1.2em;}
    .msect.about .member div dl {padding: 30px 25px;}
    .msect.about .member div dl dt span {font-size: 1.15em;}
    .msect.about .gallery {flex-wrap: wrap;}
    .msect.about .gallery img {width: 100%;}
    .msect.counsel .wrap > h3 {margin-bottom: 50px;}    
    .msect.counsel .wrap .info {flex-direction: column; justify-content: center;}
    .msect.counsel .wrap .info li {margin-left: 0; margin-top: 19px; width: 220px; height: 220px;}
    .msect.counsel .wrap .info li::before {height: 20px; width: 1px; left: 50%; top: -20px;}
    .msect.counsel .wrap ul.table > li {align-items: stretch;}
    .msect.counsel .wrap ul.table > li span {padding: 20px 10px;}
    .msect.counsel .wrap ul.table > li .way a {word-break: break-all;}
    .msect.edu .wrap ul li {flex: 0 0 100%;}
    .msect.support ul li {padding: 25px;}
    .msect.support ul li h3 {font-size: 1.2em;}
    .msect.support ul li h5 {border-radius: 10px;}
    .msect.board .wrap {border-radius: 60px 0 0 0; padding: 50px 0px 50px 20px;}
    .msect.photo .wrap {border-radius: 0 0 60px 0; padding: 50px 20px 50px 20px;}
    .msect.board .wrap > h3 {margin-bottom: 30px;}
    .msect.board .wrap iframe {height: calc(100vh - 250px);}
    .photolist {padding: 0; height: calc(100vh - 300px);}
    .photolist img {width: 120px; height: 120px;}
    #photo-modal img {max-width: 350px; max-height: 400px;}
    .msect.counsel .wrap ul.table > li .label,
    .msect.counsel .wrap ul.table > li span {word-break: break-all;}
    .msect.counsel .wrap ul.table > li .label {flex: 0 0 25%;}
}

@media (min-width: 1024px) {
    a[href^="tel:"] {
      pointer-events: none; /* 클릭 이벤트 비활성화 */
      cursor: default;      /* 마우스 커서를 기본 화살표로 변경 */
      text-decoration: none !important; /* 밑줄 제거 (필요 시) */
      color: inherit;       /* 주변 텍스트 색상과 동일하게 유지 */
    }
  }