
@media screen and (max-width:1400px) {
}
@media screen and (max-width:1024px) {
}

/*basic-set*/
input[type=text],
input[type=password],
textarea
{
	-webkit-box-sizing :border-box;‌​
	-moz-box-sizing :border-box;
	box-sizing :border-box;
	line-height:auto;
	vertical-align:top;
}
* { position:relative; word-break:normal; } /*250909수정 word-break:keep-all -> normal*/
#wrap * { transition:all ease-in-out 0.3s; }
a.off { opacity:0.4; -webkit-opacity:0.4; pointer-events:none; cursor:default; }
.bt_ov { position:absolute; top:0; left:0; right:0; bottom:0; text-indent:-9999px; }


/* layout */
#header { position: fixed; top: 0; left: 0; right: 0; border-bottom: 1px solid #d5d5d5; background: #fff; z-index: 10; }
#header .wrap { margin: 0 70px; height: 69px; }
#header .wrap h1 { position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 6; }
.header_gap { height: 70px; }

#gnb { position: absolute; top: 0; left: 0; right: 0; z-index: 1; display: flex; justify-content: center; }
#gnb>ul { display: flex; justify-content: center; gap: 65px; font-size: 16px; }
#gnb>ul>li>a { display: block; font-family: 'Montserrat'; line-height: 69px; font-weight: 500; }
#gnb>ul>li>a::after { content: ''; position: absolute; bottom: -1px; left: 50%; right: 50%; height: 2px; background: #e75899; transition: all 0.3s; }
#gnb>ul>li:hover>a::after { left: 0; right: 0; }
#gnb>ul>li>ul { position: absolute; top: 100%; left: 0; /*width: 600px;*/ display: flex; gap: 50px; height: 0; overflow: hidden; }
#gnb>ul>li>ul>li { white-space: nowrap; }
#gnb>ul>li.on>ul { height: auto; }
#gnb>ul>li:nth-child(3)>ul,
#gnb>ul>li:nth-child(4)>ul,
#gnb>ul>li:nth-child(5)>ul { left: 50%; transform: translateX(-50%); justify-content: center; }
#gnb>ul>li:nth-child(6)>ul { left: auto; right: 0; justify-content: right; }
#gnb>ul>li>ul>li::after { content: ''; position: absolute; left: calc(100% + 25px); top: 50%; transform: translateY(-50%); width: 1px; height: 13px; background: #aeaeae; }
#gnb>ul>li>ul>li:last-child:after { display: none; }
#gnb>ul>li>ul>li>a { display: block; line-height: 80px; }
#gnb>ul>li>ul>li>a:hover { color: #e75899; }

.gnb_sub_bg { position: absolute; top: calc(100% + 1px); left: 0; right: 0; height: 80px; background: #f5f5f5; border-bottom: 1px solid #d5d5d5; display: none; }
.gnb_sub_bg.on { display: block; }

#tm { position: absolute; top: 0; right: 0; display: flex; gap: 25px; z-index: 1; }
#tm li::after { content: ''; position: absolute; left: calc(100% + 12px); top: 50%; transform: translateY(-50%); width: 1px; height: 9px; background: #d0d0d0; }
#tm li:last-child::after { display: none; }
#tm li a { font-family: 'Montserrat'; display: block; line-height: 69px; }
#bt_gnb { display: none; }
@media screen and (max-width:1400px) {
#header .wrap { margin: 0 30px; }
#gnb>ul { gap: 30px; font-size: 15px; }
}
@media screen and (max-width:1024px) {
#header { border: 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
#header .wrap { margin: 0 15px; height: 50px; }
#header .wrap h1 img { height: 28px; }
.header_gap { height: 50px; }
#tm { right: 50px; gap: 19px; }
#tm li::after { left: calc(100% + 9px); height: 8px; }
#tm li a { line-height: 50px; font-size: 11px; }
#bt_gnb { position:absolute; text-indent: -9999px; top: 50%; right: 0; width: 20px; height: 16px; margin-top: -8px; z-index: 11; display: block; }
#bt_gnb i { position: absolute; left: 0; right: 0; height: 1px; background: #000; font-size: 0; line-height: 0; border-radius: 2px; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
#bt_gnb i:nth-child(1) { top: 0; }
#bt_gnb i:nth-child(2),
#bt_gnb i:nth-child(3) { top: 7px; }
#bt_gnb i:nth-child(4) { top: 14px; }
#bt_gnb i:nth-child(1),
#bt_gnb i:nth-child(4) { transition: opacity 0.8s; -webkit-transition: opacity 0.8s; }
#bt_gnb.on i:nth-child(1),
#bt_gnb.on i:nth-child(4) { opacity: 0; transition: opacity 0.2s; -webkit-transition: opacity 0.2s; }
#bt_gnb.on i:nth-child(2),
#bt_gnb.on i:nth-child(3) { opacity: 0.7; -webkit-transition: -webkit-transform 0.4s; transition: transform 0.4s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
#bt_gnb.on i:nth-child(2) { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); }
#bt_gnb.on i:nth-child(3) { transform: rotate(-495deg); -webkit-transform: rotate(-495deg); }

#gnb { position: fixed; top: 0; bottom: 0; left: 100%; right: -100%; background: #fff; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); z-index: 5; }
#gnb.on { left: 0; right: 0; }

#gnb { display: block; padding: 70px 30px 30px; }
#gnb>ul { display: block; font-size: 16px; }
#gnb>ul>li { margin-bottom: 20px; }
#gnb>ul>li>a { line-height: 30px; }
#gnb>ul>li.active>a { font-weight: 700; }
#gnb>ul>li>a::after { display: none; }
#gnb>ul>li>ul { position: relative; top: auto; left: auto; right: auto; width: auto; display: block; padding-left: 25px; }
#gnb>ul>li.on>ul { height: 0; }
#gnb>ul>li.active>ul { height: auto; }
#gnb>ul>li>ul>li::after { display: none; }
#gnb>ul>li>ul>li>a { line-height: 35px; }
#gnb>ul>li>ul>li>a:hover { color: #e75899; }
}

#footer { background: #000; padding: 55px 0 70px; }
#footer .wrap { margin: 0 70px; }
#footer .wrap .logo { margin-bottom: 35px;  }
#footer .wrap .copyright { font-family: 'Montserrat'; color: #666; }
#footer .wrap .r_sec { position: absolute; top: 0; right: 0; width: 490px; font-size: 16px; color: #fff; }
#footer .wrap .r_sec .fm { display: flex; gap: 21px; margin-bottom: 20px; }
#footer .wrap .r_sec .fm li::after { content: ''; position: absolute; left: calc(100% + 10px); top: 50%; transform: translateY(-50%); width: 1px; height: 13px; background: #fff; }
#footer .wrap .r_sec .fm li:last-child::after { display: none; }
#footer .wrap .r_sec .fm li a { color: #fff; }
#footer .wrap .r_sec .info span { display: inline-block; line-height: 150%; margin-right: 21px; }
#footer .wrap .r_sec .info span:nth-child(3) { margin-right: 0; }
#footer .wrap .r_sec .info span::after { content: ''; position: absolute; left: calc(100% + 10px); top: 50%; transform: translateY(-55%); width: 1px; height: 13px; background: #494949; }
#footer .wrap .r_sec .info span:nth-child(3)::after,
#footer .wrap .r_sec .info span:nth-child(6)::after { display: none; }
@media screen and (max-width:1400px) {
#footer { padding: 35px 0; }
#footer .wrap { margin: 0 30px; }
#footer .wrap .r_sec { font-size: 14px; }
}
@media screen and (max-width:1024px) {
#footer { padding: 25px 0; }
#footer .wrap { margin: 0 15px; }
#footer .wrap .logo { margin-bottom: 20px; }
#footer .wrap .logo img { height: 28px; }
#footer .wrap .copyright { font-size: 11px; margin-bottom: 20px; }
#footer .wrap .r_sec { position: relative; top: auto; right: auto; width: auto; font-size: 12px; }
#footer .wrap .r_sec .fm { gap: 13px; margin-bottom: 10px; }
#footer .wrap .r_sec .fm li::after { left: calc(100% + 6px); height: 9px; }
#footer .wrap .r_sec .info span { margin-right: 11px; }
#footer .wrap .r_sec .info span::after { left: calc(100% + 6px); height: 9px; }
}

.f_map { height: 360px; }
.f_map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (max-width:1024px) {
.f_map { height: 300px; }
}

.f_com_sec { background: #000; display: flex; }
.f_com_sec>div { width: 50%; padding: 70px 70px 100px; }
.f_com_sec>div h3 { font-family: 'Montserrat'; font-size: 26px; color: #fff; font-weight: normal; margin-bottom: 35px; }
.f_com_sec>div h3 span { display: block; font-family: 'Pretendard'; font-size: 16px; color: #adadad; margin-top: 5px; }
.f_com_sec .f_counseling { border-right: 1px solid #fff; }
.f_com_sec .f_counseling .con { font-size: 16px; color: #fff; }
.f_com_sec .f_counseling .con .form { margin-right: 170px; display: flex; flex-wrap: wrap; gap: 10px 30px; }
.f_com_sec .f_counseling .con .form dl { width: calc(50% - 15px); display: flex; line-height: 35px; }
.f_com_sec .f_counseling .con .form dl:last-child { width: 100%; }
.f_com_sec .f_counseling .con .form dl dt { width: 80px; }
.f_com_sec .f_counseling .con .form dl dd { width: calc(100% - 80px); }
.f_com_sec .f_counseling .con .form dl dd input { width: 100%; height: 35px; background: none; border: 0; border-bottom: 1px solid #fff; font-size: 16px; color: #fff; outline: 0; }
.f_com_sec .f_counseling .con .form dl dd input::placeholder { color: #666; }
.f_com_sec .f_counseling .con .form dl dd input::-moz-placeholder { color: #666; }
.f_com_sec .f_counseling .con .form dl dd input::-webkit-placeholder { color: #666; }
.f_com_sec .f_counseling .con .form dl dd input::-ms-input-placeholder { color: #666; }
.f_com_sec .f_counseling .con .form dl dd select { width: 100%; height: 35px; background: none; border: 0; border-bottom: 1px solid #fff; font-size: 16px; color: #fff; outline: 0; }
.f_com_sec .f_counseling .con .form dl dd select option{ background: #111;color: #fff;} /* 드롭다운 시 배경이 안보여서 추가 */
.f_com_sec .f_counseling .con .bt_app { position: absolute; top: 0; right: 0; width: 138px; line-height: 78px; border: 1px solid #fff; border-radius: 15px; color: #fff; text-align: center; }
.f_com_sec .f_counseling .con .check { margin-top: 20px; }
.f_com_sec .f_counseling .con .check input { display: none; }
.f_com_sec .f_counseling .con .check input + label::before { content: ''; display: inline-block; width: 11px; height: 11px; vertical-align: middle; margin: -3px 7px 0 0; background: #3a3a3a; border-radius: 100%; }
.f_com_sec .f_counseling .con .check input:checked + label::before { background: #fff; }
.f_com_sec .f_contact { display: flex; gap: 190px; }
.f_com_sec .f_contact .contact_info li { margin-bottom: 10px; }
.f_com_sec .f_contact .contact_info li a { font-size: 20px; color: #fff; } /*250818 수정 16>20*/
.f_com_sec .f_contact .contact_info li a::before { content: ''; display: inline-block; width: 30px; height: 30px; vertical-align: middle; margin: -3px 12px 0 0; background: no-repeat center center; }
.f_com_sec .f_contact .contact_info li:nth-child(1) a::before { background-image: url(../image/ic_phone.png); background-size: 80% auto; }
.f_com_sec .f_contact .contact_info li:nth-child(2) a::before { background-image: url(../image/ic_talk.png); background-size: 100% auto; }
.f_com_sec .f_contact .contact_info li span{ display: block; font-size: 16px; color: #adadad; margin-top: 5px; }
@media screen and (max-width:1600px) {
.f_com_sec>div { padding: 50px 50px 70px; }
}
@media screen and (max-width:1400px) {
.f_com_sec>div { padding: 30px 30px 50px; }
.f_com_sec>div h3 { font-size: 22px; margin-bottom: 25px; }
.f_com_sec>div h3 span { font-size: 14px; margin-top: 3px; }
.f_com_sec .f_counseling { width: 60%; }
.f_com_sec .f_counseling .con { font-size: 14px; }
.f_com_sec .f_counseling .con .form { margin-right: 120px; gap: 10px 20px; }
.f_com_sec .f_counseling .con .form dl { width: calc(50% - 10px); }
.f_com_sec .f_counseling .con .form dl dt { width: 55px; }
.f_com_sec .f_counseling .con .form dl dd { width: calc(100% - 55px); }
.f_com_sec .f_counseling .con .form dl dd input,
.f_com_sec .f_counseling .con .form dl dd select { font-size: 14px; }
.f_com_sec .f_counseling .con .bt_app { width: 103px; }
.f_com_sec .f_counseling .con .check { margin-top: 15px; }
.f_com_sec .f_counseling .con .check input + label::before { margin-top: -1px; }
.f_com_sec .f_contact { width: 100%; gap: 100px; }  /*250909수정 width40>100 */
.f_com_sec .f_contact .contact_info li a { font-size: 14px; }
.f_com_sec .f_contact .contact_info li a::before { width: 24px; height: 24px; margin: -1px 8px 0 0; }
}
@media screen and (max-width:1024px) {
.f_com_sec { display: block; }
.f_com_sec>div { padding: 25px 20px; width:100%; } /*250818수정 width추가*/
.f_com_sec>div h3 { font-size: 18px; margin-bottom: 20px; }
.f_com_sec>div h3 span { font-size: 12px; }
.f_com_sec .f_counseling { width: auto; border: 0; border-bottom: 1px solid #afafaf; }
.f_com_sec .f_counseling .con { font-size: 12px; }
.f_com_sec .f_counseling .con .form { margin-right: 0; gap: 10px 16px; }
.f_com_sec .f_counseling .con .form dl { width: calc(50% - 8px); }
.f_com_sec .f_counseling .con .form dl dt { width: 50px; }
.f_com_sec .f_counseling .con .form dl dd { width: calc(100% - 50px); }
.f_com_sec .f_counseling .con .form dl dd input,
.f_com_sec .f_counseling .con .form dl dd select { font-size: 12px; }
.f_com_sec .f_counseling .con .bt_app { position: relative; top: auto; right: auto; width: auto; display: block; line-height: 30px; border-radius: 5px; margin-top: 15px; }
.f_com_sec .f_counseling .con .check { margin-top: 12px; }
.f_com_sec .f_counseling .con .check input + label::before { margin-top: -1px; }
.f_com_sec .f_contact { width: auto; gap: 100px; }
.f_com_sec .f_contact .contact_info li a { font-size: 14px; }
.f_com_sec .f_contact .contact_info li a::before { width: 22px; height: 22px; margin: -1px 6px 0 0; }
}

.f_my_line { height: 600px; color: #fff; position: relative; overflow: hidden; } /*250909수정 860->600*/
.f_my_line .bg { position: absolute; top: 0; left: 50%; right: 50%; bottom: 0; background: url(../image/f_my_line_bg.png) no-repeat center center/cover; opacity: 0.5; transition: all 0.7s ease-in-out !important; }
.f_my_line.on .bg { left: 0; right: 0; opacity: 1; }
.f_my_line .b_tx { position: absolute; top: 45%; transform: translateY(-50%); font-size: 200px; line-height: 100%; opacity: 0; transition: all 0.6s ease-in-out; }
.f_my_line .b_tx.t1 { right: 50%; font-family: 'Montserrat'; }
.f_my_line .b_tx.t2 { left: 50%; font-family: 'Ivy Journal'; font-style: italic; font-weight: 400; }
.f_my_line .b_tx.show { opacity: 1; }
.f_my_line .b_tx.t1.move { right: calc(100% - 470px); }
.f_my_line .b_tx.t2.move { left: calc(100% - 470px); }
.f_my_line .line { position: absolute; top: 45%; left: 50%; right: 50%; transform: translateY(-50%); height: 200px; transition: all 0.8s ease-in-out; }
.f_my_line .line::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #fff; }
.f_my_line .line.move { left: 500px; right: 500px; }
.f_my_line .s_tx { position: absolute; top: 45%; left: 50%; width: 100%; max-width: 600px; transform: translate(-50%, 20px); padding-top: 45px; font-size: 20px; color: #fff; line-height: 140%; text-align: center; opacity: 0; transition: all 0.8s ease-in-out; }/*250814수정 font 24>20*/
.f_my_line .s_tx.show { transform: translate(-50%, 0); opacity: 1; }
@media screen and (max-width:1700px) {
.f_my_line .b_tx { font-size: 150px; }
.f_my_line .b_tx.t1.move { right: calc(100% - 370px); }
.f_my_line .b_tx.t2.move { left: calc(100% - 370px); }
.f_my_line .line { height: 150px; }
.f_my_line .line.move { left: 400px; right: 400px; }
.f_my_line .s_tx { max-width: 500px; padding-top: 35px; font-size: 20px; }
}
@media screen and (max-width:1400px) {
.f_my_line { height: 500px; } /*250909수정 660->500*/
.f_my_line .b_tx { font-size: 100px; }
.f_my_line .b_tx.t1.move { right: calc(100% - 270px); }
.f_my_line .b_tx.t2.move { left: calc(100% - 270px); }
.f_my_line .line { height: 100px; }
.f_my_line .line.move { left: 300px; right: 300px; }
.f_my_line .s_tx { max-width: 350px; padding-top: 25px; font-size: 16px; }/*250814수정 font 14>16*/
}
@media screen and (max-width:1024px) {
.f_my_line { height: auto; padding: 50px 30px 400px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 20px; } /*250818수정 150 30 > 50 30 400*/
.f_my_line .b_tx { font-size: 80px; }
.f_my_line .b_tx.t1.move { right: calc(50% + 5px); }
.f_my_line .b_tx.t2.move { left: calc(50% + 5px); }
.f_my_line .line { display: none; }
.f_my_line .s_tx { max-width: auto; padding: 55px 30px 0; font-size: 13px; }
}

/* main */
.mt_visual { height: calc(80vh - 70px); overflow: hidden; }/*250909수정 100vh ->80*/
.mt_visual .bg { position: fixed; width: 100%; height: 70%; background: url(../image/mt_visual.png) no-repeat center center/cover; } /*250909수정 height100->70*/
.mt_visual .tx { position: absolute; left: 0; right: 0; padding: 0 70px; bottom: 100px; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 30px; }
.mt_visual .tx .b_tx { font-family: 'Montserrat'; font-size: 120px; font-weight: 400; letter-spacing: -5px; }
.mt_visual .tx .b_tx i { font-family: 'Ivy Journal'; font-style: italic; }
.mt_visual .tx .line { width: 120px; }
.mt_visual .tx .line::after { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #000; }
.mt_visual .tx .s_tx { width: 100%; font-size: 26px; text-align: center; }
@media screen and (max-width:1800px) {
.mt_visual .tx { padding: 0 30px; bottom: 90px; gap: 15px 20px; --ls: 0em; letter-spacing: var(--ls); }
.mt_visual .tx .b_tx { font-size: 80px; letter-spacing: -3px; }
.mt_visual .tx .line { width: 80px; }
.mt_visual .tx .s_tx { font-size: 22px; }
}
@media screen and (max-width:1400px) {
.mt_visual { height: calc(100vh - 50px); }
.mt_visual .tx { padding: 0 20px; bottom: 70px; gap: 12px 15px; }
.mt_visual .tx .b_tx { font-size: 60px; letter-spacing: -2px; }
.mt_visual .tx .line { width: 30px; }
.mt_visual .tx .s_tx { font-size: 20px; }
}
@media screen and (max-width:900px) {
.mt_visual .tx { padding: 0 15px; bottom: 100px; gap: 0; overflow: hidden; letter-spacing: 0; }
.mt_visual .tx .b_tx { width: 100%; font-size: 50px; text-align: center; }
.mt_visual .tx .line { display: none; }
.mt_visual .tx .s_tx { font-size: 14px; margin-top: 20px; }
}

.m_greeting { padding-bottom: 70px; position:relative;} /*250909수정 position추가*/
.m_greeting .box { width: 1000px; max-width: calc(100% - 60px); height: 640px; border-radius: 10px; background: url(../image/m_greeting_img.png) no-repeat center center/cover; margin: 0 auto ; }
.m_greeting .text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%;} /*250909수정 align외 추가*/
.m_greeting .text .tit { font-family: 'Athena'; font-size: 70px; font-weight: 300; line-height: 100%; margin-bottom: 30px; opacity: 0; }
.m_greeting .text .tit span { font-weight: 400; font-style: italic; }
.m_greeting .text .c_tx { font-size: 20px; font-weight: 300; line-height: 150%; opacity: 0; }
@media screen and (max-width:1400px) {
.m_greeting { padding-bottom: 40px; }
.m_greeting .box { height: 540px; }
.m_greeting .text .tit { font-size: 50px; margin: 10px 0 20px; }
.m_greeting .text .c_tx { font-size: 16px; }
}
@media screen and (max-width:1024px) {
.m_greeting { padding-bottom: 20px; }
.m_greeting .box { max-width: calc(100% - 30px); height: 340px; }
.m_greeting .text { padding: 0 30px; }
.m_greeting .text .tit { font-size: 30px; margin: 25px 0 10px; }
.m_greeting .text .c_tx { font-size: 13px; max-width: 480px; margin: 0 auto; }
.m_greeting .text .c_tx br { display: none; }
}

.m_sec { padding: 100px 70px; border-top: 1px solid #d5d5d5; }
.m_sec h2 { font-family: 'Montserrat'; margin-bottom: 50px; }
.m_sec h2 em.main_text { font-size: 54px; font-weight: 500; letter-spacing: -3px; }
.m_sec h2 em.sub_text { display: block; font-size: 28px; font-weight: 400; letter-spacing: -1px; margin-bottom: 20px; }
.m_sec h2 span { display: inline-block; opacity: 0; transform: translateY(20px); }
.m_our_signature ul { display: flex; gap: 20px; }
.m_our_signature ul li { width: 25%; border-radius: 10px; overflow: hidden; }
.m_our_signature ul li .ph { padding-bottom: 151.16%; background: center center/cover; }
.m_our_signature ul li .tx { position: absolute; left: 40px; bottom: 50px; font-size: 18px; color: #fff; }
.m_our_signature ul li .tx span { display: block; font-family: 'Athena'; font-size: 30px; line-height: 115%; font-weight: 300;  margin-bottom: 10px; }
@media screen and (max-width:1400px) {
.m_sec { padding: 60px 30px; }
.m_sec h2 { margin-bottom: 40px; }
.m_sec h2 em.main_text { font-size: 40px; letter-spacing: -2px; }
.m_sec h2 em.sub_text { font-size: 21px; margin-bottom: 15px; }
.m_sec h2 span { transform: translateY(15px); }
.m_our_signature ul { gap: 15px; }
.m_our_signature ul li .tx { left: 20px; bottom: 30px; font-size: 14px; }
.m_our_signature ul li .tx span { font-size: 21px; margin-bottom: 7px; }
}
@media screen and (max-width:1024px) {
.m_sec { padding: 30px 15px; }
.m_sec h2 { margin-bottom: 30px; }
.m_sec h2 em.main_text { font-size: 28px;}
.m_sec h2 em.sub_text { font-size: 16px; margin-bottom: 10px; }
.m_sec h2 span { transform: translateY(15px); }
.m_our_signature ul { gap: 10px; flex-wrap: wrap; }
.m_our_signature ul li { width: calc(50% - 5px); }
.m_our_signature ul li .tx { left: 15px; bottom: 20px; font-size: 13px; }
.m_our_signature ul li .tx span { font-size: 18px; margin-bottom: 5px; }
}

/*250829추가*/
/* 하단 그라데이션 (기본은 그대로 두고) */
.m_our_signature li::before {content: '';	position: absolute;		bottom: 0; left: 0; right: 0;	height: 40%;	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);	transition: background .35s ease;	pointer-events: none;}
.m_our_signature li .ph {background-position: center;	background-size: cover;	transform: scale(1);	filter: brightness(1);	transition: transform .6s ease, filter .4s ease;	will-change: transform, filter; }
.m_our_signature li:hover .ph {	transform: scale(1.08); 	filter: brightness(1.15) saturate(1.05);}

/* hover 시 그라데이션을 살짝 약하게 해서 전체적으로 더 밝게 보이게 */
.m_our_signature li:hover::before {	background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);	}

/* 오버레이: 기본은 살짝만 어둡고, hover에도 너무 어두워지지 않게 */
.m_our_signature li .bt_ov {	background: rgba(0,0,0,0.35);  opacity: 0;	transition: opacity .3s ease, background .3s ease, filter .3s ease; }
.m_our_signature li:hover .bt_ov {	opacity: 1;	background: rgba(0,0,0,0.4);  filter: brightness(1.05);	}
/* 로고 오버레이 유지 */
.m_our_signature li .bt_ov::after {	content: '';	position: absolute;	top: 0; left: 0; right: 0; bottom: 0;	background: url(../image/logo_f.png) no-repeat center center;	}
/* 접근성: 모션 최소화 */
@media (prefers-reduced-motion: reduce) {
.m_our_signature li .ph,
.m_our_signature li::before,
.m_our_signature li .bt_ov { transition: none; }
	}


.m_myLine_plastic_surgery { padding-bottom: 0; }
.m_myLine_plastic_surgery .con { display: flex; flex-wrap: wrap; }
.m_myLine_plastic_surgery .con .l_sec { width: 57%; }
.m_myLine_plastic_surgery .con .l_sec .s_navi { position: sticky; top: 100px; font-family: 'Athena'; font-size: 44px; color: #b7b7b7; font-weight: 300; padding-bottom: 430px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi em { display: inline-block; font-size: 24px; color: #000; width: 50px; visibility: hidden; vertical-align: middle; margin-top: -20px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi li.on { color: #000; }
.m_myLine_plastic_surgery .con .l_sec .s_navi li.on em { visibility: visible; }
.m_myLine_plastic_surgery .con .l_sec .s_navi .img { position: absolute; top: 0; left: 15%; width: 640px; max-width: 70%; height: 650px; background: url(../image/m_myLine_plastic_surgery_img_01.png) center center/cover; border-radius: 10px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s02 .img {background: url(../image/m_myLine_plastic_surgery_img_02.png) center center/cover;  border-radius: 100px 100px 10px 100px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s03 .img {background: url(../image/m_myLine_plastic_surgery_img_03.png) center center/cover;  border-radius: 10px 100px 100px 100px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s04 .img {background: url(../image/m_myLine_plastic_surgery_img_04.png) center center/cover;  border-radius: 100px 100px 100px 10px; }
.m_myLine_plastic_surgery .con .r_sec { width: calc(43% - 200px); padding: 100px; display: flex; flex-direction: column; gap: 80px; } /*250909수정 gap200->80*/
.m_myLine_plastic_surgery .con .r_sec dl { font-size: 18px; line-height: 150%; padding-top: 85px; }
.m_myLine_plastic_surgery .con .r_sec dl::before { content: ''; position: absolute; top: 0; left: 0; width: 50px; height: 50px; background-size: 100%; }
.m_myLine_plastic_surgery .con .r_sec dl:nth-child(2):before { background-image: url(../image/m_myLine_plastic_surgery_ic01.png); }
.m_myLine_plastic_surgery .con .r_sec dl:nth-child(3):before { background-image: url(../image/m_myLine_plastic_surgery_ic02.png); }
.m_myLine_plastic_surgery .con .r_sec dl:nth-child(4):before { background-image: url(../image/m_myLine_plastic_surgery_ic03.png); }
.m_myLine_plastic_surgery .con .r_sec dl:nth-child(5):before { background-image: url(../image/m_myLine_plastic_surgery_ic04.png); }
.m_myLine_plastic_surgery .con .r_sec dl dt { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.m_myLine_plastic_surgery .con .r_sec dl dt span { display: none; }
.m_myLine_plastic_surgery .prograss_bar { position: absolute; left: 0; top: 0; bottom: 0; overflow: hidden; width: 3px; }
.m_myLine_plastic_surgery .prograss_bar::before { content: ''; position: absolute; top: 0; left: 50%; bottom: 0; width: 1px; background: #dedede; }
.m_myLine_plastic_surgery .prograss_bar span { display: block; width: 100%; height: 50px; background: #dedede; transition: height 0.1s ease-out; }
@media screen and (max-width:1400px) {
.m_myLine_plastic_surgery .con .l_sec { width: 50%; }
.m_myLine_plastic_surgery .con .l_sec .s_navi { top: 90px; font-size: 34px; padding-bottom: 300px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi em { font-size: 20px; width: 40px; margin-top: -15px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi .img { left: 10%; height: 450px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s02 .img { border-radius: 70px 70px 10px 70px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s03 .img { border-radius: 10px 70px 70px 70px; }
.m_myLine_plastic_surgery .con .l_sec .s_navi.s04 .img { border-radius: 70px 70px 70px 10px; }
.m_myLine_plastic_surgery .con .r_sec { width: calc(50% - 100px); padding: 50px; gap: 150px; }
.m_myLine_plastic_surgery .con .r_sec dl { font-size: 15px; padding-top: 65px; }
.m_myLine_plastic_surgery .con .r_sec dl::before { width: 40px; height: 40px; }
.m_myLine_plastic_surgery .con .r_sec dl dt { font-size: 17px; margin-bottom: 8px; }
}
@media screen and (max-width:1024px) {
.m_myLine_plastic_surgery .con .r_sec dl dd br { display: none; }
}
@media screen and (max-width:640px) {
.m_myLine_plastic_surgery { padding-bottom: 30px; }
.m_myLine_plastic_surgery .con .l_sec { display: none; }
.m_myLine_plastic_surgery .con .r_sec { width: auto; padding: 0; gap: 50px; }
.m_myLine_plastic_surgery .con .r_sec dl { font-size: 13px; padding-top: 50px; }
.m_myLine_plastic_surgery .con .r_sec dl::before { width: 35px; height: 35px; }
.m_myLine_plastic_surgery .con .r_sec dl dt { font-size: 15px; margin-bottom: 5px; }
.m_myLine_plastic_surgery .con .r_sec dl dt span { display: block;  font-family: 'Athena'; font-size: 20px; margin-bottom: 10px; }
.m_myLine_plastic_surgery .con .r_sec dl dt span em { display: inline-block; font-size: 12px; vertical-align: middle; margin: -9px 7px 0 0; }
.m_myLine_plastic_surgery .prograss_bar { display: none; }
}

.m_ml_news .list { display: flex; gap: 20px; }
.m_ml_news .list li { width: 33.3%; }
.m_ml_news .list li .ph { padding-bottom: 58.62%; background: center center/cover; margin-bottom: 20px; }
.m_ml_news .list li .tx { line-height: 20px; padding-right: 80px; }
.m_ml_news .list li .tx .tit { font-size: 20px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m_ml_news .list li .tx .date { position: absolute; top: 0; right: 0; font-family: 'Montserrat'; font-size: 14px; }
@media screen and (max-width:1400px) {
.m_ml_news .list { gap: 10px; }
.m_ml_news .list li .ph { margin-bottom: 15px; }
.m_ml_news .list li .tx { line-height: 16px; padding-right: 70px; }
.m_ml_news .list li .tx .tit { font-size: 16px; }
.m_ml_news .list li .tx .date { font-size: 13px; }
}
@media screen and (max-width:640px) {
.m_ml_news .list { gap: 25px; flex-direction: column; }
.m_ml_news .list li { width: 100%; }
.m_ml_news .list li .ph { margin-bottom: 12px; }
.m_ml_news .list li .tx { line-height: 14px; padding-right: 60px; }
.m_ml_news .list li .tx .tit { font-size: 14px; }
.m_ml_news .list li .tx .date { font-size: 12px; }
}


.ml_lifting_line_up h2 { text-align: center; }
.ml_lifting_line_up h2 em.sub_text { font-size: 54px; font-weight: 500; letter-spacing: -3px; }
.ml_lifting_line_up h2 em.main_text { display: block; font-size: 28px; font-weight: 400; letter-spacing: -1px; margin-bottom: 15px; }

@media screen and (max-width:1400px) {
.ml_lifting_line_up h2 em.sub_text { font-size: 40px; letter-spacing: -2px; }
.ml_lifting_line_up h2 em.main_text { font-size: 21px; margin-bottom: 13px; }
}
@media screen and (max-width:1024px) {
.ml_lifting_line_up h2 em.sub_text { font-size: 28px;}
.ml_lifting_line_up h2 em.main_text { font-size: 16px; margin-bottom: 10px; }
}

.ml_lifting_line_up { overflow: hidden; }
.ml_lifting_line_up .slider .swiper-slide { width: 29%; padding-right: 20px; }
.ml_lifting_line_up .slider .swiper-slide .ph { padding-bottom: 119.23%; background: center center/cover; background-repeat: no-repeat; }
.ml_lifting_line_up .slider .swiper-slide .tx .name { line-height: 55px; border-bottom: 1px solid #dedede; margin-bottom: 30px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name b { font-size: 20px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name span { position: absolute; top: 0; right: 0; font-family: 'Montserrat'; font-size: 14px; }
.ml_lifting_line_up .slider .swiper-slide .tx .exp { font-size: 16px; line-height: 150%; text-overflow:ellipsis; overflow:hidden; white-space:normal; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
@media screen and (max-width:1400px) {
.ml_lifting_line_up .slider .swiper-slide { width: 38%; padding-right: 15px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name { line-height: 45px; margin-bottom: 20px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name b { font-size: 17px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name span { font-size: 13px; }
.ml_lifting_line_up .slider .swiper-slide .tx .exp { font-size: 14px; }
.ml_lifting_line_up .slider .swiper-slide .tx .exp br { display: none; }
}
@media screen and (max-width:1024px) {
.ml_lifting_line_up .slider .swiper-slide { width: 45%; }
}
@media screen and (max-width:640px) {
.ml_lifting_line_up .slider .swiper-slide { width: 70%; padding-right: 10px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name { line-height: 40px; margin-bottom: 15px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name b { font-size: 15px; }
.ml_lifting_line_up .slider .swiper-slide .tx .name span { font-size: 12px; }
.ml_lifting_line_up .slider .swiper-slide .tx .exp { font-size: 13px; }
}

.quick_menu { position: fixed; top: 50%; right: 15px; transform: translateY(-50%); width: 70px; background: #000; border-radius: 40px; z-index: 10; padding: 45px 0 20px; display: flex; flex-direction: column; gap: 35px; } /*250814수정 right70>15*/
.quick_menu li a { display: block; font-size: 14px; color: #fff; text-align: center; }
.quick_menu li a:hover { color: #51da99; }
.quick_menu li a::before { content: ''; display: block; height: 18px; background: no-repeat center center/auto 73%; margin-bottom: 7px; transition: all 0.3s; }
.quick_menu li:nth-child(1) a::before { background-image: url(../image/quick_menu_ic_book.png); background-size: auto 100%;}
.quick_menu li:nth-child(2) a::before { background-image: url(../image/quick_menu_ic_kakao.png); background-size: auto 100%;}
.quick_menu li:nth-child(3) a::before { background-image: url(../image/quick_menu_ic_youtube.png); }
.quick_menu li:nth-child(4) a::before { background-image: url(../image/quick_menu_ic_instagram.png); background-size: auto 100%;}
.quick_menu li:nth-child(5) a::before { background-image: url(../image/quick_menu_ic_line.png); background-size: auto 100%;}
.quick_menu li:nth-child(1):hover a::before { background-image: url(../image/quick_menu_ic_book_on.png); }
.quick_menu li:nth-child(2):hover a::before { background-image: url(../image/quick_menu_ic_kakao_on.png); }
.quick_menu li:nth-child(3):hover a::before { background-image: url(../image/quick_menu_ic_youtube_on.png); }
.quick_menu li:nth-child(4):hover a::before { background-image: url(../image/quick_menu_ic_instagram_on.png); }
.quick_menu li:nth-child(5):hover a::before { background-image: url(../image/quick_menu_ic_line_on.png); }
.quick_menu li:last-child a { width: 40px; line-height: 40px; margin: 0 auto; border-radius: 100%; background: #fff; font-family: 'Montserrat'; font-size: 10px; color: #000; font-weight: 700; }
.quick_menu li:last-child:hover a { background: #51da99; }
.quick_menu li:last-child a::before { display: none; }
@media screen and (max-width:1400px) {
.quick_menu { right: 10px; width: 60px; padding: 25px 0 15px; gap: 25px; } /*250814수정 right30>10*/
.quick_menu li a { font-size: 13px; }
.quick_menu li a::before { height: 16px; margin-bottom: 5px; }
.quick_menu li:nth-child(2) a::before { margin-bottom: 7px; }
.quick_menu li:last-child a { width: 35px; line-height: 35px; }
}
@media screen and (max-width:1024px) {
.quick_menu_gap { height: 65px; }
.quick_menu { top: auto; bottom: 0; left: 0; right: 0; transform: none; width: auto; height: 35px; padding: 15px; gap: 15px; flex-direction: row; border-radius: 0; }
.quick_menu li { width: 25%; }
.quick_menu li a { font-size: 12px; }
.quick_menu li a::before { height: 16px; margin-bottom: 5px; }
.quick_menu li:nth-child(2) a::before { margin-bottom: 5px; } /*250825수정 7>5*/
.quick_menu li:last-child a { width: 35px; line-height: 35px; }
}

/*250909 ja추가*/
.quick_menu.ja li:nth-child(1) a::before { background-image: url(../image/quick_menu_ic_line.png); background-size: auto 100%;}
.quick_menu.ja li:nth-child(2) a::before { background-image: url(../image/quick_menu_ic_instagram.png); background-size: auto 100%;}
.quick_menu.ja li:nth-child(3) a::before { background-image: url(../image/quick_menu_ic_youtube.png); }
.quick_menu.ja li:nth-child(1):hover a::before { background-image: url(../image/quick_menu_ic_line_on.png); }
.quick_menu.ja li:nth-child(2):hover a::before { background-image: url(../image/quick_menu_ic_instagram_on.png); }
.quick_menu.ja li:nth-child(3):hover a::before { background-image: url(../image/quick_menu_ic_youtube_on.png); }


/* sub */
.about_t_visual { height: 50vh; background: center center/cover; overflow: hidden; margin-bottom: 15px; } /*250909수정 height755>50vh*/
.marquee{ position: absolute; top: calc(100% - 100px); left: 0; right: 0; white-space:nowrap;--marquee-width: 4600px;--offset: 0px;--move-initial: calc(-25% + var(--offset));--move-final: calc(-50% + var(--offset));width:var(--marquee-width);width:fit-content;display:flex;position:relative;transform:translate3d(var(--move-initial), 0, 0);animation:20s infinite marquee linear; overflow: hidden; font-family: 'Athena'; font-size: 60px; line-height: 166.7%; color: #fff; letter-spacing: 1px; font-weight: 300; }
.marquee span { margin: 0 5px; }
@keyframes marquee{
	0%{transform:translate3d(var(--move-initial), 0, 0)}
	100%{transform:translate3d(var(--move-final), 0, 0)}
}
@media screen and (max-width:1400px) {
.about_t_visual { height: 50vh; margin-bottom: 10px; }/*250909수정 height755>50vh*/
.marquee{ top: calc(100% - 70px); animation-duration:18s; font-size: 40px; }
.marquee span { margin: 0 3px; }
}
@media screen and (max-width:1024px) {
.about_t_visual { height: 20vh; margin-bottom: 5px; } /*250910 height400>20vh*/
.marquee{ top: calc(100% - 50px); animation-duration:16s; font-size: 30px; }
.marquee span { margin: 0 2px; }
}


h2.sub_tit { text-align: center; padding: 100px 0 50px; font-size: 40px; line-height: 100%; font-weight: 400; letter-spacing: -1px; text-transform: uppercase; }
h2.sub_tit.none { text-transform: none; }
h2.sub_tit span { display: block; font-family: 'Athena'; font-size: 90px; line-height: 100%; font-weight: 300; margin-bottom: 10px; letter-spacing: -3px; }
h2.sub_tit span em { font-weight: 400; }
@media screen and (max-width:1400px) {
h2.sub_tit { padding: 70px 0 35px; font-size: 32px; }
h2.sub_tit span { font-size: 60px; margin-bottom: 8px; }
}
@media screen and (max-width:1024px) {
h2.sub_tit { padding: 50px 0 20px; font-size: 18px; }
h2.sub_tit span { font-size: 36px; margin-bottom: 5px; letter-spacing: -2px; }
}

#wrap { background: #fff; transition: all 0.7s; }
#wrap.bk { background: #000; }

.about_ml .sec_w { padding: 75px 70px 100px; }
#wrap.bk .about_ml .sec_w { color: #fff; }
.about_ml .sec_w .wrap { max-width: 1780px; margin: 0 auto; display: flex; flex-wrap: wrap; }
.about_ml .sec_w .ph1 { width: 500px; height: 400px; margin-left: calc(100% - 500px); background: url(../image/about_ml_ph01.png) center center/cover; z-index: 1; border-radius: 20px; }
.about_ml .sec_w .ph2 { width: 600px; height: 640px; background: url(../image/about_ml_ph02.png) center center/cover; margin-top: -135px; border-radius: 20px; }
.about_ml .sec_w .tx { font-size: 20px; font-weight: 300; line-height: 150%; }
.about_ml .sec_w .tx1 { margin-left: 90px; width: calc(100% - 690px); padding-top: 175px; }
.about_ml .sec_w .tx1 .tit { font-family: 'Athena'; font-size: 70px; font-weight: 300; line-height: 110%; letter-spacing: -3px; margin-bottom: 20px; transition: none; }
.about_ml .sec_w .tx1 .tit em { font-weight: 400; font-style: italic; }
.about_ml .sec_w .tx2 { margin-left: 50%; width: 50%; padding-top: 150px; }
@media screen and (max-width:1400px) {
.about_ml .sec_w { padding: 35px 30px 50px; }
.about_ml .sec_w .ph1 { width: 300px; height: 240px; margin-left: calc(100% - 300px); border-radius: 15px; }
.about_ml .sec_w .ph2 { width: 360px; height: 375px;  margin-top: -75px; border-radius: 15px; }
.about_ml .sec_w .tx { font-size: 14px; }
.about_ml .sec_w .tx1 { margin-left: 55px; width: calc(100% - 415px); padding-top: 125px; }
.about_ml .sec_w .tx1 .tit { font-size: 45px; margin-bottom: 15px; }
.about_ml .sec_w .tx2 { padding-top: 100px; }
}
@media screen and (max-width:1024px) {
.about_ml .sec_w { padding: 20px 15px 30px; }
.about_ml .sec_w .ph1 { width: 150px; height: 150px; margin-left: calc(100% - 150px); border-radius: 10px; }
.about_ml .sec_w .ph2 { width: 75%; height: 375px; margin-top: -75px; border-radius: 10px; }
.about_ml .sec_w .tx { font-size: 13px; }
.about_ml .sec_w .tx1 { margin-left: 0; width: 100%; padding-top: 30px; }
.about_ml .sec_w .tx1 .tit { font-size: 28px; margin-bottom: 15px; letter-spacing: -1px; }
.about_ml .sec_w .tx2 { padding-top: 0; margin: 0; margin-top: 14px; width: 100%; }
.about_ml .sec_w .tx p br { display: none; }
}

.about_ml .sec_bk { padding: 100px 0; }
.about_ml .sec_bk h3 { font-family: 'Athena'; font-size: 70px; font-weight: 300; line-height: 113%; text-align: center; margin-bottom: 45px; letter-spacing: -3px; }
.about_ml .sec_bk .s_tx { font-size: 26px; font-weight: 500; text-align: center; margin-bottom: 65px; }
.bk .about_ml .sec_bk h3,
.bk .about_ml .sec_bk .s_tx { color: #fff; }
.about_ml .sec_bk .list { border: 1px solid #000; border-width: 1px 0; }
.about_ml .sec_bk .list .wrap { max-width: 1200px; margin: 0 auto; border: 1px solid #000; border-width: 0 1px; display: flex; flex-wrap: wrap; }
.about_ml .sec_bk .list dl { width: calc(50% - 61px); border: 1px solid #000; border-width: 0 1px 1px 0; padding: 60px 30px; text-align: center; }
.bk .about_ml .sec_bk .list dl { color: #fff; }
.about_ml .sec_bk .list dl:nth-child(2n) { border-right: 0; }
.about_ml .sec_bk .list dl:nth-child(3),
.about_ml .sec_bk .list dl:nth-child(4) { border-bottom: 0; }

.bk .about_ml .sec_bk .list,
.bk .about_ml .sec_bk .list .wrap,
.bk .about_ml .sec_bk .list dl { border-color: #fff; }

.about_ml .sec_bk .list dl dt { font-family: 'Athena'; font-size: 30px; font-weight: 300; margin-bottom: 18px; }
.about_ml .sec_bk .list dl dt::before { content: ''; display: block; height: 50px; background: no-repeat center center/auto 100%; margin-bottom: 15px; }
.about_ml .sec_bk .list dl:nth-child(1) dt::before { background-image: url(../image/m_myLine_plastic_surgery_ic01.png); }
.about_ml .sec_bk .list dl:nth-child(2) dt::before { background-image: url(../image/m_myLine_plastic_surgery_ic02.png); }
.about_ml .sec_bk .list dl:nth-child(3) dt::before { background-image: url(../image/m_myLine_plastic_surgery_ic03.png); }
.about_ml .sec_bk .list dl:nth-child(4) dt::before { background-image: url(../image/m_myLine_plastic_surgery_ic04.png); }
.bk .about_ml .sec_bk .list dl:nth-child(1) dt::before { background-image: url(../image/about_ml_ic01.png); }
.bk .about_ml .sec_bk .list dl:nth-child(2) dt::before { background-image: url(../image/about_ml_ic02.png); }
.bk .about_ml .sec_bk .list dl:nth-child(3) dt::before { background-image: url(../image/about_ml_ic03.png); }
.bk .about_ml .sec_bk .list dl:nth-child(4) dt::before { background-image: url(../image/about_ml_ic04.png); }
.about_ml .sec_bk .list dl dd { font-size: 18px; line-height: 156%; }
.about_ml .sec_bk .list dl dd em { display: block; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
@media screen and (max-width:1400px) {
.about_ml .sec_bk { padding: 70px 0; }
.about_ml .sec_bk h3 { font-size: 45px; margin-bottom: 25px; letter-spacing: -2px; }
.about_ml .sec_bk .s_tx { font-size: 18px; margin-bottom: 45px; }
.about_ml .sec_bk .list dl { width: calc(50% - 41px); padding: 40px 20px; }

.about_ml .sec_bk .list dl dt { font-size: 24px; margin-bottom: 12px; }
.about_ml .sec_bk .list dl dt::before { height: 40px; margin-bottom: 12px; }
.about_ml .sec_bk .list dl dd { font-size: 15px; }
.about_ml .sec_bk .list dl dd em { font-size: 17px; margin-bottom: 8px; }
}
@media screen and (max-width:1200px) {
.about_ml .sec_bk .list .wrap { border: 0; }
}
@media screen and (max-width:1024px) {
.about_ml .sec_bk { padding: 50px 0; }
.about_ml .sec_bk h3 { font-size: 30px; margin-bottom: 20px; letter-spacing: -2px; }
.about_ml .sec_bk .s_tx { font-size: 14px; margin-bottom: 25px; }
.about_ml .sec_bk .list dl { width: calc(50% - 31px); padding: 30px 15px; }

.about_ml .sec_bk .list dl dt { font-size: 18px; margin-bottom: 10px; }
.about_ml .sec_bk .list dl dt::before { height: 35px; margin-bottom: 10px; }
.about_ml .sec_bk .list dl dd { font-size: 12px; }
.about_ml .sec_bk .list dl dd em { font-size: 14px; margin-bottom: 8px; }

.bk .about_ml .sec_bk .list,
.bk .about_ml .sec_bk .list .wrap,
.bk .about_ml .sec_bk .list dl { border-color: #aaa; }
}
@media screen and (max-width:640px) {
.about_ml .sec_bk .list dl dd br { display: none; }
}

.medical_leaders { padding: 0 70px 115px; }
.medical_leaders .wrap { max-width: 1780px; margin: 0 auto; border-bottom: 1px solid #888; }
.medical_leaders .wrap .unit { border-top: 1px solid #000; padding: 125px 0; display: flex; gap: 75px; }
.medical_leaders .wrap .unit .tx { width: calc(100% - 525px); }
.medical_leaders .wrap .unit .tx .g_info { display: flex; gap: 75px; padding-bottom: 55px; flex-direction:column;} /*250910수정 flex-direction추가*/
.medical_leaders .wrap .unit .tx .name { width: 370px; font-size: 28px; font-weight: 600; }
.medical_leaders .wrap .unit .tx .c_tx { width: calc(100% - 445px); }
.medical_leaders .wrap .unit .tx .c_tx .msg { font-size: 37px; line-height: 116%; margin-bottom: 25px; }
.medical_leaders .wrap .unit .tx .c_tx .history { font-size: 20px; line-height: 150%; }
.medical_leaders .wrap .unit .tx .d_info { padding-top: 70px; border-top: 1px solid #c8c8c8; padding-right: 445px; } /*250910수정 padding-left>right*/
.medical_leaders .wrap .unit .tx .d_info .s_unit { margin-bottom: 55px; }
.medical_leaders .wrap .unit .tx .d_info .s_unit:last-child { margin: 0; }
.medical_leaders .wrap .unit .tx .d_info .s_unit .ph { position: absolute; top: 0; left: calc(100% + 75px); width: 370px; } /*250910수정 calc right>left*/
.medical_leaders .wrap .unit .tx .d_info .s_unit .ph img { width: 100%; padding-top:10px;}  /*250909수정 padding추가*/
.medical_leaders .wrap .unit .tx .d_info dl dt { font-size: 21px; font-weight: 700; margin-bottom: 25px; }
.medical_leaders .wrap .unit .tx .d_info dl dd { font-size: 18px; line-height: 150%; }
.medical_leaders .wrap .unit>.ph { width: 450px; }
.medical_leaders .wrap .unit>.ph img { position: sticky; top: 90px; right: 0; width: 100%; }
@media screen and (max-width:1600px) {
.medical_leaders { padding: 0 30px 70px; }
.medical_leaders .wrap .unit { padding: 80px 0; gap: 40px; }
.medical_leaders .wrap .unit .tx { width: calc(100% - 340px); }
.medical_leaders .wrap .unit .tx .g_info { gap: 40px; padding-bottom: 35px; }
.medical_leaders .wrap .unit .tx .name { width: 260px; font-size: 22px; }
.medical_leaders .wrap .unit .tx .c_tx { width: calc(100% - 300px); }
.medical_leaders .wrap .unit .tx .c_tx .msg { font-size: 28px; margin-bottom: 15px; }
.medical_leaders .wrap .unit .tx .c_tx .history { font-size: 16px; }
.medical_leaders .wrap .unit .tx .d_info { padding-top: 40px;  padding-right: 300px; }  /*250910수정 padding-left>right*/
.medical_leaders .wrap .unit .tx .d_info .s_unit { margin-bottom: 35px; }
.medical_leaders .wrap .unit .tx .d_info .s_unit .ph { right: calc(100% + 40px); width: 260px; }
.medical_leaders .wrap .unit .tx .d_info dl dt { font-size: 18px; margin-bottom: 15px; }
.medical_leaders .wrap .unit .tx .d_info dl dd { font-size: 15px; }
.medical_leaders .wrap .unit>.ph { width: 300px; }
.medical_leaders .wrap .unit>.ph img { top: 85px; }
}
@media screen and (max-width:1024px) {
.medical_leaders { padding: 0 15px 50px; }
.medical_leaders .wrap .unit { padding: 30px 0 0; flex-direction: column; gap: 10px;  } /*250910수정 column-reverse>column*/
.medical_leaders .wrap .unit .tx { width: 100%; }
.medical_leaders .wrap .unit .tx .g_info { display: block; gap: 40px; padding-bottom: 35px; }
.medical_leaders .wrap .unit .tx .name { width: auto; font-size: 17px; margin-bottom: 15px; }
.medical_leaders .wrap .unit .tx .c_tx { width: auto; }
.medical_leaders .wrap .unit .tx .c_tx .msg { font-size: 24px; margin-bottom: 15px; }
.medical_leaders .wrap .unit .tx .c_tx .history { font-size: 14px; }
.medical_leaders .wrap .unit .tx .d_info { padding: 30px 0; }
.medical_leaders .wrap .unit .tx .d_info .s_unit { margin-bottom: 30px; }
.medical_leaders .wrap .unit .tx .d_info .s_unit .ph { position: relative; right: auto; top: auto; width: auto; max-width: 480px; margin: 0 auto 20px; left: 0;} /*250910수정 left추가*/
.medical_leaders .wrap .unit .tx .d_info dl dt { font-size: 16px; margin-bottom: 10px; }
.medical_leaders .wrap .unit .tx .d_info dl dd { font-size: 13px; }
.medical_leaders .wrap .unit>.ph { width: auto; max-width: 300px; margin: 0 auto 15px; }
}

.ml_contact { padding: 0 70px 120px; }
.ml_contact .wrap { max-width: 1520px; margin: 0 auto; }
.ml_contact .wrap .map { padding-bottom: 36.18%; }
.ml_contact .wrap .map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ml_contact .wrap .info { display: flex; gap: 30px; padding-top: 40px; margin-top: 40px; border-top: 1px solid #d5d5d5; }
.ml_contact .wrap .info>* { width: 33%; }
.ml_contact .wrap .info .call { display: flex; flex-direction: column; gap: 30px; }
.ml_contact .wrap .info dl dt { font-size: 23px; font-weight: 600; margin-bottom: 15px; }
.ml_contact .wrap .info dl dd { font-size: 20px; line-height: 150%; }
.ml_contact .wrap .info dl dd p { margin-top: 30px; font-size: 16px; color: #aeaeae; }
.ml_contact .wrap .info dl dd dl { display: flex; gap: 20px; }
.ml_contact .wrap .info dl dd dl dt { width: 45px; font-size: 20px; font-weight: 400; margin: 0; }
@media screen and (max-width:1400px) {
.ml_contact { padding: 0 30px 80px; }
.ml_contact .wrap .map { padding-bottom: 45%; }
.ml_contact .wrap .info { gap: 20px; padding-top: 25px; margin-top: 25px; }
.ml_contact .wrap .info .call { gap: 20px; }
.ml_contact .wrap .info dl dt { font-size: 18px; margin-bottom: 12px; }
.ml_contact .wrap .info dl dd { font-size: 16px; }
.ml_contact .wrap .info dl dd p { margin-top: 20px; font-size: 14px;}
.ml_contact .wrap .info dl dd dl { gap: 15px; }
.ml_contact .wrap .info dl dd dl dt { width: 35px; font-size: 16px; }
}
@media screen and (max-width:1024px) {
.ml_contact { padding: 0 15px 30px; }
.ml_contact .wrap .map { padding-bottom: 80%; }
.ml_contact .wrap .info { flex-direction: column; padding-top: 20px; margin-top: 20px; }
.ml_contact .wrap .info>* { width: 100%; }
.ml_contact .wrap .info .call { gap: 15px; flex-direction: row; }
.ml_contact .wrap .info .call dl { width: 50%; }
.ml_contact .wrap .info>dl { border-top: 1px solid #eee; padding-top: 20px; }
.ml_contact .wrap .info dl dt { font-size: 16px; margin-bottom: 9px; }
.ml_contact .wrap .info dl dd { font-size: 14px; }
.ml_contact .wrap .info dl dd p { margin-top: 10px; font-size: 12px;}
.ml_contact .wrap .info dl dd dl { gap: 10px; }
.ml_contact .wrap .info dl dd dl dt { font-size: 14px; }
}

.st_visual { height: 660px; background: center center/cover; }

/*.ps_detail .d_sec { border-bottom: 1px solid #d5d5d5; } 250911수정 */
.ps_detail .d_sec .wrap { max-width: 1780px; margin: 0 auto; }
.ps_detail .d_sec h3.g_tit { font-size: 44px; font-weight: 300; line-height: 113%; letter-spacing: -2px; }
.ps_detail .d_sec h3.g_tit b { font-weight: 700; }
.ps_detail .d_sec h3.g_tit span { display: block; font-size: 26px; font-weight: 500; line-height: 123%; margin-bottom: 7px; letter-spacing: -1px; }
@media screen and (max-width:1400px) {
.ps_detail .d_sec h3.g_tit { font-size: 36px; }
.ps_detail .d_sec h3.g_tit span { font-size: 22px; margin-bottom: 4px; }
}
@media screen and (max-width:1024px) {
.ps_detail .d_sec h3.g_tit { font-size: 28px; }
.ps_detail .d_sec h3.g_tit span { font-size: 18px; margin-bottom: 2px; }
}


.ps_detail .s_intro { padding: 120px 70px 20px; text-align: center; font-weight: 300; }
.ps_detail .s_intro dt { font-size: 58px; margin-bottom: 30px; }
.ps_detail .s_intro dd { font-size: 20px; line-height: 150%; }
.ps_detail .s_intro b { font-weight: 700; }
.ps_detail .s_intro dd p { font-size: 14px; color: #aeaeae; margin-top: 140px; }
.ps_detail .g_info { display: flex; justify-content: center; gap: 130px; text-align: center; padding: 40px 30px; }
.ps_detail .g_info dl { font-size: 20px; font-weight: 300; }
.ps_detail .g_info dl::before { content: ''; display: block; width: 50px; height: 50px; background: no-repeat center center/100% auto; margin: 0 auto 30px; }
.ps_detail .g_info dl:nth-child(1):before { background-image: url(../image/ps_detail_g_info_ic01.png); }
.ps_detail .g_info dl:nth-child(2):before { background-image: url(../image/ps_detail_g_info_ic02.png); }
.ps_detail .g_info dl:nth-child(3):before { background-image: url(../image/ps_detail_g_info_ic03.png); }
.ps_detail .g_info dl:nth-child(4):before { background-image: url(../image/ps_detail_g_info_ic04.png); }
.ps_detail .g_info dl:nth-child(5):before { background-image: url(../image/ps_detail_g_info_ic05.png); background-size: auto 100%; }
.ps_detail .g_info dl:nth-child(6):before { background-image: url(../image/ps_detail_g_info_ic06.png); }
.ps_detail .g_info dl:nth-child(7):before { background-image: url(../image/ps_detail_g_info_ic07.png); }
.ps_detail .g_info dl dt { font-size: 16px; font-weight: 700; margin-bottom: 7px; }
.ps_detail .g_info dl dd em { display: block; font-size: 15px; color: #747474; line-height: 110%; }
@media screen and (max-width:1400px) {
.st_visual { height: 500px; }

.ps_detail .s_intro { padding: 80px 30px 15px; }
.ps_detail .s_intro dt { font-size: 42px; margin-bottom: 20px; }
.ps_detail .s_intro dd { font-size: 16px; }
.ps_detail .s_intro dd p { font-size: 13px; margin-top: 100px; }
.ps_detail .g_info { gap: 80px; padding: 30px; }
.ps_detail .g_info dl { font-size: 18px; }
.ps_detail .g_info dl::before { width: 40px; height: 40px; margin-bottom: 20px; }
.ps_detail .g_info dl dt { font-size: 15px; margin-bottom: 5px; }
.ps_detail .g_info dl dd em { font-size: 13px; }
}
@media screen and (max-width:1024px) {
.st_visual { height: 320px; }

.ps_detail .s_intro { padding: 50px 15px 10px; }
.ps_detail .s_intro dt { font-size: 28px; margin-bottom: 15px; }
.ps_detail .s_intro dd { font-size: 14px; padding: 0 20px; }
.ps_detail .s_intro dd p { font-size: 12px; margin-top: 60px; }
.ps_detail .g_info { gap: 25px 0; padding: 20px; flex-wrap: wrap; }
.ps_detail .g_info dl { width: 33.3333%; font-size: 14px; }
.ps_detail .g_info dl::before { width: 30px; height: 30px; margin-bottom: 10px; }
.ps_detail .g_info dl dt { font-size: 12px; margin-bottom: 3px; }
.ps_detail .g_info dl dd em { font-size: 12px; }
}
@media screen and (max-width:640px) {
.ps_detail .s_intro dd br { display: none; }
}

.ps_detail .why { padding: 80px 70px; }
.ps_detail .why .wrap { display: flex; gap: 50px; justify-content: space-between; }
.ps_detail .why h3 { margin-bottom: 35px; }
.ps_detail .why h3 em { display: block; font-family: 'Montserrat'; font-size: 80px; margin-bottom: 50px; } /*250814 h3 em 전체 수정 48>80 30>50*/
.ps_detail .why .tx { width: 680px; }
.ps_detail .why .tx .exp { margin-bottom: 55px; }
.ps_detail .why .tx .exp dt { font-size: 22px; font-weight: 700; line-height: 136%; margin-bottom: 20px; }
.ps_detail .why .tx .exp dd { font-size: 20px; line-height: 150%; }
.ps_detail .why .tx .s_guide { border: 1px solid #d5d5d5; padding: 39px; font-size: 18px; line-height: 145%; }
.ps_detail .why .tx .s_guide dt { font-weight: 700; margin-bottom: 20px; }
.ps_detail .why .ph { width: 800px; }
.ps_detail .why .ph img { width: 100%; }
@media screen and (max-width:1670px) {
.ps_detail .why .tx,
.ps_detail .why .ph { width: calc(50% - 25px); }
.ps_detail .why .tx .exp dd br { display: none; }
}
@media screen and (max-width:1400px) {
.ps_detail .why { padding: 50px 30px; }
.ps_detail .why .wrap { gap: 20px; }
.ps_detail .why h3 { margin-bottom: 20px; }
.ps_detail .why h3 em { font-size: 60px; margin-bottom: 50px; } /*250814 h3 em 전체 수정 38>60 20>50*/
.ps_detail .why .tx,
.ps_detail .why .ph { width: calc(50% - 10px); }
.ps_detail .why .tx .exp { margin-bottom: 35px; }
.ps_detail .why .tx .exp dt { font-size: 18px; margin-bottom: 15px; }
.ps_detail .why .tx .exp dd { font-size: 16px; }
.ps_detail .why .tx .s_guide { padding: 24px; font-size: 15px; }
.ps_detail .why .tx .s_guide dt { margin-bottom: 15px; }
}
@media screen and (max-width:1024px) {
.ps_detail .why { padding: 30px 15px; }
.ps_detail .why .wrap { gap: 15px; flex-direction: column; flex-direction: column-reverse; }
.ps_detail .why h3 { margin-bottom: 15px; }
.ps_detail .why h3 em { font-size: 50px; margin-bottom: 30px; margin-top:30px; }	/*250814 h3 em 전체 수정 30>40 15>30 margin-top생성*/
.ps_detail .why .tx,
.ps_detail .why .ph { width: 100%; }
.ps_detail .why .tx .exp { margin-bottom: 25px; }
.ps_detail .why .tx .exp dt { font-size: 16px; margin-bottom: 10px; }
.ps_detail .why .tx .exp dd { font-size: 14px; }
.ps_detail .why .tx .s_guide { padding: 19px; font-size: 13px; }
.ps_detail .why .tx .s_guide dt { margin-bottom: 10px; }
}

.ps_detail .advantages { padding: 100px 70px; text-align: center; }
.ps_detail .advantages h3 { margin-bottom: 45px; }
.ps_detail .advantages .list { display: flex; gap: 20px; }
.ps_detail .advantages .list dl { width: 33%; background: #f6f6f6; border-radius: 10px; padding: 40px 40px 50px; }
.ps_detail .advantages .list dl dt { font-size: 20px; font-weight: 700; padding-bottom: 20px; border-bottom: 1px solid #dedede; margin-bottom: 20px; }
.ps_detail .advantages .list dl dt em { display: block; font-family: 'Montserrat'; font-size: 14px; font-weight: 400; margin-bottom: 30px; }
.ps_detail .advantages .list dl dd { font-size: 16px; line-height: 150%; }
.ps_detail .advantages .list dl dd em { display: block; font-size: 14px; color: #afafaf; margin: 25px 0 -25px; }
@media screen and (max-width:1500px) {
.ps_detail .advantages .list dl dd br { display: none; }
}
@media screen and (max-width:1400px) {
.ps_detail .advantages { padding: 70px 30px; }
.ps_detail .advantages h3 { margin-bottom: 35px; }
.ps_detail .advantages .list { gap: 15px; }
.ps_detail .advantages .list dl { padding: 30px; }
.ps_detail .advantages .list dl dt { font-size: 18px; padding-bottom: 15px; margin-bottom: 15px; }
.ps_detail .advantages .list dl dt em { font-size: 13px; margin-bottom: 20px; }
.ps_detail .advantages .list dl dd { font-size: 14px; }
.ps_detail .advantages .list dl dd em { font-size: 12px; margin: 18px 0 -10px; }
}
@media screen and (max-width:1024px) {
.ps_detail .advantages { padding: 30px 15px; }
.ps_detail .advantages h3 { margin-bottom: 25px; }
.ps_detail .advantages .list { gap: 10px; flex-direction: column; }
.ps_detail .advantages .list dl { width: auto; padding: 20px; border-radius: 5px; }
.ps_detail .advantages .list dl dt { font-size: 16px; padding-bottom: 10px; margin-bottom: 10px; }
.ps_detail .advantages .list dl dt em { font-size: 11px; margin-bottom: 15px; }
.ps_detail .advantages .list dl dd { font-size: 13px; }
.ps_detail .advantages .list dl dd br { display: inline; }
.ps_detail .advantages .list dl dd em { font-size: 11px; margin: 12px 0 -5px; }
}

.ps_detail .recommendation { padding: 100px 70px; text-align: center; }   /*250911수정 100 70 0*/
.ps_detail .recommendation .t_guide { margin: 30px 0 40px; font-size: 18px; color: #aeaeae; font-weight: 300; }
.ps_detail .recommendation .img { max-width: 1200px; margin: 0 auto; }
.ps_detail .recommendation .img img { width: 100%; }
@media screen and (max-width:1400px) {
.ps_detail .recommendation { padding: 70px 30px; } /*250911수정 70 30 0*/
.ps_detail .recommendation .t_guide { margin: 20px 0 30px; font-size: 16px; }
}
@media screen and (max-width:1024px) {
.ps_detail .recommendation { padding: 30px 15px 0; }
.ps_detail .recommendation .t_guide { margin: 15px 0 20px; font-size: 13px; }
}

.check_point .wrap { display: flex; }
.check_point .wrap .ph { width: 50%; min-height: 660px; background: center center/cover; }
.check_point .wrap .tx { width: calc(50% - 140px); padding: 110px 70px; }
.check_point .wrap .tx p { margin-top: 35px; font-size: 22px; line-height: 140%; }
.check_point .wrap .tx .list { margin-top: 65px; }
.check_point .wrap .tx .list li { border-bottom: 1px solid #d5d5d5; padding: 15px 0 15px 40px; font-size: 20px; line-height: 150%; }
.check_point .wrap .tx .list li em { position: absolute; top: 15px; left: 0; font-family: 'Montserrat'; font-size: 14px; font-weight: 700; }
@media screen and (max-width:1400px) {
.check_point .wrap .ph { min-height: 500px; }
.check_point .wrap .tx { width: calc(50% - 60px); padding: 70px 30px; }
.check_point .wrap .tx p { margin-top: 25px; font-size: 17px; }
.check_point .wrap .tx .list { margin-top: 45px; }
.check_point .wrap .tx .list li { padding: 10px 0 10px 30px; font-size: 17px; }
.check_point .wrap .tx .list li em { top: 10px; font-size: 13px; }
}
@media screen and (max-width:1024px) {
.check_point .wrap { flex-direction: column; }
.check_point .wrap .ph { width: auto; height: 0; min-height: 0; padding-bottom: 109%; }
.check_point .wrap .tx { width: auto; padding: 30px 15px; }
.check_point .wrap .tx p { margin-top: 15px; font-size: 15px; }
.check_point .wrap .tx .list { margin-top: 30px; }
.check_point .wrap .tx .list li { padding: 8px 0 8px 24px; font-size: 14px; }
.check_point .wrap .tx .list li em { top: 8px; font-size: 12px; }
}

.ps_detail .effect { padding: 0 70px; border-bottom: 0; background: no-repeat center center/auto 100%; }
.ps_detail .effect h3 { padding-top: 110px; }
.ps_detail .effect .wrap { height: 700px; } /*250909수정 960>700*/
@media screen and (max-width:1400px) {
.ps_detail .effect { padding: 0 30px; }
.ps_detail .effect h3 { padding-top: 70px; }
.ps_detail .effect .wrap { height: 700px; }
}
@media screen and (max-width:1024px) {
.ps_detail .effect { padding: 0; }
.ps_detail .effect h3 { display: inline-block; padding: 15px; background: rgba(255,255,255,0.2); border-radius: 10px; }
.ps_detail .effect .wrap { height: 440px; background-position: 40% 0; padding: 30px 15px; }
}

.ps_detail .type_of_surgery { padding: 100px 0; background: #000; }
.ps_detail .type_of_surgery h3 { text-align: center; font-size: 28px; font-weight: 500; color: #fff; margin-bottom: 70px; }
.ps_detail .type_of_surgery h3 span { display: block; font-family: 'Montserrat'; font-size: 54px; font-weight: normal; margin-bottom: 15px; }

ul.tab_type_of_surgery { display: flex; border-bottom: 1px solid #fff; justify-content: center; }
ul.tab_type_of_surgery li { width: 25%; max-width: 300px; }
ul.tab_type_of_surgery.t2 li { width: 50%; max-width: 600px; }
ul.tab_type_of_surgery li a { display: block; font-size: 20px; line-height: 60px; color: #fff; text-align: center; border-radius: 15px 15px 0 0; }
ul.tab_type_of_surgery li a:hover { text-decoration: none; }
ul.tab_type_of_surgery li.active a { font-weight: 700; background-color:white; color:black; }
ul.tab_type_of_surgery li.active a::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #fff; }
.type_of_surgery_content { display: none; max-width: 1200px; padding: 0 30px; margin: 0 auto; }
.type_of_surgery_content.on { display: block; }

.ps_detail .type_of_surgery .list { display: flex; gap: 20px; margin-top: 45px; }
.ps_detail .type_of_surgery .list.t2 { flex-wrap: wrap; gap: 30px 20px; }
.ps_detail .type_of_surgery .list.t2 li { width: calc(50% - 10px); }
.ps_detail .type_of_surgery .list li .ph img { width: 100%;}  /*250905수정 주석처리돼 있었는데 원복*/
.ps_detail .type_of_surgery .list li { width: 50%; color: #fff; }
.ps_detail .type_of_surgery .list li dl dt { padding: 15px 50px 15px 0; font-size: 20px; font-weight: 700; line-height: 150%; border-bottom: 1px solid #fff; }
.ps_detail .type_of_surgery .list li em { position: absolute; top: 15px; right: 0; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; }
.ps_detail .type_of_surgery .list li dl dd { padding-top: 25px; font-size: 16px; line-height: 150%; word-break:normal;} /*250909word-break추가*/
.ps_detail .type_of_surgery .list li p { padding: 15px 50px 15px 0; font-size: 16px; line-height: 150%; }

.ps_detail .type_of_surgery .list.ty01_03 li dl dt { padding: 10px 0; }
.ps_detail .type_of_surgery .list.ty01_03 li dl dt em { position: relative; top: auto; right: auto; font-size: 18px; }
@media screen and (max-width:1400px) {
.ps_detail .type_of_surgery { padding: 70px 0; }
.ps_detail .type_of_surgery h3 { font-size: 22px; margin-bottom: 40px; }
.ps_detail .type_of_surgery h3 span { font-size: 40px; margin-bottom: 10px; }

ul.tab_type_of_surgery li a { font-size: 16px; line-height: 50px; }
ul.tab_type_of_surgery li.active a::before { height: 2px; }
.type_of_surgery_content { padding: 0 30px; }

.ps_detail .type_of_surgery .list { gap: 15px; margin-top: 30px; }
.ps_detail .type_of_surgery .list.t2 { gap: 20px 14px; }
.ps_detail .type_of_surgery .list.t2 li { width: calc(50% - 7px); }
.ps_detail .type_of_surgery .list li dl dt { padding: 10px 40px 10px 0; font-size: 16px; }
.ps_detail .type_of_surgery .list li em { top: 10px; font-size: 13px; }
.ps_detail .type_of_surgery .list li dl dd { padding-top: 20px; font-size: 13px; }
.ps_detail .type_of_surgery .list li p { padding: 10px 40px 10px 0; font-size: 13px; }

.ps_detail .type_of_surgery .list.ty01_03 li dl dt { padding: 8px 0; }
.ps_detail .type_of_surgery .list.ty01_03 li dl dt em { font-size: 15px; }
}
@media screen and (max-width:1024px) {
.ps_detail .type_of_surgery { padding: 30px 0; }
.ps_detail .type_of_surgery h3 { font-size: 16px; margin-bottom: 25px; }
.ps_detail .type_of_surgery h3 span { font-size: 28px; margin-bottom: 5px; }

ul.tab_type_of_surgery li a { font-size: 12px; line-height: 130%; padding: 10px 0; }
ul.tab_type_of_surgery li.active a::before { height: 1px; }
.type_of_surgery_content { padding: 0 15px; }

.ps_detail .type_of_surgery .list { gap: 20px 10px; flex-wrap: wrap; margin-top: 15px; }
.ps_detail .type_of_surgery .list.t2 { gap: 20px 10px; }
.ps_detail .type_of_surgery .list.t2 li { width: calc(50% - 5px); }
.ps_detail .type_of_surgery .list li { width: calc(50% - 5px); }
.ps_detail .type_of_surgery .list li dl dt { padding: 8px 30px 8px 0; font-size: 14px; }
.ps_detail .type_of_surgery .list li em { top: 8px; font-size: 12px; }
.ps_detail .type_of_surgery .list li dl dd { padding-top: 15px; font-size: 12px; }
.ps_detail .type_of_surgery .list li p { padding: 8px 30px 8px 0; font-size: 12px; }
.ps_detail .type_of_surgery .list li p br { display: none; }

.ps_detail .type_of_surgery .list.ty01_03 li dl dt { padding: 5px 0; }
.ps_detail .type_of_surgery .list.ty01_03 li dl dt em { font-size: 12px; }
}
@media screen and (max-width:480px) {
ul.tab_type_of_surgery { gap: 10px; }
ul.tab_type_of_surgery li { width: auto; }
}

.ps_detail .type_of_surgery .s_info { background: #fff; padding: 50px 0; display: flex; border-bottom-left-radius:15px; border-bottom-right-radius:15px; } /*250815수정 radius추가 */
.ps_detail .type_of_surgery .s_info .tx { width: calc(50% - 120px); min-height: 180px; padding: 0 60px; display: flex; flex-direction: column; justify-content: center; font-size: 20px; line-height: 150%; border-right: 1px solid #e2e2e2; }

.ps_detail .type_of_surgery .sd_info { width: calc(50% - 120px); display: flex; justify-content: center; gap: 60px; text-align: center; padding: 20px 60px; }
.ps_detail .type_of_surgery .sd_info dl { font-size: 20px; font-weight: 300; }
.ps_detail .type_of_surgery .sd_info dl::before { content: ''; display: block; width: 50px; height: 50px; background: no-repeat center center/100% auto; margin: 0 auto 30px; }
.ps_detail .type_of_surgery .sd_info dl:nth-child(1):before { background-image: url(../image/ps_detail_g_info_ic01.png); }
.ps_detail .type_of_surgery .sd_info dl:nth-child(2):before { background-image: url(../image/ps_detail_g_info_ic02.png); }
.ps_detail .type_of_surgery .sd_info dl:nth-child(3):before { background-image: url(../image/ps_detail_g_info_ic06.png); }
.ps_detail .type_of_surgery .sd_info dl dt { font-size: 16px; font-weight: 700; margin-bottom: 7px; }
.ps_detail .type_of_surgery .sd_info dl dd em { display: block; font-size: 15px; color: #747474; line-height: 110%; }
@media screen and (max-width:1400px) {
.ps_detail .type_of_surgery .s_info .tx { width: calc(45% - 60px); min-height: 150px; padding: 0 30px; font-size: 16px; }
.ps_detail .type_of_surgery .s_info .tx br { display: none; }
.ps_detail .type_of_surgery .sd_info { width: calc(55% - 60px); gap: 40px; padding: 20px 30px; }
.ps_detail .type_of_surgery .sd_info dl { font-size: 18px; }
.ps_detail .type_of_surgery .sd_info dl::before { width: 40px; height: 40px; margin-bottom: 20px; }
.ps_detail .type_of_surgery .sd_info dl dt { font-size: 15px; margin-bottom: 5px; }
.ps_detail .type_of_surgery .sd_info dl dd em { font-size: 13px; }
}
@media screen and (max-width:1260px) {
.ps_detail .type_of_surgery .s_info { margin: 0 -15px; padding: 30px 0; }
}
@media screen and (max-width:1024px) {
.ps_detail .type_of_surgery .s_info { margin: 0 -15px; flex-wrap: wrap; padding: 20px 0; }
.ps_detail .type_of_surgery .s_info .tx { width: calc(100% - 30px); min-height: 0; padding: 0 35px; font-size: 14px; margin-bottom: 20px; text-align: center; }
.ps_detail .type_of_surgery .sd_info { width: calc(100% - 30px); gap: 25px 0; padding: 20px 15px 0; margin: 0 15px; flex-wrap: wrap; border-top: 1px solid #e2e2e2; }
.ps_detail .type_of_surgery .sd_info dl { width: 33.3333%; font-size: 14px; }
.ps_detail .type_of_surgery .sd_info dl::before { width: 30px; height: 30px; margin-bottom: 10px; }
.ps_detail .type_of_surgery .sd_info dl dt { font-size: 12px; margin-bottom: 3px; }
.ps_detail .type_of_surgery .sd_info dl dd em { font-size: 12px; }
}

.ps_detail .qna { padding: 100px 70px 130px; }
.ps_detail .qna .wrap { display: flex; }
.ps_detail .qna .wrap h3 { width: 50%; }
.ps_detail .qna .wrap .con { width: 50%; display: flex; flex-direction: column; gap: 60px; }
.ps_detail .qna .wrap .con dl { font-size: 20px; line-height: 150%; }
.ps_detail .qna .wrap .con dl>* { padding: 15px 0 15px 40px; border-bottom: 1px solid #d5d5d5; }
.ps_detail .qna .wrap .con dl>* em { position: absolute; top: 15px; left: 0; font-family: 'Montserrat'; font-size: 14px; font-weight: 500; }
.ps_detail .qna .wrap .con dl dt { font-weight: 700; }
@media screen and (max-width:1700px) {
.ps_detail .qna .wrap .con dl dd br { display: none; }
}
@media screen and (max-width:1400px) {
.ps_detail .qna { padding: 70px 30px; }
.ps_detail .qna .wrap h3 { width: 400px; }
.ps_detail .qna .wrap .con { width: calc(100% - 400px); gap: 40px; }
.ps_detail .qna .wrap .con dl { font-size: 16px; }
.ps_detail .qna .wrap .con dl>* { padding: 12px 0 12px 30px; }
.ps_detail .qna .wrap .con dl>* em { top: 12px; font-size: 13px; }
}
@media screen and (max-width:1024px) {
.ps_detail .qna { padding: 30px 15px; }
.ps_detail .qna .wrap { flex-direction: column;}
.ps_detail .qna .wrap h3 { width: auto; margin-bottom: 20px; }
.ps_detail .qna .wrap .con { width: auto; gap: 20px; }
.ps_detail .qna .wrap .con dl { font-size: 13px; }
.ps_detail .qna .wrap .con dl>* { padding: 10px 0 10px 24px; }
.ps_detail .qna .wrap .con dl>* em { top: 10px; font-size: 12px; }
}


.ps_detail .s_process { padding: 100px 70px; }
.ps_detail .s_process h3 { text-align: center; margin-bottom: 50px; }

.ps_detail .s_process .list { display: flex; gap: 15px; }
.ps_detail .s_process .list.t3 { gap: 15px; }/*250909수정 gap130px->15px*/
.ps_detail .s_process .list.t3 li { flex:1; } /*250909수정 width33% -> flex:1*/
.ps_detail .s_process .list.t4 li { width: 25%; }
.ps_detail .s_process .list li .ph img { width: 100%; }
.ps_detail .s_process .list li dl dt { padding: 17px 55px 17px 0; font-size: 20px; font-weight: 700; line-height: 120%; border-bottom: 1px solid #dedede; }
.ps_detail .s_process .list li dl dt em { position: absolute; top: 17px; right: 0; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; }
.ps_detail .s_process .list li dl dt span { font-size: 15px; color: #949494; }
.ps_detail .s_process .list li dl dd { padding-top: 25px; font-size: 16px; line-height: 150%; word-break:normal;} /*250909수정 word-break추가*/
@media screen and (max-width:1600px) {
.ps_detail .s_process .list li dl dd br { display: none; }
}
@media screen and (max-width:1400px) {
.ps_detail .s_process { padding: 70px 30px; }
.ps_detail .s_process h3 { margin-bottom: 40px; }

.ps_detail .s_process .list { gap: 30px 10px; margin: 0 auto; } /*250909수정 max-width:800 삭제*/
.ps_detail .s_process .list.t3 { gap: 30px; }
.ps_detail .s_process .list.t4 { flex-wrap: wrap; }
.ps_detail .s_process .list.t4 li { width: calc(50% - 5px); }
.ps_detail .s_process .list li dl dt { padding: 12px 40px 12px 0; font-size: 16px; }
.ps_detail .s_process .list li dl dt em { top: 12px; font-size: 13px; }
.ps_detail .s_process .list li dl dt span { font-size: 13px; }
.ps_detail .s_process .list li dl dd { padding-top: 20px; font-size: 14px; }
}
@media screen and (max-width:1024px) {
.ps_detail .s_process { padding: 30px 15px; }
.ps_detail .s_process h3 { margin-bottom: 30px; }

.ps_detail .s_process .list { gap: 20px 10px; flex-wrap: wrap; margin: 0 auto; }/*250909수정 max-width:460 삭제*/
.ps_detail .s_process .list.t3 { gap: 20px 0; }
.ps_detail .s_process .list li { width: 100% !important; }
.ps_detail .s_process .list li dl dt { padding: 10px 30px 10px 0; font-size: 14px; }
.ps_detail .s_process .list li dl dt em { top: 10px; font-size: 12px; }
.ps_detail .s_process .list li dl dt span { font-size: 12px; }
.ps_detail .s_process .list li dl dd { padding-top: 12px; font-size: 13px; }
}
 
.sub_common { border-bottom: 1px solid #d5d5d5; }
.sub_common h3 { font-size: 28px; font-weight: 500; text-align: center; margin-bottom: 60px; }
.sub_common h3 span { display: block; font-family: 'Montserrat'; font-size: 54px; font-weight: 500; letter-spacing: -3px; margin-bottom: 15px; }
@media screen and (max-width:1400px) {
.sub_common h3 { font-size: 21px; margin-bottom: 40px; }
.sub_common h3 span { font-size: 40px; letter-spacing: -2px; margin-bottom: 13px; }
}
@media screen and (max-width:1024px) {
.sub_common h3 { font-size: 16px; margin-bottom: 20px; }
.sub_common h3 span { font-size: 28px; letter-spacing: -1px; margin-bottom: 8px; }
}

.why_do_you { padding: 100px 0; overflow: hidden; }
.why_do_you .slider { margin: 0 -40%; }
.why_do_you .slider .swiper-slide { background: center center/cover; border-radius: 20px; }
.why_do_you .slider .swiper-slide::before { content: ''; display: block; padding-bottom: 45.6%; }  /*250818수정 51.6% -> 45.6%*/
.why_do_you .slider .swiper-slide .tx { position: absolute; top: 16%; left: 7%; }
.why_do_you .slider .swiper-slide .tx .num { font-family: 'Athena'; font-size: 30px; font-weight: 300; margin-bottom: 25px; }
.why_do_you .slider .swiper-slide .tx dl { margin-left: 70px; }
.why_do_you .slider .swiper-slide .tx dl dt { font-family: 'Athena'; font-size: 46px; font-weight: 300; margin-bottom: 30px; }
.why_do_you .slider .swiper-slide .tx dl dd { font-size: 20px; line-height: 140%; }
.why_do_you .slider .swiper-slide .tx dl dd span { display: block; font-size: 24px; font-weight: 700; margin-bottom: 10px; }
.fc_w { color: #fff !important; }
@media screen and (max-width:1400px) {
.why_do_you { padding: 70px 0; }
.why_do_you .slider { margin: 0 -60%; }
.why_do_you .slider .swiper-slide { border-radius: 15px; }
.why_do_you .slider .swiper-slide::before { padding-bottom: 55%; }
.why_do_you .slider .swiper-slide .tx { top: 14%; left: 6%; }
.why_do_you .slider .swiper-slide .tx .num { font-size: 20px; margin-bottom: 15px; }
.why_do_you .slider .swiper-slide .tx dl { margin-left: 40px; }
.why_do_you .slider .swiper-slide .tx dl dt { font-size: 32px; margin-bottom: 20px; }
.why_do_you .slider .swiper-slide .tx dl dd { font-size: 16px; }
.why_do_you .slider .swiper-slide .tx dl dd span { font-size: 20px; margin-bottom: 8px; }
}
@media screen and (max-width:1024px) {
.why_do_you { padding: 30px 0; }
.why_do_you .slider { margin: 0 -80%; }
.why_do_you .slider .swiper-slide { border-radius: 10px; }
.why_do_you .slider .swiper-slide::before { padding-bottom: 90%; }
.why_do_you .slider .swiper-slide .tx { top: 10%; left: 25px; }
.why_do_you .slider .swiper-slide .tx .num { font-size: 14px; margin-bottom: 10px; }
.why_do_you .slider .swiper-slide .tx dl { margin-left: 0; }
.why_do_you .slider .swiper-slide .tx dl dt { font-size: 20px; margin-bottom: 15px; }
.why_do_you .slider .swiper-slide .tx dl dd { font-size: 13px; }
.why_do_you .slider .swiper-slide .tx dl dd span { font-size: 15px; margin-bottom: 5px; }
}

.after_care_program { padding: 110px 50px; background: #f5f5f5; }/*250911수정 padding-top 110*/
.after_care_program .con { padding: 60px 0; border-top: 1px solid #d5d5d5; display: flex; flex-direction: column; } /*250909수정 gap삭제*/
.after_care_program .con .unit { display: flex; }
.after_care_program .con .unit:nth-child(2n) { flex-direction: row-reverse; }
.after_care_program .con .unit>* { box-sizing: border-box; width: 50%; }
.after_care_program .con .unit .ph { height: 354px; background-size:contain; background-repeat:no-repeat; } /*250909수정 background추가*/
.after_care_program .con .unit .tx { padding: 70px 60px; }
.after_care_program .con .unit:nth-child(2n) .tx { padding-left: calc(15% + 70px);}
.after_care_program .con .unit .tx dt { margin-bottom: 25px; font-size: 25px; line-height: 140%; font-weight: 700; }
.after_care_program .con .unit .tx dt em { display: block; font-size: 20px; font-weight: 500; margin-bottom: 20px; }
.after_care_program .con .unit .tx dd { font-size: 20px; line-height: 150%; }

.ps_detail .ml_lifting_line_up { padding: 85px 70px; }
@media screen and (max-width:1400px) {
.after_care_program { padding: 70px 30px; } /*250911수정 padding-top 70*/
.after_care_program .con { padding: 40px 0; gap: 40px; }
.after_care_program .con .unit .ph { height: 240px; }
.after_care_program .con .unit .tx { padding: 40px 30px; }
.after_care_program .con .unit:nth-child(2n) .tx { padding-left: calc(15% + 30px);}
.after_care_program .con .unit .tx dt { margin-bottom: 18px; font-size: 20px; }
.after_care_program .con .unit .tx dt em { font-size: 16px; margin-bottom: 12px; }
.after_care_program .con .unit .tx dd { font-size: 16px; }

.ps_detail .ml_lifting_line_up { padding: 60px 30px; }
}
@media screen and (max-width:1024px) {
.after_care_program { padding: 30px 15px; }/*250911수정 padding-top 30*/
.after_care_program .con { padding: 0; gap: 0; }
.after_care_program .con .unit,
.after_care_program .con .unit:nth-child(2n) { flex-direction: column; }
.after_care_program .con .unit>* { width: auto; }
.after_care_program .con .unit .ph { height: 0; padding-bottom: 36.875%; background-size:contain;} /*250818수정 background-size추가*/
.after_care_program .con .unit .tx,
.after_care_program .con .unit:nth-child(2n) .tx { padding: 20px;}
.after_care_program .con .unit .tx dt { margin-bottom: 12px; font-size: 15px; }
.after_care_program .con .unit .tx dt em { font-size: 13px; margin-bottom: 10px; }
.after_care_program .con .unit .tx dd { font-size: 13px; }

.ps_detail .ml_lifting_line_up { padding: 30px 15px; }
}

.ps_detail .signal { padding: 95px 70px; }
.ps_detail .signal .wrap { display: flex; }
.ps_detail .signal .wrap h3 { width: 515px; }
.ps_detail .signal .wrap .list { width: calc(100% - 515px); display: flex; gap: 35px 20px; flex-wrap: wrap; }
.ps_detail .signal .wrap .list li { width: calc(50% - 10px); text-align: center; }
.ps_detail .signal .wrap .list li .ph { margin-bottom: 18px; }
.ps_detail .signal .wrap .list li .ph img { width: 100%; }
.ps_detail .signal .wrap .list li dl dt { font-size: 20px; font-weight: 700; margin-bottom: 7px; }
.ps_detail .signal .wrap .list li dl dd { font-size: 16px; }
@media screen and (max-width:1400px) {
.ps_detail .signal { padding: 65px 30px; }
.ps_detail .signal .wrap h3 { width: 350px; }
.ps_detail .signal .wrap .list { width: calc(100% - 350px); gap: 25px 10px; }
.ps_detail .signal .wrap .list li { width: calc(50% - 5px); }
.ps_detail .signal .wrap .list li .ph { margin-bottom: 15px; }
.ps_detail .signal .wrap .list li dl dt { font-size: 17px; margin-bottom: 5px; }
.ps_detail .signal .wrap .list li dl dd { font-size: 14px; }
}
@media screen and (max-width:1024px) {
.ps_detail .signal { padding: 30px 15px; }
.ps_detail .signal .wrap { flex-direction: column; gap: 20px; }
.ps_detail .signal .wrap h3 { width: auto; text-align: center; }
.ps_detail .signal .wrap .list { width: auto; gap: 25px 10px; }
.ps_detail .signal .wrap .list li { width: calc(50% - 5px); }
}
@media screen and (max-width:640px) {
.ps_detail .signal .wrap .list li { width: auto; }
.ps_detail .signal .wrap .list li .ph { margin-bottom: 12px; }
.ps_detail .signal .wrap .list li dl dt { font-size: 16px; margin-bottom: 3px; }
.ps_detail .signal .wrap .list li dl dd { font-size: 13px; }
}

.ps_detail .difference { padding: 100px 70px 240px; text-align: center; }
.ps_detail .difference h3 { margin-bottom: 65px; }
.ps_detail .difference .con { max-width: 1200px; margin: 0 auto; }
.ps_detail .difference p { font-size: 20px;  line-height: 150%; font-weight: 300; margin: -35px 0 50px; }

.tb_difference { width: 100%; border-bottom: 1px solid #d5d5d5; }
.tb_difference tr>*th:first-child { display: none; }
.tb_difference thead th { height: 115px; font-size: 30px; font-weight: 500; border-bottom: 1px solid #d5d5d5; }
.tb_difference tbody tr>* { padding: 35px 30px; }
.tb_difference tbody tr th { font-size: 22px; font-weight: 500; }
.tb_difference tbody tr td { font-size: 16px; line-height: 150%; width: 38%; }
.tb_difference tbody tr:first-child td { padding-top: 50px; }
.tb_difference tbody tr:last-child td { padding-bottom: 50px; }

.tb_difference.ty_photo thead th:first-child::after { content: 'VS.'; position: absolute; left: 100%; top: 50%; transform: translate(-50%,-50%); font-family: 'Montserrat'; font-size: 26px; font-weight: 500; }
.tb_difference.ty_photo tbody tr td { padding: 25px 20px; line-height: 120%; }
.tb_difference.ty_photo tbody tr>* { border-bottom: 1px solid #d5d5d5; }
.tb_difference.ty_photo tbody tr.ph td { padding: 0; }
.tb_difference.ty_photo tbody tr.ph td img { width: 100%; }
@media screen and (max-width:1400px) {
.ps_detail .difference { padding: 70px 30px 150px; }
.ps_detail .difference h3 { margin-bottom: 45px; }
.ps_detail .difference p { font-size: 16px; margin: -20px 0 35px; }

.tb_difference thead th { height: 85px; font-size: 24px; }
.tb_difference tbody tr>* { padding: 25px 20px; }
.tb_difference tbody tr th { font-size: 17px; }
.tb_difference tbody tr td { font-size: 14px; }
.tb_difference tbody tr:first-child td { padding-top: 35px; }
.tb_difference tbody tr:last-child td { padding-bottom: 35px; }

.tb_difference.ty_photo thead th:first-child::after { font-size: 20px; }
.tb_difference.ty_photo tbody tr td { padding: 20px 15px; }
}
@media screen and (max-width:1024px) {
.ps_detail .difference { padding: 30px 15px 60px; }
.ps_detail .difference h3 { margin-bottom: 25px; }
.ps_detail .difference p { font-size: 14px; margin: -10px 0 20px; }

.tb_difference thead th { height: 60px; font-size: 18px; }
.tb_difference tbody tr>* { padding: 20px 10px; }
.tb_difference tbody tr th { font-size: 15px; }
.tb_difference tbody tr td { font-size: 12px; width: 40%; }
.tb_difference tbody tr:first-child td { padding-top: 25px; }
.tb_difference tbody tr:last-child td { padding-bottom: 25px; }

.tb_difference.ty_photo thead th:first-child::after { font-size: 14px; }
.tb_difference.ty_photo tbody tr td { padding: 15px 10px; }
}
@media screen and (max-width:640px) {
.tb_difference br { display: none; }
}

.ps_detail .symptom { padding: 100px 70px 220px; }
.ps_detail .symptom .wrap { max-width: 1524px; margin: 0 auto; text-align: center; }
.ps_detail .symptom .wrap h3 { margin-bottom: 30px; }
.ps_detail .symptom .wrap p { font-size: 20px; line-height: 150%; font-weight: 300; margin-bottom: 85px; }
.ps_detail .symptom .list { display: flex; gap: 20px; }
.ps_detail .symptom .list dl { width: 25%; }
.ps_detail .symptom .list dl dt { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); line-height: 40px; padding: 0 20px; background: #000; border-radius: 20px; font-size: 20px; color: #fff; font-weight: 300; z-index: 1; }
.ps_detail .symptom .list dl dd { font-size: 20px; line-height: 130%; font-weight: 300; }
.ps_detail .symptom .list dl dd .ph { margin-bottom: 30px; }
.ps_detail .symptom .list dl dd .ph img { width: 100%; }
@media screen and (max-width:1400px) {
.ps_detail .symptom { padding: 70px 30px 150px; }
.ps_detail .symptom .wrap h3 { margin-bottom: 20px; }
.ps_detail .symptom .wrap p { font-size: 16px; margin-bottom: 60px; }
.ps_detail .symptom .list { gap: 15px; }
.ps_detail .symptom .list dl dt { line-height: 32px; padding: 0 16px; font-size: 16px; }
.ps_detail .symptom .list dl dd { font-size: 16px; }
.ps_detail .symptom .list dl dd .ph { margin-bottom: 20px; }
}
@media screen and (max-width:1024px) {
.ps_detail .symptom { padding: 30px 15px 80px; }
.ps_detail .symptom .wrap h3 { margin-bottom: 15px; }
.ps_detail .symptom .wrap p { font-size: 14px; margin-bottom: 50px; }
.ps_detail .symptom .list { max-width: 600px; margin: 0 auto; gap: 35px 10px; flex-wrap: wrap; }
.ps_detail .symptom .list dl { width: calc(50% - 5px); }
.ps_detail .symptom .list dl dt { line-height: 28px; padding: 0 14px; font-size: 14px; }
.ps_detail .symptom .list dl dd { font-size: 14px; }
.ps_detail .symptom .list dl dd .ph { margin-bottom: 15px; }
}

.ml_point { padding: 120px 70px 130px; }
.ml_point .wrap { display: flex; }
.ml_point .wrap > * { width: 50%; }
.ml_point.s6 .wrap .tit_area { width: 400px; }
.ml_point.s6 .wrap .list { width: calc(100% - 400px); }
.ml_point .wrap .tit_area .t_tx { font-family: 'Montserrat'; font-size: 20px; font-weight: 300; margin-bottom: 30px; }
.ml_point .wrap .tit_area h3 { margin-bottom: 30px; }
.ml_point .wrap .tit_area .s_tx { font-size: 20px; line-height: 150%; }
.ml_point .wrap .tit_area .s_tx b { display: block; font-size: 22px; margin-bottom: 15px; }
.ml_point .wrap .list { padding-top: 320px; display: flex; flex-wrap: wrap; gap: 100px; }
.ml_point .wrap .list.t_lift { padding-top: 170px; }
.ml_point .wrap .list dl { width: calc(50% - 50px); }
.ml_point.s6 .wrap .list dl { width: calc(33.3% - 67px); }
.ml_point .wrap .list dl dt { font-size: 20px; font-weight: 700; margin-bottom: 25px; }
.ml_point .wrap .list dl dt::before { content: ''; display: block; width: auto; height: 60px; background: no-repeat 0 0/auto 100%; margin-bottom: 30px; }
.ml_point .wrap .list dl:nth-child(1) dt::before { background-image: url(../image/s04_01_ml_point_ic01.png); }
.ml_point .wrap .list dl:nth-child(2) dt::before { background-image: url(../image/s04_01_ml_point_ic02.png); }
.ml_point .wrap .list dl:nth-child(3) dt::before { background-image: url(../image/s04_01_ml_point_ic03.png); }
.ml_point .wrap .list dl:nth-child(4) dt::before { background-image: url(../image/s04_01_ml_point_ic04.png); }
.ml_point .wrap .list.smp dl:nth-child(1) dt::before { background-image: url(../image/s04_03_ml_point_ic01.png); }
.ml_point .wrap .list.smp dl:nth-child(2) dt::before { background-image: url(../image/s04_03_ml_point_ic02.png); }
.ml_point .wrap .list.smp dl:nth-child(3) dt::before { background-image: url(../image/s04_03_ml_point_ic03.png); }
.ml_point .wrap .list.smp dl:nth-child(4) dt::before { background-image: url(../image/s04_03_ml_point_ic04.png); }
.ml_point .wrap .list.t_lift dl:nth-child(1) dt::before { background-image: url(../image/s05_01_ml_point_ic01.png); }
.ml_point .wrap .list.t_lift dl:nth-child(2) dt::before { background-image: url(../image/s05_01_ml_point_ic02.png); }
.ml_point .wrap .list.t_lift dl:nth-child(3) dt::before { background-image: url(../image/s05_01_ml_point_ic03.png); background-size: auto 90%; }
.ml_point .wrap .list.t_lift dl:nth-child(4) dt::before { background-image: url(../image/s05_01_ml_point_ic04.png); }
.ml_point .wrap .list.s_cell dl:nth-child(1) dt::before { background-image: url(../image/s05_04_ml_point_ic01.png); }
.ml_point .wrap .list.s_cell dl:nth-child(2) dt::before { background-image: url(../image/s05_04_ml_point_ic02.png); background-size: auto 90%; }
.ml_point .wrap .list.s_cell dl:nth-child(3) dt::before { background-image: url(../image/s05_04_ml_point_ic03.png); }
.ml_point .wrap .list.s_cell dl:nth-child(4) dt::before { background-image: url(../image/s05_04_ml_point_ic04.png); background-size: auto 90%; }
.ml_point .wrap .list.s_cell dl:nth-child(5) dt::before { background-image: url(../image/s05_04_ml_point_ic05.png); }
.ml_point .wrap .list.s_cell dl:nth-child(6) dt::before { background-image: url(../image/s05_04_ml_point_ic06.png); }
.ml_point .wrap .list dl dd { font-size: 16px; line-height: 150%; }
.ml_point .wrap .list dl dd p { margin-top: 20px; color: #aeaeae; }
@media screen and (max-width:1600px) {
.ml_point .wrap .list dl dd br { display: none; }
}
@media screen and (max-width:1400px) {
.ml_point { padding: 80px 30px 100px; }
.ml_point .wrap .tit_area .t_tx { font-size: 16px; margin-bottom: 20px; }
.ml_point .wrap .tit_area h3 { margin-bottom: 20px; }
.ml_point .wrap .tit_area .s_tx { font-size: 16px; }
.ml_point .wrap .tit_area .s_tx b { font-size: 17px; margin-bottom: 12px; }
.ml_point .wrap .list { padding-top: 250px; gap: 60px; }
.ml_point .wrap .list.t_lift { padding-top: 130px; }
.ml_point .wrap .list dl { width: calc(50% - 30px); }
.ml_point.s6 .wrap .list dl { width: calc(33.3% - 40px); }
.ml_point .wrap .list dl dt { font-size: 16px; margin-bottom: 15px; }
.ml_point .wrap .list dl dt::before { height: 45px; margin-bottom: 20px; }
.ml_point .wrap .list dl dd { font-size: 14px; }
.ml_point .wrap .list dl dd p { margin-top: 15px; }
}
@media screen and (max-width:1024px) {
.ml_point { padding: 40px 15px 60px; }
.ml_point .wrap { flex-direction: column; }
.ml_point .wrap > * { width: auto !important; }
.ml_point .wrap .tit_area { text-align: center; }
.ml_point .wrap .tit_area .t_tx { font-size: 14px; margin-bottom: 15px; }
.ml_point .wrap .tit_area h3 { margin-bottom: 15px; }
.ml_point .wrap .tit_area .s_tx { font-size: 14px; }
.ml_point .wrap .tit_area .s_tx b { font-size: 15px; margin-bottom: 10px; }
.ml_point .wrap .list { max-width: 700px; padding: 60px 20px 0; gap: 40px 30px; text-align: center; margin: 0 auto; }
.ml_point .wrap .list.t_lift { padding-top: 60px; }
.ml_point .wrap .list dl { width: calc(50% - 15px); }
.ml_point.s6 .wrap .list dl { width: calc(50% - 15px); }
.ml_point .wrap .list dl dt { font-size: 14px; margin-bottom: 15px; }
.ml_point .wrap .list dl dt::before { height: 35px; margin-bottom: 15px; background-position: center 0; }
.ml_point .wrap .list dl dd { font-size: 13px; max-width: 250px; margin: 0 auto; }
.ml_point .wrap .list dl dd p { margin-top: 15px; }
}

.first_choice { background: #f5f5f5; padding: 190px 70px 200px; text-align: center; }
.first_choice .t_tx { font-family: 'Montserrat'; font-size: 30px; font-weight: 300; margin-bottom: 40px; letter-spacing: -2px; }
.first_choice .t_tx em { font-family: 'Ivy Journal'; font-weight: 400; font-style: italic; }
.first_choice .m_tx { font-size: 58px; line-height: 120%; margin-bottom: 25px; letter-spacing: -3px; }
.first_choice .s_tx { font-size: 20px; line-height: 150%; font-weight: 700; }
@media screen and (max-width:1400px) {
.first_choice { padding: 120px 30px 130px; }
.first_choice .t_tx { font-size: 24px; margin-bottom: 30px; letter-spacing: -1.5px; }
.first_choice .m_tx { font-size: 45px; margin-bottom: 18px; letter-spacing: -2px; }
.first_choice .s_tx { font-size: 16px; }
}
@media screen and (max-width:1024px) {
.first_choice { padding: 80px 20px 90px; }
.first_choice .t_tx { font-size: 20px; margin-bottom: 20px; letter-spacing: -1px; }
.first_choice .m_tx { font-size: 32px; margin-bottom: 15px; letter-spacing: -1px; }
.first_choice .s_tx { font-size: 14px; }
.first_choice .s_tx br { display: none; }
}

.hair_design { padding: 100px 70px 240px; text-align: center; }
.hair_design h3 { margin-bottom: 30px; }
.hair_design p { font-size: 20px; line-height: 150%; font-weight: 300; margin-bottom: 90px; }
.hair_design .list { display: flex; justify-content: center; gap: 78px; }
.hair_design .list li { width: 25%; }
.hair_design .list li img { max-width: 100%; }
.hair_design .list li span { display: inline-block; line-height: 40px; padding: 0 20px; background: #000; border-radius: 20px; font-size: 20px; color: #fff; font-weight: 300; margin-top: 30px; }
@media screen and (max-width:1400px) {
.hair_design { padding: 70px 30px 180px; }
.hair_design h3 { margin-bottom: 20px; }
.hair_design p { font-size: 16px; margin-bottom: 60px; }
.hair_design .list { gap: 60px; }
.hair_design .list li { width: 25%; }
.hair_design .list li span { line-height: 32px; padding: 0 16px; font-size: 16px; margin-top: 20px; }
}
@media screen and (max-width:1024px) {
.hair_design { padding: 40px 15px 100px; }
.hair_design h3 { margin-bottom: 15px; }
.hair_design p { font-size: 14px; margin-bottom: 40px; }
.hair_design .list { max-width: 600px; gap: 40px 20px; flex-wrap: wrap; margin: 0 auto; }
.hair_design .list li { width: calc(50% - 10px); }
.hair_design .list li .ill { max-width: 150px; margin: 0 auto; }
.hair_design .list li span { line-height: 32px; padding: 0 16px; font-size: 16px; margin-top: 15px; }
}

.hair_design .smp_darea { flex-wrap: wrap; max-width: 800px; margin: 0 auto; gap: 60px 120px; }
.hair_design .smp_darea li { width: calc(33.3% - 80px); }
.hair_design .smp_darea li .ill { margin-bottom: 20px; }
.hair_design .smp_darea li dl { font-size: 20px; line-height: 150%; font-weight: 300; }
.hair_design .smp_darea li dl dt { font-size: 23px; font-weight: 600; }
@media screen and (max-width:1400px) {
.hair_design .smp_darea { gap: 40px 75px; max-width: 600px; }
.hair_design .smp_darea li { width: calc(33.3% - 50px); }
.hair_design .smp_darea li .ill { margin-bottom: 15px; }
.hair_design .smp_darea li dl { font-size: 16px; }
.hair_design .smp_darea li dl dt { font-size: 18px; }
}
@media screen and (max-width:1024px) {
.hair_design .smp_darea { gap: 25px 30px; }
.hair_design .smp_darea li { width: calc(33.3% - 20px); }
.hair_design .smp_darea li .ill { margin-bottom: 12px; }
.hair_design .smp_darea li .ill img { width: 80px; }
.hair_design .smp_darea li dl { font-size: 13px; }
.hair_design .smp_darea li dl dt { font-size: 15px; }
}

.fw300 { font-weight: 300 !important; }

.ps_detail .app_area .wrap { display: flex; }
.ps_detail .app_area .wrap .ph { width: 50%; min-height: 660px; background: center center/cover; }
.ps_detail .app_area .wrap .tx { width: calc(50% - 140px); padding: 100px 70px 35px; }
.ps_detail .app_area .wrap .tx .t_tx { font-family: 'Montserrat'; font-size: 20px; font-weight: 300; margin-bottom: 30px; }
.ps_detail .app_area .wrap .tx .s_tx { margin-top: 30px; font-size: 22px; line-height: 140%; display: flex; flex-direction: column; gap: 20px; }
.ps_detail .app_area .wrap .tx .list { margin-top: 30px; font-size: 22px; line-height: 227%; }
@media screen and (max-width:1400px) {
.ps_detail .app_area .wrap .ph { min-height: 500px; }
.ps_detail .app_area .wrap .tx { width: calc(50% - 60px); padding: 70px 30px; }
.ps_detail .app_area .wrap .tx .t_tx { font-size: 16px; margin-bottom: 20px; }
.ps_detail .app_area .wrap .tx .s_tx { margin-top: 25px; font-size: 17px; gap: 15px; }
.ps_detail .app_area .wrap .tx .list { margin-top: 45px; font-size: 17px; }
}
@media screen and (max-width:1024px) {
.ps_detail .app_area .wrap { flex-direction: column; }
.ps_detail .app_area .wrap .ph { width: auto; height: 0; min-height: 0; padding-bottom: 90%; background-position: 0; }
.ps_detail .app_area .wrap .tx { width: auto; padding: 30px 15px; }
.ps_detail .app_area .wrap .tx .t_tx { font-size: 14px; margin-bottom: 15px; }
.ps_detail .app_area .wrap .tx .s_tx { margin-top: 15px; font-size: 14px; gap: 12px; }
.ps_detail .app_area .wrap .tx .list { margin-top: 20px; font-size: 14px; }
}

.ulthera_exp { text-align: center; padding: 95px 70px 235px; }
.ulthera_exp .t_tx { font-size: 20px; font-weight: 300; line-height: 150%; margin: 30px 0 145px; }
.ulthera_exp .ph { max-width: 827px; margin: 0 auto 75px; }
.ulthera_exp .ph img { width: 100%; }
.ulthera_exp dl dt { font-size: 29px; line-height: 124%; font-weight: 600; margin-bottom: 30px; }
.ulthera_exp dl dd { font-size: 20px; font-weight: 300; line-height: 150%; }
@media screen and (max-width:1400px) {
.ulthera_exp { padding: 70px 30px 150px; }
.ulthera_exp .t_tx { font-size: 16px; margin: 20px 0 100px; }
.ulthera_exp .ph { max-width: 700px; margin: 0 auto 45px; }
.ulthera_exp dl dt { font-size: 24px; margin-bottom: 20px; }
.ulthera_exp dl dd { font-size: 16px; }
}
@media screen and (max-width:1024px) {
.ulthera_exp { padding: 30px 15px 80px; }
.ulthera_exp .t_tx { font-size: 14px; margin: 15px 0 60px; }
.ulthera_exp dl dt { font-size: 20px; margin-bottom: 15px; }
.ulthera_exp dl dd { font-size: 14px; }
}

.find_program { padding: 115px 70px 150px; }
.find_program h3 { text-align: center; margin-bottom: 105px; }
.find_program .con { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 140px; } /*250818 max-width:820>1200*/
.find_program .con .unit { display: flex; flex-wrap: wrap; gap: 30px 70px; }
.find_program .con .unit .tx { width: calc(50% - 50px); }
.find_program .con .unit .tx .num { font-size: 15px; font-weight: 600; line-height: 100%; height: 25px; }
.find_program .con .unit .tx dt { font-size: 25px; font-weight: 600; line-height: 120%; margin-bottom: 30px; }
.find_program .con .unit .tx dt em { font-size: 16px; color: #757575; font-weight: normal; }
.find_program .con .unit .tx dd { font-size: 17px; line-height: 150%; font-weight: 300; }
.find_program .con .unit .img { width: calc(50% - 20px); min-height: 220px; background: center center/cover; border-radius: 20px; margin-top: 25px; }
.find_program .con .unit .list { width: 100%; display: flex;  gap: 25px; }
.find_program .con .unit .list li { flex: 1 1 auto; min-width: 0; padding: 15px 20px; background: #eee; border-radius: 15px; text-align: center; font-size: 16px;  width:33.3%; } /*250818 width33.3%추가*/
.find_program .con .unit .list li em { display: block; font-weight: 600; margin-bottom: 10px; }
@media screen and (max-width:1400px) {
.find_program { padding: 75px 30px 90px; }
.find_program h3 { margin-bottom: 70px; }
.find_program .con { gap: 90px;  }  /*250818 max-width:740 삭제*/
.find_program .con .unit { gap: 20px 50px; }
.find_program .con .unit .tx { width: calc(50% - 30px); }
.find_program .con .unit .tx .num { font-size: 13px; height: 20px; }
.find_program .con .unit .tx dt { font-size: 20px; margin-bottom: 15px; }
.find_program .con .unit .tx dt em { font-size: 14px; }
.find_program .con .unit .tx dd { font-size: 15px; }
.find_program .con .unit .img { min-height: 180px; border-radius: 15px; margin-top: 20px; }
.find_program .con .unit .list { gap: 18px; }
.find_program .con .unit .list li { padding: 12px 15px; border-radius: 12px; font-size: 14px;} 
.find_program .con .unit .list li em { margin-bottom: 8px; }
}
@media screen and (max-width:640px) {
.find_program { padding: 30px 15px 50px; }
.find_program h3 { margin-bottom: 30px; }
.find_program .con { gap: 30px; }
.find_program .con .unit { gap: 30px 20px; }
.find_program .con .unit .tx { width: calc(100% - 100px); }
.find_program .con .unit .tx .num { font-size: 11px; }
.find_program .con .unit .tx dt { font-size: 16px; margin-bottom: 12px; }
.find_program .con .unit .tx dt em { font-size: 12px; }
.find_program .con .unit .tx dd { font-size: 13px; }
.find_program .con .unit .img { width: 80px; min-height: 0; border-radius: 10px; }
.find_program .con .unit .list { gap: 10px; }
.find_program .con .unit .list li { padding: 10px; border-radius: 8px; font-size: 12px; }
.find_program .con .unit .list li em { margin-bottom: 5px; }
}

.lase_equipment { padding: 115px 70px 150px; }
.lase_equipment h3 { text-align: center; margin-bottom: 105px; }
.lase_equipment .con { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 140px; } /*250818 max-width:820>1200*/
.lase_equipment .con .unit { display: flex; flex-wrap: wrap; gap: 30px 70px; }
.lase_equipment .con .unit .tx { width: calc(50% - 50px); }
.lase_equipment .con .unit .tx .num { font-size: 15px; font-weight: 600; line-height: 100%; height: 25px; }
.lase_equipment .con .unit .tx dt { font-size: 25px; font-weight: 600; line-height: 120%; margin-bottom: 30px; }
.lase_equipment .con .unit .tx dt em { font-size: 16px; color: #757575; font-weight: normal; }
.lase_equipment .con .unit .tx dd { font-size: 17px; line-height: 150%; font-weight: 300; }
.lase_equipment .con .unit .img { width: calc(50% - 20px); min-height: 300px; background: center center/contain; background-repeat:no-repeat; border-radius: 20px; margin-top: 25px; } /*250827수정 cover>contain no-repeat추가*/
.lase_equipment .con .unit .list { width: 100%; display: flex;  gap: 25px; }
.lase_equipment .con .unit .list li { flex: 1 1 auto; min-width: 0; padding: 15px 20px; background: #eee; border-radius: 15px; text-align: center; font-size: 16px; }
.lase_equipment .con .unit .list li em { display: block; font-weight: 600; margin-bottom: 10px; }
@media screen and (max-width:1400px) {
.lase_equipment { padding: 75px 30px 90px; }
.lase_equipment h3 { margin-bottom: 70px; }
.lase_equipment .con { gap: 90px;  }  /*250818 max-width:740 삭제*/
.lase_equipment .con .unit { gap: 20px 50px; }
.lase_equipment .con .unit .tx { width: calc(50% - 30px); }
.lase_equipment .con .unit .tx .num { font-size: 13px; height: 20px; }
.lase_equipment .con .unit .tx dt { font-size: 20px; margin-bottom: 15px; }
.lase_equipment .con .unit .tx dt em { font-size: 14px; }
.lase_equipment .con .unit .tx dd { font-size: 15px; }
.lase_equipment .con .unit .img { min-height: 250px; border-radius: 15px; margin-top: 20px; }
.lase_equipment .con .unit .list { gap: 18px; }
.lase_equipment .con .unit .list li { padding: 12px 15px; border-radius: 12px; font-size: 14px; }
.lase_equipment .con .unit .list li em { margin-bottom: 8px; }
}
@media screen and (max-width:640px) {
.lase_equipment { padding: 30px 15px 50px; }
.lase_equipment h3 { margin-bottom: 30px; }
.lase_equipment .con { gap: 30px; }
.lase_equipment .con .unit { gap: 10px 20px; }
.lase_equipment .con .unit .tx { width: 100% }
.lase_equipment .con .unit .tx .num { font-size: 11px; }
.lase_equipment .con .unit .tx dt { font-size: 16px; margin-bottom: 12px; }
.lase_equipment .con .unit .tx dt em { font-size: 12px; }
.lase_equipment .con .unit .tx dd { font-size: 13px; }
.lase_equipment .con .unit .img { width: 100%; border-radius: 10px; margin:0; }
.lase_equipment .con .unit .list { gap: 10px; }
.lase_equipment .con .unit .list li { padding: 10px; border-radius: 8px; font-size: 12px; }
.lase_equipment .con .unit .list li em { margin-bottom: 5px; }
}


.procedure_type { padding: 135px 70px; }
.procedure_type .con { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 190px; }/*250818 max-width:820>1200*/
.procedure_type .con .unit { display: flex; gap: 70px; }
.procedure_type .con .unit .tx { width: calc(50% - 50px); }
.procedure_type .con .unit .ph { width: calc(50% - 20px); }
.procedure_type .con .unit .ph img { width: 100%; }
.procedure_type .con .unit .tx dt { font-size: 25px; font-weight: 600; line-height: 120%; margin-bottom: 30px; }
.procedure_type .con .unit .tx dt span { display: block; font-size: 15px; margin-bottom: 2px; }
.procedure_type .con .unit .tx dt em { font-size: 16px; color: #757575; font-weight: normal; }
.procedure_type .con .unit .tx dd { font-size: 17px; line-height: 150%; font-weight: 300; }
@media screen and (max-width:1400px) {
.procedure_type { padding: 75px 30px; }
.procedure_type .con { gap: 120px; }/*250818 max-width:740 삭제*/
.procedure_type .con .unit { gap: 50px; }
.procedure_type .con .unit .tx { width: calc(50% - 30px); }
.procedure_type .con .unit .tx dt { font-size: 20px; margin-bottom: 15px; }
.procedure_type .con .unit .tx dt span { font-size: 13px; margin-bottom: 0; }
.procedure_type .con .unit .tx dt em { font-size: 15px; }
.procedure_type .con .unit .tx dd { font-size: 15px; }
}
@media screen and (max-width:640px) {
.procedure_type { padding: 30px 15px; }
.procedure_type .con { gap: 30px; } /*250818 max-width:740 삭제*/
.procedure_type .con .unit { gap: 20px; flex-direction: column-reverse; }
.procedure_type .con .unit .tx,
.procedure_type .con .unit .ph { width: auto; }
.procedure_type .con .unit .tx dt { font-size: 16px; margin-bottom: 10px; }
.procedure_type .con .unit .tx dt span { font-size: 12px; }
.procedure_type .con .unit .tx dt em { font-size: 13px; }
.procedure_type .con .unit .tx dd { font-size: 13px; }
}

.check_point.ty2 .tx { padding: 60px 70px; }
.check_point.ty2 .tx .g_tit { font-size: 46px; line-height: 140%; }
.check_point.ty2 .tx .g_tit b { font-size: 58px; }

.check_point.ty3 { padding: 245px 0; }
.check_point.ty3 .wrap { flex-direction: row-reverse; }
.check_point.ty3 .wrap .ph { width: calc(50% + 50px); height: 905px; }
.check_point.ty3 .wrap .tx { width: calc(50% - 285px); padding: 0 105px 0 130px; display: flex; flex-direction: column; justify-content: center; gap: 40px; }
.check_point.ty3 .wrap .tx dl dt { font-size: 35px; font-weight: 700; margin-bottom: 30px; }
.check_point.ty3 .wrap .tx dl dt span { display: block; font-size: 25px; font-weight: 300; }
.check_point.ty3 .wrap .tx dl dd { font-size: 20px; line-height: 150%; font-weight: 300; }
@media screen and (max-width:1400px) {
.check_point.ty2 .tx { padding: 30px; }
.check_point.ty2 .tx .g_tit { font-size: 36px; line-height: 130%; }
.check_point.ty2 .tx .g_tit b { font-size: 44px; }

.check_point.ty3 { padding: 150px 0; }
.check_point.ty3 .wrap .ph { width: calc(50% + 25px); height: 630px; }
.check_point.ty3 .wrap .tx { width: calc(50% - 175px); padding: 0 70px 0 80px; gap: 25px; }
.check_point.ty3 .wrap .tx dl dt { font-size: 25px; margin-bottom: 20px; }
.check_point.ty3 .wrap .tx dl dt span { font-size: 20px; }
.check_point.ty3 .wrap .tx dl dd { font-size: 16px; }
}
@media screen and (max-width:1024px) {
.check_point.ty2 .tx { padding: 15px; }
.check_point.ty2 .tx .g_tit { font-size: 24px; }
.check_point.ty2 .tx .g_tit b { font-size: 32px; }

.check_point.ty3 { padding: 0 0 30px; }
.check_point.ty3 .wrap { flex-direction: column; }
.check_point.ty3 .wrap .ph { width: auto; height: 0; padding-bottom: 100%; }
.check_point.ty3 .wrap .tx { width: auto; padding: 15px; gap: 20px; }
.check_point.ty3 .wrap .tx dl dt { font-size: 20px; margin-bottom: 15px; }
.check_point.ty3 .wrap .tx dl dt span { font-size: 16px; }
.check_point.ty3 .wrap .tx dl dd { font-size: 14px; }
}

.community { padding: 200px 70px 265px; max-width: 1520px; margin: 0 auto; }
.community .tit_area { margin-bottom: 210px; text-align: center; }
.community .tit_area h2 { font-family: 'Montserrat'; font-size: 100px; font-weight: 300; margin-bottom: 15px; letter-spacing: -3px; }
.community .tit_area h2 b { font-family: 'Ivy Journal'; font-weight: 400; font-style: italic; }
.community .tit_area p { font-size: 20px; line-height: 150%; font-weight: 500; }

.tb_board { width: 100%; color: #343434; text-align: center; table-layout: fixed; }
.tb_board tr>* { border-bottom: 1px solid #a0a0a0; }
.tb_board col { width: 10%; }
.tb_board col.tit { width: 70%; }
.tb_board.cousultation col.tit { width: 60%; }
.tb_board th { height: 90px; font-size: 18px; font-weight: 400; }
.tb_board th::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 18px; background: #c9c9c9; }
.tb_board th:last-child:after { display: none; }
.tb_board td { height: 74px; font-size: 17px; }
.tb_board td.tit { text-align: left; padding: 0 35px; }
.tb_board td.tit a { display: inline-block; max-width: 100%; color: #343434; vertical-align: top; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.pagination { text-align: center; margin-top: 105px; }
.pagination a { display: inline-block; vertical-align: top; margin: 0 5px; }
.pagination a.pn { text-align: left; text-indent: -9999px; height: 34px; width: 34px; background: no-repeat center center/auto 11px; border-radius: 100%; border: 1px solid #c0c0c0; }
.pagination a.pn.first { background-image: url(/_assets/image/pn_first.png); }
.pagination a.pn.prev { background-image: url(/_assets/image/pn_prev.png); }
.pagination a.pn.next { background-image: url(/_assets/image/pn_next.png); }
.pagination a.pn.last { background-image: url(/_assets/image/pn_last.png); }
.pagination span a { line-height: 36px; font-size: 17px; color: #343434; font-weight: 300; margin: 0 10px; }
.pagination span a:hover { text-decoration: none; }
.pagination span a.on::after { content: ''; position: absolute; bottom: 2px; left: -3px; right: -3px; height: 2px; background: #000; }

.board_search { max-width: 630px; margin: 40px auto 0; display: flex; gap: 10px; }
.board_search >*{ flex: 1 1 auto; }
.board_search select,
.board_search input { height: 42px; border: 1px solid #cdcdcd; background: #f7f7f7; font-size: 17px; color: #484848; font-weight: 300; padding: 0 10px; }
.board_search .bt_search { width: 80px; line-height: 42px; background: #333; border-radius: 5px; font-size: 19px; color: #fff; font-weight: 300; text-align: center; }

.as_state { display: inline-block; width: 83px; line-height: 35px; border-radius: 5px; font-size: 17px; color: #fff; font-weight: 300; text-align: center; background: #686868; }
.as_state.on { background: #a49b8c; }

@media screen and (max-width:1400px) {
.community { padding: 150px 30px 180px; }
.community .tit_area { margin-bottom: 150px; }
.community .tit_area h2 { font-size: 70px; margin-bottom: 12px; letter-spacing: -2px; }
.community .tit_area p { font-size: 16px; }

.tb_board th { height: 65px; font-size: 15px; }
.tb_board th::after { height: 14px; }
.tb_board td { height: 58px; font-size: 14px; }
.tb_board td.tit { padding: 0 25px; }

.pagination { margin-top: 60px; }
.pagination a { margin: 0 3px; }
.pagination a.pn { height: 28px; width: 28px; background-size: auto 9px; }
.pagination span a { line-height: 30px; font-size: 15px; margin: 0 8px; }

.board_search { max-width: 530px; margin-top: 30px; gap: 8px; }
.board_search select,
.board_search input { height: 36px; font-size: 15px; }
.board_search .bt_search { width: auto; line-height: 36px; border-radius: 3px; font-size: 16px; }

.as_state { width: 70px; line-height: 32px; font-size: 15px; }
}
@media screen and (max-width:1024px) {
.community { padding: 120px 15px 150px; }
.community .tit_area { margin-bottom: 100px; }
.community .tit_area h2 { font-size: 40px; margin-bottom: 10px; letter-spacing: -1px; }
.community .tit_area p { font-size: 14px; }

.tb_board col { width: 17%; }
.tb_board col.tit { width: 49%; }
.tb_board.cousultation col.num { width: 10%; }
.tb_board.cousultation col.tit { width: 39%; }
.tb_board th { height: 45px; font-size: 13px; }
.tb_board th::after { height: 12px; }
.tb_board td { height: 42px; font-size: 12px; }
.tb_board td.tit { padding: 0 10px; }

.pagination { margin-top: 30px; }
.pagination a.pn { height: 23px; width: 23px; background-size: auto 8px; }
.pagination span a { line-height: 25px; font-size: 13px; margin: 0 6px; }

.board_search { margin-top: 20px; gap: 5px; }
.board_search select,
.board_search input { height: 32px; font-size: 12px; padding: 0 5px; }
.board_search input { padding: 0 8px; }
.board_search .bt_search { line-height: 32px; font-size: 13px; }

.as_state { width: 55px; line-height: 25px; font-size: 11px; }
}
@media screen and (max-width:420px) {
.community .tit_area h2 { font-size: 36px; }
.tb_board th { font-size: 12px; }
.tb_board td { font-size: 11px; }
.as_state { width: 50px; }
}


.community.rev .tit_area { margin-bottom: 120px; }
.community .online_reservation { max-width: 1200px; display: flex; flex-direction: column; gap: 85px; margin: 0 auto; }
.community .online_reservation .unit h3 { font-size: 40px; font-weight: 600; line-height: 100%; padding-bottom: 35px; border-bottom: 1px solid #d2d2d2; }
.community .online_reservation .unit h3 i { font-size: 30px; font-weight: 500; color: #ff6c00; }
.community .online_reservation .unit .t_guide { position: absolute; top: 10px; right: 0; font-size: 22px; font-weight: 500; color: #9c9c9c; }
.community .online_reservation .unit .u_info dl { border-bottom: 1px solid #e8e8e8; line-height: 150px; display: flex; }
.community .online_reservation .unit .u_info dl dt { width: 130px; font-size: 30px; font-weight: 500; }
.community .online_reservation .unit .u_info dl dd { width: calc(100% - 130px); }
.community .online_reservation .unit .u_info dl dd input { width: 100%; height: 150px; border: 0; outline: 0; font-size: 24PX; font-weight: 500; }
.community .online_reservation .unit .sj_select { padding: 60px 0; border-bottom: 1px solid #e8e8e8; }
.community .online_reservation .unit .sj_select select { width: 260px; height: 48px; border: 2px solid #bdbdbd; border-radius: 25px; padding: 0 13px; font-size: 26px; appearance: none; }
.community .online_reservation .unit .sj_select span { display: inline-block; }
.community .online_reservation .unit .sj_select span::after { content: ''; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); width: 14px; height: 8px; background: url(../image/arr_sel.png); }
.community .online_reservation .unit .rt_select { padding: 50px 0 20px; border-bottom: 1px solid #e8e8e8; display: flex; gap: 60px; }
.community .online_reservation .unit .rt_select .cal { width: calc(50% - 30px); }
.community .online_reservation .unit .rt_select .cal .h_area { margin-bottom: 10px; text-align: center; font-size: 27px; font-weight: 700; }
.community .online_reservation .unit .rt_select .cal .h_area a { position: absolute; top: 50%; transform: translateY(-50%); display: block; background: no-repeat center center/auto 100%; width: 30px; height: 27px; text-align: left; text-indent: -9999px; }
.community .online_reservation .unit .rt_select .cal .h_area a.bt_prev { left: 10px; background-image: url(../image/cal_bt_prev.png); }
.community .online_reservation .unit .rt_select .cal .h_area a.bt_next { right: 10px; background-image: url(../image/cal_bt_next.png); }

.tb_calendar { width: 100%; text-align: center; }
.tb_calendar tr>* { width: 14.28%; height: 70px; }
.tb_calendar th { font-size: 20px; }
.tb_calendar td { font-size: 17px; }
.tb_calendar td a.on, .tb_calendar td.today a { color: #b28761; font-weight: 700; }

.community .online_reservation .unit .rt_select .time { width: calc(50% - 90px); padding-right: 60px; }
.community .online_reservation .unit .rt_select .time { padding-top: 70px; }
.community .online_reservation .unit .rt_select .time .list { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.community .online_reservation .unit .rt_select .time .list li { width: calc(16.6% - 10px); }
.community .online_reservation .unit .rt_select .time .list li a { display: block; line-height: 33px; background: #ededed; border: 1px solid #e5e5e5; border-radius: 5px; font-size: 16px; color: #323232; text-align: center; }
.community .online_reservation .unit .rt_select .time .list li a.on { background: #b39d8a; border-color: #b39d8a; color: #fff; }
.community .online_reservation .unit .rt_select .time .rv_guide { padding: 25px; background: #eee; border-radius: 5px; display: flex; flex-direction: column; gap: 15px; }
.community .online_reservation .unit .rt_select .time .rv_guide li { padding-left: 15px; font-size: 18px; color: #323232; line-height: 120%; }
.community .online_reservation .unit .rt_select .time .rv_guide li::before { content: '※'; position: absolute; top: 0; left: 0; }
.community .online_reservation .unit .rt_select .time .rv_guide li span { display: block; font-size: 13px; color: #8a8a8a; font-weight: 300; }
.community .online_reservation .unit textarea.add_inquiries { width: 100%; height: 335px; border: 1px solid #c4c4c4; border-radius: 5px; font-size: 25px; font-weight: 300; line-height: 140%; margin-top: 70px; padding: 20px; }
.community .online_reservation .bt_rev { display: block; margin: 35px auto 0; width: 260px; line-height: 70px; background: #626262; font-size: 30px; color: #fff; font-weight: 500; text-align: center; border-radius: 35px; }

.tb_calendar td.on a {display: inline-block;position: relative;width: 28px;height: 28px;line-height: 28px;text-align: center;border-radius: 50%;background: red;color: #fff;font-weight: bold;}
.tb_calendar td.today.on a {color:#fff;}

@media screen and (max-width:1400px) {
.community.rev .tit_area { margin-bottom: 80px; }
.community .online_reservation { gap: 60px; }
.community .online_reservation .unit h3 { font-size: 32px; padding-bottom: 25px; }
.community .online_reservation .unit h3 i { font-size: 24px; }
.community .online_reservation .unit .t_guide { top: 5px; font-size: 18px; }
.community .online_reservation .unit .u_info dl { line-height: 120px; }
.community .online_reservation .unit .u_info dl dt { width: 100px; font-size: 24px; }
.community .online_reservation .unit .u_info dl dd { width: calc(100% - 100px); }
.community .online_reservation .unit .u_info dl dd input { height: 120px; font-size: 18px; }
.community .online_reservation .unit .sj_select { padding: 40px 0; }
.community .online_reservation .unit .sj_select select { width: 200px; height: 40px; font-size: 20px; }
.community .online_reservation .unit .sj_select span::after { right: 14px; width: 12px; height: 7px; }
.community .online_reservation .unit .rt_select { padding: 35px 0 10px; gap: 30px; }
.community .online_reservation .unit .rt_select .cal { width: 50%; }
.community .online_reservation .unit .rt_select .cal .h_area { margin-bottom: 5px; font-size: 22px; }
.community .online_reservation .unit .rt_select .cal .h_area a { width: 24px; height: 24px; }
.community .online_reservation .unit .rt_select .cal .h_area a.bt_prev { left: 8px; }
.community .online_reservation .unit .rt_select .cal .h_area a.bt_next { right: 8px; }

.tb_calendar tr>* { height: 60px; }
.tb_calendar th { font-size: 18px; }
.tb_calendar td { font-size: 15px; }

.community .online_reservation .unit .rt_select .time { width: calc(50% - 30px); padding-right: 0; }
.community .online_reservation .unit .rt_select .time { padding-top: 55px; }
.community .online_reservation .unit .rt_select .time .list { gap: 6px; margin-bottom: 20px; }
.community .online_reservation .unit .rt_select .time .list li { width: calc(16.6% - 5px); }
.community .online_reservation .unit .rt_select .time .list li a { line-height: 28px; font-size: 14px; }
.community .online_reservation .unit .rt_select .time .rv_guide { padding: 20px; gap: 12px; }
.community .online_reservation .unit .rt_select .time .rv_guide li { padding-left: 12px; font-size: 15px; }
.community .online_reservation .unit .rt_select .time .rv_guide li span { font-size: 12px; }
.community .online_reservation .unit textarea.add_inquiries { height: 285px; font-size: 18px; margin-top: 40px; padding: 15px; }
.community .online_reservation .bt_rev { margin: 30px auto 0; width: 220px; line-height: 60px; font-size: 24px; }
}
@media screen and (max-width:640px) {
.community.rev .tit_area { margin-bottom: 40px; }
.community .online_reservation { gap: 40px; }
.community .online_reservation .unit h3 { font-size: 22px; padding-bottom: 15px; }
.community .online_reservation .unit h3 i { font-size: 18px; }
.community .online_reservation .unit .t_guide { top: 0; font-size: 14px; }
.community .online_reservation .unit .u_info dl { line-height: 80px; }
.community .online_reservation .unit .u_info dl dt { width: 80px; font-size: 18px; }
.community .online_reservation .unit .u_info dl dd { width: calc(100% - 80px); }
.community .online_reservation .unit .u_info dl dd input { height: 80px; font-size: 16px; }
.community .online_reservation .unit .sj_select { padding: 20px 0; }
.community .online_reservation .unit .sj_select select { width: 180px; height: 36px; font-size: 18px; }
.community .online_reservation .unit .sj_select span::after { right: 14px; width: 12px; height: 7px; }
.community .online_reservation .unit .rt_select { padding: 35px 0 10px; gap: 0; flex-direction: column; }
.community .online_reservation .unit .rt_select .cal { width: 100%; }
.community .online_reservation .unit .rt_select .cal .h_area { font-size: 20px; margin-bottom: 10px; }
.community .online_reservation .unit .rt_select .cal .h_area a { width: 20px; height: 20px; }

.tb_calendar tr>* { height: 40px; }
.tb_calendar th { font-size: 16px; }
.tb_calendar td { font-size: 14px; }

.community .online_reservation .unit .rt_select .time { width: 100%; padding-right: 0; }
.community .online_reservation .unit .rt_select .time { padding-top: 30px; }
.community .online_reservation .unit .rt_select .time .list li a { line-height: 26px; font-size: 13px; }
.community .online_reservation .unit .rt_select .time .rv_guide { padding: 18px; }
.community .online_reservation .unit .rt_select .time .rv_guide li { padding-left: 10px; font-size: 14px; }
.community .online_reservation .unit textarea.add_inquiries { height: 225px; font-size: 15px; margin-top: 20px; padding: 12px; }
.community .online_reservation .bt_rev { margin: 10px auto 0; width: 170px; line-height: 45px; font-size: 20px; }
}

.community .b_btn { text-align: right; margin-top: 20px; padding: 0 25px; }
.community .b_btn a { display: inline-block; line-height: 43px; border: 1px solid #bebebe; border-radius: 5px; padding: 0 15px; font-size: 20px; font-weight: 300; margin-left: 15px; }
@media screen and (max-width:1400px) {
.community .b_btn { margin-top: 15px; padding: 0 20px; }
.community .b_btn a { line-height: 38px; padding: 0 12px; font-size: 16px; margin-left: 12px; }
}
@media screen and (max-width:1024px) {
.community .b_btn { margin-top: 12px; padding: 0; }
.community .b_btn a { line-height: 30px; padding: 0 10px; font-size: 14px; margin-left: 10px; }
}

.before_after { max-width: 1200px; margin: 0 auto; }
ul.tab_ba { display: flex; border-right: 1px solid #d8d8d8; }
ul.tab_ba li { width: 25%; border: 1px solid #d8d8d8; border-right: 0; }
ul.tab_ba li a { display: block; line-height: 50px; font-size: 28px; text-align: center; }
ul.tab_ba li.active a { color: #fff; background: #626262; }
.tab_ba_content { display: none; }
.tab_ba_content.on { display: block; }

ul.tab_ba_sub { display: flex; gap: 95px; padding: 0 80px; }
ul.tab_ba_sub li a { display: block; font-size: 22px; line-height: 95px; font-weight: 300; text-align: center; }
ul.tab_ba_sub li.active a { color: #85745f; font-weight: 600; }
.tab_ba_sub_content { display: none; }
.tab_ba_sub_content.on { display: block; }

.ba_viewer { margin-bottom: 70px; }
.ba_viewer .view { margin-bottom: 90px; display: flex; }
.ba_viewer .view::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 47px; height: 47px; background: url(../image/before_after_arr.png) 0/100%; box-shadow: 0 0 40px rgba(0,0,0,0.21); }
.ba_viewer .view>div { width: 50%; overflow: hidden; }
.ba_viewer .ph { background: center center/cover no-repeat; padding-bottom: 60%; } /*250909수정 no-repeat 81.1%>60%*/
.ba_viewer.off .before .ph { filter: blur(5px); }
.ba_viewer.off .before::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); }
.ba_viewer .view>div .t_tx { position: absolute; top: 12px; left: 18px; width: 60px; line-height: 20px; font-size: 17px; font-weight: 300; text-align: center; border: 1px solid #fff; border-radius: 21px; z-index: 1; }
.ba_viewer .view .before .t_tx { color: #fff; }
.ba_viewer .view .after .t_tx { color: #000; background: #fff; }
.ba_viewer .view>div .msg { position: absolute; top: 50%; left: 0; right: 0; /*transform: translateY(-50%);*/ font-size: 20px; color: #fff; font-weight: 300; text-align: center; z-index: 1; display: none; }
.ba_viewer.off .view>div .msg { display: block; }

.ba_viewer .list { display: flex; flex-wrap: wrap; gap: 18px; }
.ba_viewer .list li { width: calc(33.3% - 12px); display: flex; opacity: 0.67; }
.ba_viewer .list li.on { opacity: 1; }
.ba_viewer .list li>div { width: 50%; overflow: hidden; }
.ba_viewer .list li::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 19px; height: 19px; background: url(../image/before_after_arr.png) 0/100%; box-shadow: 0 0 20px rgba(0,0,0,0.21); }
.ba_viewer .list li .bt_view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -9999px; }

@media screen and (max-width:1400px) {
	ul.tab_ba li a { line-height: 40px; font-size: 22px; }

	ul.tab_ba_sub { gap: 50px; padding: 0 50px; }
	ul.tab_ba_sub li a { font-size: 18px; line-height: 65px; }

	.ba_viewer { margin-bottom: 30px; }
	.ba_viewer .view { margin-bottom: 30px; }
	.ba_viewer .view::after { width: 35px; height: 35px; }
	.ba_viewer .view>div .t_tx { top: 10px; left: 15px; width: 55px; line-height: 18px; font-size: 15px; }
	.ba_viewer .view>div .msg { font-size: 16px; }

	.ba_viewer .list { gap: 12px; }
	.ba_viewer .list li { width: calc(33.3% - 8px); }
	.ba_viewer .list li::after { width: 14px; height: 14px; }
	.tab_ba_sub_content .list { gap: 12px; }
	.tab_ba_sub_content .list li { width: calc(33.3% - 8px); }
	.tab_ba_sub_content .list li::after { width: 14px; height: 14px; }
}
@media screen and (max-width:1024px) {
ul.tab_ba li { flex: 1 1 auto; }
ul.tab_ba li a { line-height: 36px; font-size: 14px; }

ul.tab_ba_sub { gap: 20px; padding: 0; }
ul.tab_ba_sub li a { font-size: 13px; line-height: 40px; }

.ba_viewer { margin-bottom: 20px; }
.ba_viewer .view { margin-bottom: 20px; }
.ba_viewer .view::after { width: 25px; height: 25px; }
.ba_viewer .view>div .t_tx { top: 8px; left: 8px; width: 50px; line-height: 17px; font-size: 12px; }
.ba_viewer .view>div .msg { font-size: 13px; }

.ba_viewer .list { gap: 6px; }
.ba_viewer .list li { width: calc(50% - 3px); }
.tab_ba_sub_content .list { gap: 6px; }
.tab_ba_sub_content .list li { width: calc(50% - 3px); }
}
@media screen and (max-width:480px) {
ul.tab_ba li a { font-size: 13px; }
ul.tab_ba_sub { gap: 10px; }
ul.tab_ba_sub li a { font-size: 12px; }
}

#tm .language-switcher .language-options {
	display: none;
	position: absolute;
	top: 55px;
	left: auto;
	right: 0;
	min-width: 90px;
	padding: 5px 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	z-index: 101;
}

#tm .language-switcher.active .language-options {
	display: block;
}

#tm .language-options li a {
	line-height: 1.5;
	padding: 8px 15px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	white-space: nowrap;
}

#tm .language-options li a:hover {
	background-color: #f5f5f5;
}

#tm .language-options li::after {
	display: none;
}
@media screen and (max-width: 1024px) {
	#tm .language-switcher .language-options {
		top: 40px; /* 작은 화면 헤더 높이에 맞춤 */
	}
}

/*250815 게시판 추가*/
.community .agree { padding: 60px 40px; border: 1px solid #000; border-width: 2px 0 1px; background: #f7f7f7; }
.community .agree h3 { font-size: 34px; font-weight: 500; margin-bottom: 15px; }
.community .agree .box { border: 1px solid #000; background: #fff; height: 206px; padding: 25px 15px; font-size: 23px; line-height: 182%; margin-bottom: 20px; overflow: hidden; overflow-y: auto; }
.community .agree .check { font-size: 23px; font-weight: 300; }
.community .agree .check input { display: none; }
.community .agree .check input + label::before { content: ''; display: inline-block; width: 32px; height: 32px; background: #cecece no-repeat center center/15px; vertical-align: middle; margin: -3px 10px 0 0; }
.community .agree .check input:checked + label::before { background-image: url(../image/cb_on.png); }
.community .write h3 { margin: 60px 0 35px; font-size: 40px; font-weight: 600; padding: 0 30px; }
.community .write .form { border-top: 1px solid #000; }
.community .write .form .w_info { display: flex; flex-wrap: wrap; }
.community .write .form .w_info dl { width: 100%; border-bottom: 1px solid #000; padding: 30px 40px; height: 90px; display: flex; box-sizing: border-box; line-height: 30px; }
.community .write .form .w_info dl.name { width: 30%; }
.community .write .form .w_info dl.phone_num { width: 70%; }
.community .write .form .w_info dl.tit { width: 65%; }
.community .write .form .w_info dl.cate { width: 35%; }
.community .write .form .w_info dl.last::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 30px; background: #000; }
.community .write .form .w_info dl dt { width: 90px; font-size: 25px; }
.community .write .form .w_info dl.t_wide dt { width: 110px; }
.community .write .form .w_info dl dd { width: calc(100% - 90px); display: flex; gap: 20px; }
.community .write .form .w_info dl dd * { vertical-align: top; }
.community .write .form .w_info dl dd input { width: 100%; height: 30px; border: 0; border-bottom: 1px solid #000; outline: 0; font-size: 20px; background: none; }
.community .write .form .w_info dl.phone_num dd input { width: 250px; }
.community .write .form .w_info .check { font-size: 19px; font-weight: 300; }
.community .write .form .w_info .check input { display: none; }
.community .write .form .w_info .check input + label::before { content: ''; display: inline-block; width: 27px; height: 27px; background: #cecece no-repeat center center/14px; vertical-align: middle; margin: -3px 10px 0 0; }
.community .write .form .w_info .check input:checked + label::before { background-image: url(../image/cb_on.png); }
.community .write .form .w_info dl.email dd { font-size: 30px; }
.community .write .form .w_info dl.email dd input { width: 210px; }
.community .write .form .w_info select { width: 100%; height: 40px; border: 1px solid #000; padding: 0 10px; font-size: 20px; margin-top: -5px; }
.community .write .form .w_info dl.email select { width: 200px; }
.community .write .form textarea { width: 100%; height: 505px; padding: 20px; font-size: 20px; line-height: 150%; /*background: #f7f7f7;*/ border: 0; border-bottom: 1px solid #000; outline: 0; }
.community .write .form .w_info dl.pw dd input { width: 438px; }

.attach { width: 438px; height: 40px; margin-top: -5px; }
.attach input[type="file"] { position:absolute; top:0; left:0; width:100%; height:100%; filter:alpha(opacity=0); opacity:0; cursor:pointer; z-index:5; }
.attach a { position:absolute; top:0; right:0; background:#646464 url(../image/ic_add_file.png) no-repeat center center/15px; display:block; width:47px; height:100%; text-indent: -9999px; }
.attach span { display:block; height:40px; line-height:40px; padding:0 15px; margin-right:47px; background:#cecece; font-size: 20px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }

.community .b_btns { margin-top: 70px; text-align: right; }
.community .b_btns a { display: inline-block; width: 220px; line-height: 57px; border-radius: 5px; background: #333; font-size: 27px; color: #fff; font-weight: 300; text-align: center; margin-left: 27px; }
.community .b_btns a.c_grey { background: #e0e0e0; color: #000; }
@media screen and (max-width:1400px) {
.community .agree { padding: 40px 30px; }
.community .agree h3 { font-size: 28px; margin-bottom: 12px; }
.community .agree .box { height: 180px; padding: 20px 10px; font-size: 18px; margin-bottom: 15px; }
.community .agree .check { font-size: 18px; }
.community .agree .check input + label::before { width: 26px; height: 26px; background-size: 14px; margin-right: 8px; }

.community .write h3 { margin: 40px 0 25px; font-size: 32px; padding: 0 20px; }
.community .write .form .w_info dl { padding: 20px 30px; height: 66px; line-height: 26px; }
.community .write .form .w_info dl.last::before { height: 26px; }
.community .write .form .w_info dl dt { width: 70px; font-size: 18px; }
.community .write .form .w_info dl.t_wide dt { width: 85px; }
.community .write .form .w_info dl dd { width: calc(100% - 70px); gap: 15px; }
.community .write .form .w_info dl dd input { font-size: 16px; height: 26px; }
.community .write .form .w_info dl.phone_num dd input { width: 220px; }
.community .write .form .w_info .check { font-size: 14px; }
.community .write .form .w_info .check input + label::before { width: 24px; height: 24px; background-size: 13px; margin-right: 8px; }
.community .write .form .w_info dl.email dd { font-size: 26px; }
.community .write .form .w_info dl.email dd input { width: 210px; }
.community .write .form .w_info select { height: 36px; padding: 0 8px; font-size: 18px; }
.community .write .form .w_info dl.email select { width: 180px; }
.community .write .form textarea { height: 400px; padding: 30px; font-size: 16px; }
.community .write .form .w_info dl.pw dd input { width: 380px; }

.attach { width: 380px; height: 36px; }
.attach a { background-size: 13px; width:40px; }
.attach span { height:100%; line-height:36px; padding:0 12px; margin-right:40px; font-size: 16px; }

.community .b_btns { margin-top: 50px; }
.community .b_btns a { width: 170px; line-height: 45px; font-size: 22px; margin-left: 15px; }
}
@media screen and (max-width:1024px) {
.community .agree { padding: 15px 10px; }
.community .agree h3 { font-size: 20px; margin-bottom: 10px; }
.community .agree .box { height: 160px; padding: 10px; font-size: 13px; margin-bottom: 12px; }
.community .agree .check { font-size: 13px; }
.community .agree .check input + label::before { width: 20px; height: 20px; background-size: 13px; margin-right: 6px; }

.community .write h3 { margin: 30px 0 15px; font-size: 22px; padding: 0; }
.community .write .form .w_info dl { padding: 10px 15px; height: auto; line-height: 25px; }
.community .write .form .w_info dl.name,
.community .write .form .w_info dl.phone_num,
.community .write .form .w_info dl.tit,
.community .write .form .w_info dl.cate { width: 100%; }
.community .write .form .w_info dl.last::before { display: none; }
.community .write .form .w_info dl dt { width: 55px; font-size: 14px; }
.community .write .form .w_info dl.t_wide dt { width: 55px; }
.community .write .form .w_info dl dd { width: calc(100% - 55px); gap: 15px; }
.community .write .form .w_info dl dd input { font-size: 14px; height: 25px; }
.community .write .form .w_info dl.phone_num dd input { width: 160px; }
.community .write .form .w_info .check { font-size: 12px; }
.community .write .form .w_info .check input + label::before { width: 18px; height: 18px; background-size: 10px; margin-right: 5px; }
.community .write .form .w_info dl.email dd { font-size: 14px; flex-wrap: wrap; }
.community .write .form .w_info dl.email dd input { width: 150px; }
.community .write .form .w_info select { height: 31px; padding: 0 5px; font-size: 14px; margin: -3px 0; }
.community .write .form .w_info dl.email select { width: calc(100% - 200px); }
.community .write .form textarea { height: 300px; padding: 15px; font-size: 13px; }
.community .write .form .w_info dl.pw dd input { width: 100%; }

.attach { width: 100%; height: 31px; margin: -3px 0; }
.attach a { background-size: 11px; width:33px; }
.attach span { height:100%; line-height:31px; padding:0 10px; margin-right:33px; font-size: 13px; }

.community .b_btns { margin-top: 30px; text-align: center; }
.community .b_btns a { width: 120px; line-height: 35px; font-size: 16px; margin: 0 5px; }
}

.community .view_pw { text-align: center; }
.community .view_pw .tx dt { font-size: 32px; font-weight: 500; margin-bottom: 20px; }
.community .view_pw .tx dd { font-size: 22px; font-weight: 300; }
.community .view_pw .form { margin-top: 30px; padding-top: 30px; border-top: 1px solid #4e4e4e;  line-height: 45px;}
.community .view_pw .form dl { max-width: 625px; margin: 0 auto; display: flex; }
.community .view_pw .form dl dt { width: 95px; font-size: 22px; font-weight: 300; color: #343434; text-align: left; }
.community .view_pw .form dl dd { width: calc(100% - 95px); font-weight: 300; color: #343434; display: flex; gap: 25px; }
.community .view_pw .form dl dd input { width: calc(100% - 180px); height: 45px; background: #f7f7f7; border: 1px solid #d8d8d8; padding: 0 15px; font-size: 24px; text-align: center; }
.community .view_pw .form a { width: 155px; border-radius: 5px; font-size: 19px; color: #fff; }
.community .view_pw .form dl dd a { background: #333; }
.community .view_pw .form .bt_list { position: absolute; right: 0; bottom: 0; background: #8b8b8b; }
@media screen and (max-width:1400px) {
.community .view_pw .tx dt { font-size: 24px; margin-bottom: 15px; }
.community .view_pw .tx dd { font-size: 16px; }
.community .view_pw .form { margin-top: 20px; padding-top: 20px; line-height: 40px; }
.community .view_pw .form dl { max-width: 450px; }
.community .view_pw .form dl dt { width: 75px; font-size: 17px; }
.community .view_pw .form dl dd { width: calc(100% - 75px); gap: 15px; }
.community .view_pw .form dl dd input { width: calc(100% - 135px); height: 40px; padding: 0 10px; font-size: 18px; }
.community .view_pw .form a { width: 120px; font-size: 16px; }
}
@media screen and (max-width:1024px) {
.community .view_pw .tx dt { font-size: 22px; margin-bottom: 10px; }
.community .view_pw .tx dd { font-size: 15px; }
.community .view_pw .form { margin-top: 15px; padding-top: 15px; line-height: 36px; }
.community .view_pw .form dl dt { width: 65px; font-size: 15px; }
.community .view_pw .form dl dd { width: calc(100% - 75px); gap: 10px; }
.community .view_pw .form dl dd input { width: calc(100% - 110px); height: 36px; padding: 0 8px; font-size: 14px; text-align: left; }
.community .view_pw .form a { width: 100px; font-size: 16px; }
.community .view_pw .form .bt_list { position: relative; right: auto; bottom: auto; margin: 20px auto 0; display: block; }
}

.community .view { border-top: 4px solid #000; }
.community .view > * { border-bottom: 1px solid #000; }
.community .view .tit { padding: 55px 35px 35px; font-size: 40px; font-weight: 600; }
.community .view .u_info { display: flex; padding: 20px 0; line-height: 40px; }
.community .view .u_info dl { padding: 0 35px; display: flex; font-size: 25px; gap: 14px; }
.community .view .u_info dl::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 30px; background: #000; }
.community .view .u_info dl:last-child:before { display: none; }
.community .view .u_info dl dt i { margin-left: 8px; }
.community .view .u_info dl.cate dd { border: 1px solid #000; padding: 0 15px; min-width: 265px; }
.community .view .con_tx { min-height: 400px; padding: 35px; font-size: 25px; line-height: 150%; }
.community .view .answer { background: #f3f3f3; border: 1px solid #000; border-width: 3px 0 4px; font-size: 25px; line-height: 172%; }
.community .view .answer dt { border-bottom: 1px solid #000; padding: 26px 35px; font-weight: 700; }
.community .view .answer dd { padding: 35px; }
.community .view .b_btns { border: 0; }
@media screen and (max-width:1400px) {
.community .view { border-top-width: 3px; }
.community .view .tit { padding: 35px 20px 20px; font-size: 28px; }
.community .view .u_info { padding: 15px 0; line-height: 36px; }
.community .view .u_info dl { padding: 0 20px; font-size: 18px; gap: 10px; }
.community .view .u_info dl::before { height: 24px; }
.community .view .u_info dl dt i { margin-left: 5px; }
.community .view .u_info dl.cate dd { padding: 0 10px; min-width: 180px; }
.community .view .con_tx { min-height: 300px; padding: 20px; font-size: 18px; }
.community .view .answer { border-width: 2px 0 3px; font-size: 18px; }
.community .view .answer dt { padding: 15px 20px; }
.community .view .answer dd { padding: 20px; }
}
@media screen and (max-width:1024px) {
.community .view { border-top-width: 2px; }
.community .view .tit { padding: 20px 10px; font-size: 18px; }
.community .view .u_info { padding: 0; line-height: 28px; flex-wrap: wrap; }
.community .view .u_info dl { width: 100%; padding: 5px 10px; font-size: 14px; border-bottom: 1px solid #aaa; }
.community .view .u_info dl::before { display: none; }
.community .view .u_info dl dt { width: 60px; }
.community .view .u_info dl dt i { display: none; }
.community .view .u_info dl dd { width: calc(100% - 60px); }
.community .view .u_info dl.cate dd { padding: 0 8px; min-width: 0; }
.community .view .con_tx { min-height: 200px; padding: 10px; font-size: 14px; }
.community .view .answer { border-width: 1px 0 2px; font-size: 14px; }
.community .view .answer dt { padding: 10px 15px; }
.community .view .answer dd { padding: 15px; }
}

.field-error{
	margin-top:6px;
	font-size:12px;
	line-height:1.4;
	color:#d92d20
}
.has-error input,.has-error select,.has-error textarea{
	border-color:#d92d20!important;
	outline:0
}

.field-error-fff{
	margin-top:6px;
	font-size:12px;
	line-height:1.4;
	color:#fff
}
.has-error-fff input,.has-error-fff select,.has-error-fff textarea{
	border-color:#fff!important;
	outline:0
}

.toast{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background:#dc3545;
	color:#fff;
	padding:14px 18px;
	border-radius:8px;
	font-size:15px;
	line-height:1.4;
	z-index:9999;
	max-width:80%;
	text-align:center;
	box-shadow:0 4px 10px rgba(0,0,0,.25);
	opacity:0;
	pointer-events:none;
	transition:opacity .25s
}
.toast.show{
	opacity:1;
	pointer-events:auto
}
.toast .msg{
	display:inline-block;
	margin-right:12px
}
.toast .close{
	cursor:pointer;
	opacity:.8
}

.toast.info    { background:#2563eb; }
.toast.success { background:#16a34a; }
.toast.warn    { background:#d97706; }
.toast.danger  { background:#dc2626; }

.tb_board td.tit img {
	display: inline-block;
	width: 80px;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 10px;
}
.post-title {
	display: inline-block;
	line-height: 1.4;
}
.post-link-thumbnail {
	display: flex;
	align-items: center;
	gap: 10px;
}

.thumb-img {
	width: 80px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {.thumb-img {display: none;}}



.ba_viewer .view .before { position: relative; overflow: hidden; }
.ba_viewer .view .before.blurred .ph { filter: blur(8px); transform: scale(1.1); }
.ba_viewer .view .before .msg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 16px; line-height: 1.5; opacity: 0; visibility: hidden; transition: opacity 0.3s; z-index: 2; }
.ba_viewer .view .before.blurred .msg { opacity: 1; visibility: visible; }
.tab_ba_sub_content .list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 20px 0 0 0; margin: 0; }
.tab_ba_sub_content .list li { position: relative; display: flex; width: 100%; aspect-ratio: 2 / 1; border: 1px solid #eee; cursor: pointer; transition: all 0.2s ease-in-out; }
.tab_ba_sub_content .list li:hover { border-color: #aaa;  }
.tab_ba_sub_content .list li.on { border-color: #e75899; }
.tab_ba_sub_content .list li .before, .tab_ba_sub_content .list li .after { width: 50%; height: 100%; }
.tab_ba_sub_content .list li .ph { width: 100%; height: 100%; background-size: cover; background-position: center; }
.tab_ba_sub_content .list li .bt_view { position: absolute; bottom: 10px; right: 10px; background-color: rgba(0,0,0,0.6); color: white; padding: 5px 12px; font-size: 13px; border-radius: 4px; text-decoration: none; opacity: 0; transition: opacity 0.2s; }
.tab_ba_sub_content .list li:hover .bt_view {  }
@media (max-width: 768px) { .tab_ba_sub_content .list { grid-template-columns: repeat(2, 1fr); gap: 15px; } }

.ba_viewer .view .before { position: relative; overflow: hidden; }
.ba_viewer .view .before.blurred .ph { filter: blur(8px); transform: scale(1.1); }
.ba_viewer .view .before .msg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); color: white; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 16px; line-height: 1.5; opacity: 0; visibility: hidden; transition: opacity 0.3s; z-index: 2; }
.ba_viewer .view .before.blurred .msg { opacity: 1; visibility: visible; }
.ba_viewer.off { display: none; }
.tab_ba_content { display: none; }
.tab_ba_content.on { display: block;}
.tab_ba_content.on .tab_ba_sub_content {
    display: block;
}
.tab_ba_sub_content .list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 20px 0 0 0; margin: 0; }
.tab_ba_sub_content .list li { position: relative; display: flex; width: 100%; aspect-ratio: 3 / 1; border: 1px solid #eee; cursor: pointer; transition: all 0.2s ease-in-out; } /*250909수정 aspect-ratio:2/1>3/1*/
.tab_ba_sub_content .list li:hover { border-color: #aaa; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.tab_ba_sub_content .list li.on { border-color: #e75899; }
.tab_ba_sub_content .list li .before, .tab_ba_sub_content .list li .after { width: 50%; height: 100%; } 
.tab_ba_sub_content .list li .ph { width: 100%; height: 100%; background:center / cover no-repeat; }  /*250909수정 background-size: cover; background-position: center;   */
.tab_ba_sub_content .list li .bt_view { position: absolute; bottom: 10px; right: 10px; background-color: rgba(0,0,0,0.6); color: white; padding: 5px 12px; font-size: 13px; border-radius: 4px; text-decoration: none; opacity: 0; transition: opacity 0.2s; }
.tab_ba_sub_content .list li:hover .bt_view { opacity: 1; }

/* 게시물 없음 메시지 스타일 */
.tab_ba_sub_content .list li.no-posts { display: block; grid-column: 1 / -1; border: 1px dashed #ddd; text-align: center; color: #888; padding: 80px 0px; aspect-ratio: auto; cursor: default; font-size: 16px; }
.tab_ba_sub_content .list li.no-posts:hover { border-color: #ddd; box-shadow: none; }
@media (max-width: 768px) { .tab_ba_sub_content .list { grid-template-columns: repeat(2, 1fr); gap: 15px; } }

/* 페이징 스타일 */



/*비급여 등*/
.pa_form { padding: 130px 0 150px; }
.pa_form .wrap { max-width: 1200px; margin: 0 auto; }
.pa_form .wrap h2 { font-size: 65px; font-weight: 600; text-align: center; margin-bottom: 80px; }
.pa_form .w_box { line-height: 150%; }
.pa_form .w_box dt { font-size: 20px; color: #52b6c6; margin-bottom: 6px; }
@media screen and (max-width:1280px) {
    .pa_form { padding: 100px 0 120px; }
    .pa_form .wrap h2 { font-size: 45px; margin-bottom: 60px; }
    .pa_form .w_box dt { font-size: 18px; margin-bottom: 5px; }
}
@media screen and (max-width:640px) {
    .pa_form { padding: 50px 0 70px; }
    .pa_form .wrap h2 { font-size: 35px; margin-bottom: 40px; }
    .pa_form .w_box dt { font-size: 16px; margin-bottom: 4px; }
}
.w_box { background: #fff; border-radius: 50px; padding: 80px 160px; margin-bottom: 30px; letter-spacing: -0.5px; } /*240410 padding 100px160px -> 80px 160px*/
.w_box h4 { font-size: 50px; font-weight: 500; padding-bottom: 45px; border-bottom: 2px solid #111; margin-bottom: 45px; }
.w_box .po { position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: none; }
.w_box.up .po { top: -1px; }
@media screen and (max-width:1800px) {
    .w_box { border-radius: 30px; padding: 50px; margin-bottom: 20px; }
    .w_box h4 { font-size: 40px; padding-bottom: 35px; margin-bottom: 35px; }
}
@media screen and (max-width:1280px) {
    .w_box { border-radius: 30px; padding: 30px; margin-bottom: 15px; }
    .w_box h4 { font-size: 30px; padding-bottom: 25px; margin-bottom: 25px; }

    .w_box .po { top: -36px; }
    .w_box.up .po { top: -136px; }
}
@media screen and (max-width:640px) {
	.w_box { border-radius: 20px; padding: 20px; margin-bottom: 10px; }
}

.g_con>* { border-bottom: 1px solid #d4d6db; padding-bottom: 40px; margin-bottom: 24px; }
.g_con>dl:last-child { border: 0; padding: 0; margin: 0; }
.g_con>dl>dt { font-size: 32px; font-weight: 500; margin-bottom: 24px; }
.g_con>dl>dd { line-height: 145%; }

p { line-height: 145%; }
.tb_s_info_form { text-align: left; font-size: 18px; line-height: 145%; margin-bottom: 8px; }
.tb_s_info_form:last-child { margin: 0; }
.tb_s_info_form th { font-weight: 600; padding-right: 15px; }

@media screen and (max-width:1800px) {
    .tb_s_info_form { font-size: 16px; }
}
@media screen and (max-width:1280px) {
    .g_con>* { padding-bottom: 40px; margin-bottom: 20px; }
    .g_con>dl>dt { font-size: 26px; margin-bottom: 20px; }
    .tb_s_info_form { font-size: 14px; }
}
@media screen and (max-width:640px) {
    .g_con>* { padding-bottom: 35px; margin-bottom: 15px; }
    .g_con>dl>dt { font-size: 20px; margin-bottom: 15px; }
    .tb_s_info_form { font-size: 13px; }
}
.tb_g_data { width: 100%; border-top: 1px solid #dfe0e4; line-height: 150%; text-align: center; }
.tb_g_data:last-child { margin: 0; }
.tb_g_data thead th { padding: 10px 15px; background: #f2f3f8; border: 1px solid #dfe0e4; border-width: 0 1px 1px 0; font-weight: 500; font-size:20px;}
.tb_g_data tbody th,
.tb_g_data tbody td { font-weight: normal; padding: 14px; border: 1px solid #dfe0e4; border-width: 0 1px 1px 0; font-size:16px;}
.tb_g_data tbody th { background: #f2f3f8; }
.tb_g_data thead th:last-child,
.tb_g_data tbody td:last-child { border-right: 0; }
.tb_g_data .r_line { border-right: 1px solid #dfe0e4 !important; }
@media screen and (max-width:1280px) {
    .tb_g_data thead th { padding: 8px 12px }
    .tb_g_data tbody th,
    .tb_g_data tbody td { padding: 12px;  font-size:14px;}
}
@media screen and (max-width:640px) {
    .tb_g_data thead th { padding: 6px 8px; }
    .tb_g_data tbody th,
    .tb_g_data tbody td { padding: 8px;  font-size:13px;}
}


.badge{display:inline-flex;align-items:center;gap:.25rem;font-size:1.25rem;padding:.125rem .5rem;border-radius:.375rem;margin-right: 8px;}
.badge.green{background:#DCFCE7;color:#166534}
.badge.red{background:#FEE2E2;color:#991B1B}
.badge.gray{background:#F3F4F6;color:#374151}
.badge.darkgray{background:#282A35;color:#eee;}
.badge.yellow{background:#FEF9C3;color:#854D0E}
.badge.edited{background:#FFF7ED;color:#B45309}
.badge.soc.naver{background:#00c75a;color:#fff;border:1px solid #00c75a}
.badge.soc.kakao{background:#fbe203;color:#000;border:1px solid #fbe203;}
.card{border:1px solid #e5e7eb;border-radius:.75rem;padding:14px;background:#fff}
.card .num{font-size:1.5rem;font-weight:700}



/* 갤러리 컨테이너 */
.tour-gallery { 
	max-width: 1200px; 
	margin: 0px auto; 
	padding: 0 16px; 
}
/* 상단: 세로 스택(사진 -> 설명) */
.tour-hero { display: block; }
.hero-figure { 
	margin: 0 0 12px; 
	background:#f7f7f7; 
	border-radius: 14px; 
	overflow: hidden; 
	cursor: grab;
	touch-action: pan-y; /* ⬅️ 세로 스크롤은 브라우저에 맡기고, 가로 제스처는 우리가 처리 */
}
.hero-figure:active { cursor: grabbing; }
.hero-figure img { 
	width: 100%; 
	height: clamp(260px, 48vw, 520px); 
	object-fit: cover; 
	display: block; 
	-webkit-user-drag: none; 
	user-drag: none; 
}
.hero-meta { padding: 4px 2px 0; }
.hero-meta h3 { 
	margin: 0 0 8px; 
	font-size: clamp(18px, 2.2vw, 24px); 
}
.hero-meta p  { 
	margin: 0; 
	color:#444; 
	line-height: 1.6; 
}
/* 썸네일 바 */
.thumb-bar { margin-top: 22px; position: relative; }
.thumb-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(140px, 1fr);
	gap: 10px;
	overflow-x: auto;
	padding: 8px 48px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	cursor: grab;
	user-select: none;
}
.thumb-track.dragging { cursor: grabbing; }
.thumb-track:focus { outline: 2px solid #cbd5e1; outline-offset: 4px; }
/* 썸네일 버튼 */
.thumb { 
	display: grid; gap: 6px; 
	background: #fff; 
	border-radius: 12px; 
	border: 1px solid #eee; 
	padding: 8px; 
	cursor: pointer; 
	text-align: center;
	scroll-snap-align: start;
	transition: border-color .2s, box-shadow .2s, transform .1s;
}
.thumb:active { transform: scale(0.98); }
.thumb.is-active { 
	border-color: #3b82f6; 
	box-shadow: 0 0 0 3px rgba(59,130,246,.15); 
}
.thumb img { 
	width: 100%; 
	height: 90px; 
	object-fit: cover; 
	border-radius: 8px; 
	display:block; 
	-webkit-user-drag: none; 
	user-drag: none; 
	pointer-events: none; 
}
.thumb-title { 
	font-size: 13px; 
	color:#333; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}
/* 썸네일 좌우 버튼 */
.thumb-nav {
	position: absolute; 
	top: 90%; 
	transform: translateY(-50%);
	width: 36px; height: 36px; 
	border-radius: 50%;
	border: none; 
	background: rgba(0,0,0,.55); 
	color:#fff; 
	cursor: pointer;
	display: grid; 
	place-items: center; 
	z-index: 2;
}
.thumb-nav:hover { background: rgba(0,0,0,.75); }
.thumb-nav.prev { left: 6px; }
.thumb-nav.next { right: 6px; }
/* 드래그 중 커서 */
.thumb-track.dragging { cursor: grabbing; }
/*location영상*/
.about_t_visual video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(60%); 
}


















