@charset "utf-8";
/*layout*/
body { width: 100%; min-width: 360px; } 
body.scroll-hidden { overflow-y:hidden; }
body.sub{background:#edeff0;}
header { width: 100%; height: auto; background-color: #4a65f6 !important; min-width: 360px; z-index: 11; } 
header .header_content { text-align: right; padding: 10px 20px;height:50px;} 
header .header_content span.hiuser { color: #fff; font-size: 1.3rem; padding-right: 10px; display: inline-block; } 
header .header_content span.hiuser > span { font-weight: 500; } 
header .header_content a { position: relative; display: inline-block; padding-right: 10px; cursor: pointer; vertical-align: text-top; } 
header .header_content a i { display: inline-block; width: 15px; height: 15px; background-image: url("/images/ttFriendship/setting.png"); background-repeat: no-repeat; background-size: 100% auto; position:relative;} 
header .header_content a i::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
header .header_content button { display: inline-block; border-radius: 20px; background: #fff; color: #333333; font-size: 1.3rem; padding: 8px 25px; font-weight: 600; } 
header .header_content button.pay { background-color: #ffe22b; margin-right: 5px; } 
header .header_content span.t_info { color: #fff; background: #273582; border-radius: 25px; font-size: 1.5rem; display: inline-block; padding: 7px 15px; box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.38); text-align: left; float: left; } 
header .header_content span.t_info i { margin-right: 10px; } 
@media (max-width: 700px) { header .header_content span.hiuser { height: 28px; line-height: 28px; padding-right: 5px; } 
 header .header_content span.t_info { font-size: 1.3rem; } 
 header .header_content span.t_info i { margin-right: 5px; } 
 header .header_content button { padding: 8px 15px; } 
 }
@media (max-width: 599px) { header { position: fixed; top: 0  } 
 header .header_content { text-align: center; padding: 10px 0; } 
 header .header_content span.hiuser { padding-right: 5px; } 
 header .header_content span.t_info { display: none; } 
 header .header_content button { padding: 5px 10px; font-size: 1rem; } 
 header .header_content button i { font-size: 3rem; color: #111; } 
 }
.top_logo { width: 100%; height: 90px; background: #fff; min-width: 360px; text-align: center;} 
.top_logo h1 { position: relative; display: flex; margin: 0 auto; text-align: left; align-items: center; justify-content: center; height: 100%; } 
.top_logo h1 a { cursor: pointer; display:inline-block; } 
.top_logo h1 .face { width: 72px; height: 40px; position: absolute; left: 0; padding: 0; background-image: url('/images/ttFriendship/face.png'); background-repeat: no-repeat; background-size: 72px auto; } 
.top_logo h1 .face .eye { background-color: white; border-radius: 10px; width: 3px; height: 5px; position: absolute; top: 13px; } 
.top_logo h1 .face .eye.yellow_left { left: 12px; animation: yellow_eye 1.5s infinite; } 
.top_logo h1 .face .eye.yellow_right { left: 24px; animation: yellow_eye 1.5s infinite; } 
.top_logo h1 .face .eye.blue_left { left: 45px; animation: blue_eye 2s infinite; } 
.top_logo h1 .face .eye.blue_right { left: 56px; animation: blue_eye 2s infinite; } 
.top_logo h1 .t1 { font-size: 18px; font-weight: 700; line-height: 1.2; } 
.top_logo h1 .t2 { font-size: 14px; font-weight: 500; line-height: 1.2; } 
.top_logo h1 .t2 b { color: #643fed; } 
.top_logo h1 img { width: 180px; height: auto; } 
@keyframes yellow_eye { 
 0% { transform: rotateX(0deg); } 
 50% { transform: rotateX(180deg); } 
 100% { transform: rotateX(180deg); } 
 }
@keyframes blue_eye { 
 0% { transform: rotateX(180deg); } 
 60% { transform: rotateX(180deg); } 
 100% { transform: rotateX(0deg); } 
 }

/*tabs*/
.wrap { padding: 0!important; } 
.tab_wrap { width: 100%; background: #fff; min-width: 360px; } 
.tab_wrap ul.tab { max-width: 1500px; width: 100%; height: 50px; margin: 0 auto; display: flex; align-items: stretch; justify-content: center; flex-direction: row; } 
.tab_wrap ul.tab li { width: 20%; float: left; text-align: center; list-style: none; } 
.tab_wrap ul.tab li h2 { height: 100%; } 
.tab_wrap ul.tab li h2 a { height: 100%; color: #333333; font-size: 2.2rem; text-decoration: none; padding: 0 20px 22px 20px; transition-duration: 400ms; } 
.tab_wrap ul.tab li h2 a:hover { color: #4a65f6; border-bottom: 3px solid #4a65f6; font-weight: 500; } 
.tab_wrap ul.tab li h2 a.on { color: #4a65f6; border-bottom: 3px solid #4a65f6; font-weight: 500; } 
@media (max-width: 1200px){
 .tab_wrap ul.tab { width: 100%; } 
 .tab_wrap ul.tab li { width: 17%; } 
 .tab_wrap ul.tab li h2 a { color: #333333; font-size: 2rem; letter-spacing: -1px; } 
 .tab_wrap ul.tab li:nth-child(2) { width: 21%; } 
 .tab_wrap ul.tab li:nth-child(3) { width: 24%; } 
 .tab_wrap ul.tab li:nth-child(4) { width: 21%; } 
 }
@media (max-width: 900px){
 .tab_wrap { width: 100%; background: #fff; } 
 .tab_wrap ul.tab { width: 100%; height: 46px; margin: 0 auto; } 
 .tab_wrap ul.tab li { float: left; text-align: center; list-style: none; } 
 .tab_wrap ul.tab li h2 a { color: #333333; font-size: 1.8rem; text-decoration: none; padding: 0 10px 20px 10px; letter-spacing: -1px; } 
 .tab_wrap ul.tab li h2 a:hover { color: #4a65f6; border-bottom: 3px solid #4a65f6; font-weight: 500; } 
 .tab_wrap ul.tab li h2 a.on { color: #4a65f6; border-bottom: 3px solid #4a65f6; font-weight: 500; } 
 }
@media (max-width: 750px){
 .tab_wrap ul.tab { width: 100%; height: auto; } 
 .tab_wrap ul.tab li { background: #fff; } 
 .tab_wrap ul.tab li h2 a { color: #333333; font-size: 1.7rem; padding: 15px 0px; display: block; border-bottom: 1px solid #ffffff; background: #fff; } 
 .tab_wrap ul.tab li h2 a:hover { color: #4a65f6; border-bottom: 1px solid #4a65f6; font-weight: 500; } 
 .tab_wrap ul.tab li h2 a.on { color: #4a65f6; border-bottom: 1px solid #4a65f6; font-weight: 500; } 
 }
@media (max-width: 599px){
 .tab_wrap ul.tab { position: relative; } 
 .tab_wrap ul.tab li { position: relative; } 
 .tab_wrap ul.tab li:nth-child(1) { width: 33%; } 
 .tab_wrap ul.tab li:nth-child(2) { width: 33%; } 
 .tab_wrap ul.tab li:nth-child(3) { width: 34%; } 
 .tab_wrap ul.tab li:nth-child(4) { width: 50%; } 
 .tab_wrap ul.tab li:nth-child(5) { top: -1px; width: 50%; } 
 .tab_wrap ul.tab li h2 a { display: flex; align-items: center; justify-content: center; color: #333333; font-size: 1.5rem; padding: 15px 0px; letter-spacing: -1px; border: 1px solid #e0e0e0; } 
 .tab_wrap ul.tab li h2 a:hover { border: 1px solid #4a65f6; background-color: #4a65f6; color: #fff; } 
 .tab_wrap ul.tab li h2 a.on { border: 1px solid #4a65f6; background-color: #4a65f6; color: #fff; } 
 }
.tab_contents { width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 15px; } 
.tab_contents::after { display: block; content: ""; clear: both; } 
.tab_contents .sub_title { width: 100%; position: relative; } 
.tab_contents .sub_title.fx-height { height: 175px; } 
@media (max-width: 599px){
 .tab_contents .sub_title.fx-height { height: 205px; } 
 }
.tab_contents .sub_title::after { display: block; content: ""; clear: both; } 
.tab_contents .sub_title h2 { font-size: 3.6rem; color: #111; font-weight: 600; text-align: center; padding: 30px 0 30px; } 
/* .tab_contents .sub_title button.manual { position: absolute; top: 50px; right: 210px; background: #4a65f6; color: #fff; height: 40px; padding: 0 25px; font-size: 1.6rem; font-weight: 400; border-radius: 30px; } ê¸°ì¡´*/
.tab_contents .sub_title button.manual { background: #4a65f6; color: #fff; height: 40px; padding: 0 25px; font-size: 1.6rem; font-weight: 400; border-radius: 30px; margin:0 5px 0 0; } 

/*êµìš°ê´€ê³„ì§„ë‹¨ê´€ë¦¬ ë²„íŠ¼*/
.tab_contents .sub_title.mng_btn { position: relative; } 
.tab_contents .sub_title.mng_btn button.manual { float: right; position: absolute; top:50%; right:0; transform: translateY(-50%); } 
@media (max-width: 599px){
 .tab_contents .sub_title.mng_btn button.manual { clear:both; margin:0 auto; position: static; float: none; margin-top: 20px; } 
 }

.tab_contents .sub_title button.manual:hover { background: #2d44c4; } 
/* .tab_contents .sub_title button.agreeform { position: absolute; top: 50px; right: 0; background: #4a65f6; color: #fff; height: 40px; padding: 0 25px; font-size: 1.6rem; font-weight: 400; border-radius: 30px; margin-right: 15px; } ê¸°ì¡´*/
.tab_contents .sub_title button.agreeform { background: #4a65f6; color: #fff; height: 40px; padding: 0 25px; font-size: 1.6rem; font-weight: 400; border-radius: 30px; } 
.tab_contents .sub_title button.agreeform:hover { background: #2d44c4; } 
/* KSH 250213 ai기반 수정 */
.ctl_btn_w{height: auto !important;} 
.tab_contents .sub_title .select-group { padding: 10px ; width: 100%; border-radius: 10px; } 
.tab_contents .sub_title .select-group label { text-indent: -99999px; } 
.tab_contents .sub_title .select-group .select { max-width: 200px; margin-right: 10px; } 
.tab_contents .sub_title .select-group .select .select-arrow { border-color: #4a65f6 transparent transparent transparent; } 
.tab_contents .sub_title .select-group .select select { border: 1px solid #4a65f6; border-radius: 5px; box-shadow: 0 0 8px 0 rgba(203, 203, 203, 0.5);height:50px;} 
.tab_contents .sub_title .select-group .date-info-box { display: inline-flex; flex-direction: column; gap: 3px; margin-left: 10px; vertical-align: middle; }
.tab_contents .sub_title .select-group .date-info-box .date-item { display: flex; align-items: center; gap: 6px; line-height: 1.4; }
.tab_contents .sub_title .select-group .date-info-box .date-label { font-size: 1.4rem; font-weight: 400; color: #fff; white-space: nowrap; background-color: #555; border-radius: 5px; padding:2px 12px;}
.tab_contents .sub_title .select-group .date-info-box .date-value { font-size: 1.4rem; font-weight: 500; color: #111; white-space: nowrap; }
.tab_contents .sub_tab { padding: 0 15px;    position: relative;    display: flex;    justify-content: space-between;width:100%;align-items:center;} 
.tab_contents .sub_tab .sub_nav { /* width: 100%; */width:fit-content;} 
.tab_contents .sub_tab .sub_nav ul.sub_navul { height: 50px; margin-top: 30px; /* width: 100%; */position: relative; } 
.tab_contents .sub_tab .sub_nav ul.sub_navul > li { float: left; list-style: none; } 
.tab_contents .sub_tab .sub_nav ul.sub_navul > li:first-child ul { padding-left: 20px; } 
.tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(2) ul { padding-left: 150px; } 
.tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(3) ul { padding-left: 250px; } 
.tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(4) ul { padding-left: 350px; } 
.tab_contents .sub_tab .sub_nav h3 a { margin-right:-1px;max-width: 310px; padding: 0 20px; font-size: 1.7rem; font-weight: 500; color: #fff; display: block; text-align: center; background: #989898; line-height: 50px; text-decoration: none; 
    box-shadow: inset 0 -10px 10px -5px rgba(20, 67, 132, 0.3);} 
.tab_contents .sub_tab .sub_nav h3 a:last-child {border-radius: 0 5px 0 0;}


@media (max-width: 1200px){
    .tab_contents .sub_tab{flex-direction: column;align-items: baseline;margin-bottom:23px !important;}
    .tab_contents .sub_tab .sub_nav{width:100%;gap:0;}

    .tab_contents .sub_title .select-group .date-info-box {float:left;}
}

/* KSH 250213 색상 수정 */
.tab_contents .sub_tab .sub_nav h3 a:hover { background: linear-gradient(270deg, #057afb 0%, #0099ff 100%);color:#fff;font-weight:800;} 
.tab_contents .sub_tab .sub_nav h3 a:first-child {border-radius: 5px 5px 0 0;} 
.tab_contents .sub_tab .sub_nav h3 a.on { background: linear-gradient(270deg, #057afb 0%, #0099ff 100%);border-radius: 5px 5px 0 0;color:#fff;font-weight:800;} 
.tab_contents .sub_tab .sub_nav h3 a.on_mint { background: #0eb5b7; } 
.tab_contents .sub_tab .sub_nav .innerul_parent { padding: 0; float: left; list-style: none; } 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu { opacity: 0; position: absolute; top: 100%; left: 0; width: 100%; height: 0; overflow: hidden; padding: 15px; visibility: hidden;  transform: translateY(-20px); z-index: -1; } 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu li { float: left; list-style: none; background:#fff; border-radius:0 0 10px 10px;} 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu li h4 a { font-size: 1.6rem; color: #333; float: left; text-decoration: none; margin-right: 30px; font-weight: 500; } 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu li h4 a:hover { color: #4a65f6; } 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu li h4 a.on { color: #4a65f6; } 
.tab_contents .sub_tab .sub_nav .innerul_parent .inner_menu li h4 a.on:before { content: ''; display: inline-block; width: 7px; height: 7px; vertical-align: middle; background: #4a65f6; margin-right: 5px; border-radius: 10px; } 
.tab_contents .sub_tab .sub_nav .innerul_parent:focus .inner_menu,
.tab_contents .sub_tab .sub_nav .innerul_parent:focus-within .inner_menu,
.tab_contents .sub_tab .sub_nav .innerul_parent:hover .inner_menu { visibility: visible; opacity: 1; height: auto; transform: translateY(0); transition-delay: 0s, 0s, 0.3s; z-index: 100; transition: all 0.3s ease-in-out; } 
.tab_contents .sub_tab .sub_nav .innerul_parent:focus .inner_menu a,
.tab_contents .sub_tab .sub_nav .innerul_parent:focus-within .inner_menu a,
.tab_contents .sub_tab .sub_nav .innerul_parent:hover .inner_menu a { visibility: visible; opacity: 1; } 

/* KSH 250213 위치 수정 */
.tab_contents .sub_tab span.school_class { position: relative; top: 10px; right: 10px; font-weight: 700; color: #333; font-size: 1.8rem; } 
.tab_contents .sub_tab span.school_class img { vertical-align: bottom; width:25px;} 
.tab_contents .sub_tab span.school_class .tt_group_name { font-size: 2.6rem; color: #111; font-weight: 600; display: inline-block; margin-left: 10px; } 
.tab_contents .m_sub_tab { display: none; } 
.tab_contents .sub_content { width: 100%; border-radius: 20px; background-color: #fff; padding: 30px 25px; margin-bottom: 50px; overflow: hidden; } 
.tab_contents .sub_content h3 { font-size: 3rem; color: #111; font-weight: 600; display: inline-block; text-indent: -9999px; margin-bottom: 15px; } 
.tab_contents .sub_content h3.with_select { float: left; } 
.tab_contents .sub_content .select-group { float: left; width: 250px; padding: 0!important; margin-left: 30px; } 
.tab_contents .sub_content .select-group label { text-indent: -99999px; } 
.tab_contents .sub_content .select-group .select select { border: 1px solid #333; border-radius: 2px; } 
.tab_contents .sub_content > h4 { font-size: 2.6rem; color: #111; font-weight: 700; display: inline-block; margin-top: 20px; } 
.tab_contents .sub_content > .tt_group_name { font-size: 3rem; color: #111; font-weight: 600; display: inline-block; margin-left: 10px; } 
.tab_contents .sub_content > .tt_group_name p { display:inline-block; font-size: 1.4rem; font-weight:400; margin-left:15px; color:#555; } 
@media (max-width: 1200px){
 .tab_contents .sub_content{padding:25px;}
 .tab_contents .sub_title { position: static; text-align: center; } 
 .tab_contents .sub_title button.manual { vertical-align: middle; } 
 .tab_contents .sub_title button.agreeform { vertical-align: middle; } 
 }
@media (max-width: 1049px){
 .tab_contents .sub_title { display: block; width: 100%; min-height: 80px; } 
 .tab_contents .sub_title h2 { font-size: 3.2rem; } 
 .tab_contents .sub_title .select-group { position: static; margin: 0 0 20px 0; float: right; } 
 .tab_contents .sub_title .select-group label { text-indent: -99999px; } 
 .tab_contents .sub_title .select-group .select { max-width: 200px; } 
 .tab_contents .sub_title .select-group .select .select-arrow { top: 23px; } 
 .tab_contents .sub_tab span.school_class { position: static !important; margin-left: 5px; margin-top: 10px; } 
 }
@media (max-width: 750px){
 .tab_contents .sub_title h2 { padding-bottom: 20px; } 
 }
@media (max-width: 599px){
 .tab_contents .sub_title h2 { padding-bottom: 12px !important; } 
 .tab_contents .sub_content > .tt_group_name p { margin-left:0; display:block; } 
 }

@media (max-width: 930px){
 .tab_contents .sub_tab { padding: 0px; margin-bottom: 0px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul { margin-left: 15px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li { min-width: 24%; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li:last-child { margin-right: 0; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li:first-child ul { padding-left: 20px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(2) ul { padding-left: 250px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(3) ul { padding-left: 350px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li:nth-child(4) ul { padding-left: 450px; } 
 .tab_contents .sub_tab .sub_nav ul.sub_navul > li.innerul_parent.m2 { min-width: 200px; } 
 .tab_contents .sub_tab .sub_nav h3 a { width: 100%; font-size: 1.6rem; padding: 0; } 
 .tab_contents .sub_tab .innerul_parent { padding: 0; float: left; list-style: none; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu { position: absolute; top: 100%; left: 0; width: 100%; height: 0; overflow: hidden; padding: 15px; visibility: hidden; opacity: 0; transform: translateY(-20px); z-index: -1; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu li { float: left; list-style: none; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu li h4 a { font-size: 1.6rem; color: #333; float: left; text-decoration: none; margin-right: 30px; font-weight: 500; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu li h4 a:hover { color: #4a65f6; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu li h4 a.on { color: #4a65f6; } 
 .tab_contents .sub_tab .innerul_parent .inner_menu li h4 a.on:before { content: ''; display: inline-block; width: 7px; height: 7px; vertical-align: middle; background: #4a65f6; margin-right: 5px; border-radius: 10px; } 
 .tab_contents .sub_tab .innerul_parent:focus .inner_menu,
 .tab_contents .sub_tab .innerul_parent:focus-within .inner_menu,
 .tab_contents .sub_tab .innerul_parent:hover .inner_menu { visibility: visible; opacity: 1; height: auto; transform: translateY(0); transition-delay: 0s, 0s, 0.3s; z-index: 100; transition: all 0.3s ease-in-out; } 
 .tab_contents .sub_tab .innerul_parent:focus .inner_menu a,
 .tab_contents .sub_tab .innerul_parent:focus-within .inner_menu a,
 .tab_contents .sub_tab .innerul_parent:hover .inner_menu a { visibility: visible; opacity: 1; } 
 .tab_contents span.school_class { position: absolute; top: 10px; right: 10px; font-weight: 700; color: #333; font-size: 1.8rem; } 
 .tab_contents span.school_class img { vertical-align: bottom; } 
 .tab_contents span.school_class .tt_group_name { font-size: 2rem; } 
 }

@media (max-width: 1200px){
 .tab_contents .sub_title { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 5px 0 15px 0; overflow: hidden; } 
 .tab_contents .sub_title h2 { font-size: 2.2rem; padding-top: 25px; display: inline-block; } 
 .tab_contents .sub_title button.manual { font-size: 1.5rem; height: 35px; padding: 0 20px; letter-spacing: -1px; } 
 .tab_contents .sub_title button.agreeform { font-size: 1.5rem; height: 35px; padding: 0 20px; line-height: 1.7rem; margin-right: 5px; letter-spacing: -1px; } 
 .tab_contents .sub_title .select-group { margin: 0 auto 10px; float: right; display: flex;} 
 .tab_contents .sub_title .select-group .ctl_btn_w {order:3;margin:0 0 0 auto;padding-left:10px;}
 .tab_contents .sub_tab { margin-bottom: 10px; /* height: 0px; */} 
 .tab_contents .sub_tab .sub_nav { display: none; } 
 .tab_contents .sub_tab .sub_nav.self { display: block !important; } 
 .tab_contents .sub_tab .sub_nav.self .sub_navul { margin-top: 15px; } 
 .tab_contents .sub_tab .sub_nav.self ul li { letter-spacing: -1px; } 
 .tab_contents .sub_tab .sub_nav.self ul li:first-child { min-width: 120px !important; } 
 .tab_contents .sub_tab .sub_nav.self ul li:nth-child(2) { min-width: 170px !important; } 
 .tab_contents .m_sub_tab { display: block; width: 100%; margin: 0px auto 20px auto; background: #4a65f6; border-radius: 5px; padding: 15px; box-sizing: border-box; } 
 .tab_contents .m_sub_tab .select-group label { color: #fff; } 
 .tab_contents .m_sub_tab .select-group .select select { border-radius: 3px; } 
 .tab_contents h3 { font-size: 1.8rem !important; } 
 .tab_contents h3.with_select { float: none !important; margin-bottom: 20px; } 
 .tab_contents .sub_content { width: 100%; margin: 0 auto 20px auto; padding: 35px 20px; } 
 .tab_contents .sub_content > h4 { font-size: 1.8rem; } 
 .tab_contents .sub_content .select-group { float: none; width: 100%; padding: 0!important; margin-left: 0px; } 
 .tab_contents .sub_content .select-group label { text-indent: -99999px; } 
 .tab_contents .sub_content .select-group .select select { border: 1px solid #333; border-radius: 2px; } 
 }

/*ìžê°€ì§„ë‹¨ íƒ€ì´í‹€ ì˜¤ë¥˜ ìˆ˜ì • - 230219 kmj*/
@media (min-width: 599px){
 .tab_contents .sub_title h2.report_title { font-size: 3.2rem; padding:30px 0 20px 0; } 
 }

/*ë²„íŠ¼ ìœ„ì¹˜ ì¡°ì • - 230221 kmj*/
.tab_contents .sub_title .btnwrap::after { display:block; content:""; clear: both; } 
.tab_contents .sub_title .btnwrap { display: block; float: right; margin-bottom: 20px; } 
@media (max-width: 1200px){
 .tab_contents .sub_title .btnwrap { float:none; } 
 }
@media (max-width: 1049px){
 .tab_contents .sub_title .btnwrap { top: 67px; } 
 }
@media (max-width: 750px){
 .tab_contents .sub_title .btnwrap { position: static; transform: none; margin-top: 0; margin: 0 auto; width: 100%; } 
 /* .tab_contents .sub_tab span.school_class .tt_group_name { display: none; }  */
 }
@media (max-width: 599px){
 .tab_contents { padding: 0 10px !important; } 
 .tab_contents .sub_title { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 0; overflow: hidden; } 
 .tab_contents .sub_title h2 { font-size: 2.4rem; padding: 14px 0; display: block; } 
 .tab_contents .sub_title .btnwrap { display: block; } 
 .tab_contents .sub_title button.manual { font-size: 1.3rem; height: 30px; padding: 0 20px 3px 20px; letter-spacing: -1px; margin: 0 5px 0 0; } 
 .tab_contents .sub_title button.agreeform { font-size: 1.3rem; height: 30px; padding: 0 20px 3px 20px; line-height: 1.5rem; margin: 0 5px 0 0; letter-spacing: -1px; } 
 .tab_contents .sub_title .select-group { margin: 5px 0 0 0; width: 100%; float: none; display:flex;flex-direction: column;gap:5px;} 
 .tab_contents .sub_title .select-group .select { width: 100% !important; max-width: 100% !important; margin-bottom: 5px; } 
 .tab_contents .sub_title .select-group .select select { height: 50px; } 
 .tab_contents .sub_title .select-group .select .select-arrow { top: 18px; }
 .tab_contents .sub_title .select-group .date-info-box { display: flex; flex-direction: row; gap: 12px; margin-left: 0; padding: 0; }
 .tab_contents .sub_title .select-group .date-info-box .date-item { flex-direction: row; }
 .tab_contents .sub_title .select-group .date-info-box .date-label { font-size: 1.3rem; padding: 4px 10px; }
 .tab_contents .sub_title .select-group .date-info-box .date-value { font-size: 1.3rem; } 
 .tab_contents .sub_title .select-group .ctl_btn_w{padding:0;margin:0;}
 .tab_contents .sub_tab .sub_nav { display: none; } 
 .tab_contents .sub_tab span.school_class { position: absolute; top: 10px; right: 10px; font-weight: 700; color: #333; font-size: 1.3rem; } 
 .tab_contents .sub_tab span.school_class img { vertical-align: bottom; width: 32px; } 
 .tab_contents .sub_tab span.school_class .tt_group_name { font-size: 2.4rem; margin-left: 5px; } 
 .tab_contents .m_sub_tab { display: block; width: 100%; margin: 0px auto 20px auto; background: #4a65f6; border-radius: 5px; padding: 5px; box-sizing: border-box; } 
 .tab_contents .m_sub_tab .select-group label { color: #fff; } 
 .tab_contents .m_sub_tab .select-group .clear20 { display: none; } 
 .tab_contents .m_sub_tab .select-group .select select { border-radius: 3px; } 
 .tab_contents h3 { font-size: 2rem !important; } 
 .tab_contents h3.with_select { float: none !important; margin-bottom: 20px; } 
 .tab_contents .sub_content { width: 100%; margin: 0 auto 20px auto; padding: 25px 20px; } 
 .tab_contents .sub_content > h4 { font-size: 1.8rem; } 
 .tab_contents .sub_content .select-group { float: none; width: 100%; padding: 0!important; margin-left: 0px; } 
 .tab_contents .sub_content .select-group label { text-indent: -99999px; } 
 .tab_contents .sub_content .select-group .select select { border: 1px solid #333; border-radius: 2px; } 
 .top_logo { width: 100%; height: 80px; background: #fff; min-width: 360px; text-align: center; margin-top: 50px; padding-top: 0; } 
 .top_logo h1 { padding: 0; position: relative; margin: 0 auto; text-align: left; display:flex !important;align-items:center;justify-content:center;} 
 .top_logo h1 .face { width: 72px; height: 40px; position: absolute; left: -20px; padding: 0; background-image: url('/images/ttFriendship/face.png'); background-repeat: no-repeat; background-size: 72px auto; } 
 .top_logo h1 .face .eye { background-color: white; border-radius: 10px; width: 3px; height: 5px; position: absolute; top: 13px; } 
 .top_logo h1 .face .eye.yellow_left { left: 12px; animation: yellow_eye 1.5s infinite; } 
 .top_logo h1 .face .eye.yellow_right { left: 24px; animation: yellow_eye 1.5s infinite; } 
 .top_logo h1 .face .eye.blue_left { left: 45px; animation: blue_eye 2s infinite; } 
 .top_logo h1 .face .eye.blue_right { left: 56px; animation: blue_eye 2s infinite; } 
 .top_logo h1 .t1 { font-size: 20px; font-weight: 700; line-height: 1.2; } 
 .top_logo h1 .t2 { font-size: 16px; font-weight: 500; line-height: 1.2; } 
 .top_logo h1 .t2 b { color: #643fed; } 
 .top_logo h1 img { width: 160px; height: auto; } 
 }
.sub_content.allreport { background-color: transparent !important; } 

/* ë‹¤íšŒì°¨ ë¶„ì„ ë¦¬í¬íŠ¸ íŒì—…-ì´ì¤‘ ìŠ¤í¬ë¡¤ ì œê±° */
body:has(.popup2, .reportpopup2) { height:auto; } 

/* í”„ë¦°íŠ¸ ì˜ì—­ */
 @media print { @page { margin:20mm; } 

 body { height:auto !important; } 
 body::-webkit-scrollbar, header, .graph_area::-webkit-scrollbar, .sub_nav, .tab_wrap, .more_btn { display:none; } 
 * { -webkit-print-color-adjust: exact; print-color-adjust: exact; } 

 .noprint { display:none; } 
 .showprint { display:block; } 

 /** êµìš°ê´€ê³„ë¶„ì„ë¦¬í¬íŠ¸ **/
 .sub_content.allreport > div h4 { font-size:18pt; } 
 .top_logo { height:65px; } 
 #reportSubMenu { position: relative; } 
 .tab_contents .sub_tab { height:auto; position:absolute; top:-65px; right:0; } 
 .school_class .tt_group_name { display:inline-block !important; font-size:30px; } 
 .m_sub_tab { margin-top:50px; } 
 .rtbox ul { display:flex; justify-content:center; } 
 .sub_content.allreport > div.block3 p, .sub_content.allreport > div.block4 p { text-align:left; } 
 text { font-size:11pt; } 

 /** êµìš°ê´€ê³„ì§„ë‹¨ **/
 #reportCont { padding:0; } 
 #reportCont .bbs-w.tb_rt { overflow-x:visible; } 
 #mCSB_1_scrollbar_horizontal { display:none !important; } 

 /** ì „ì²´êµìš°ê´€ê³„ê·¸ëž˜í”„ **/
 .filter { display:none; } 
 #multi_block5 { break-before: page; } 
 #r_chart { text-align:center; } 
 }

/* KSH 250116 LNB content 전체 영역 */
.sub_content_wrap { width:100%; display: flex; flex-wrap:nowrap; gap:30px; } 


@media (max-width: 1200px){
    .sub_content_wrap {gap:0; } 
}

/* KSH 250116 LNB 추가함 */
.nav_wrap > div {display: flex; flex-direction: column; margin: 0 auto; width: 260px;}
nav{width: 260px;}
nav .close {display: none;}
.btn_nav {display:none; width: 25px; height: 25px; background: url('/images/common/ic_menu_m.svg') no-repeat center;background-size: 25px;}
.dim {display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.8);}

/*
@media (max-width: 1000px){
    .nav_wrap > div{width: 180px;}
    nav{width: 180px;}
}*/

@media (max-width: 1200px){
    .nav_wrap > div {width: 100%;}
    nav {position: fixed; width:100%;right: -100%; top: 0; padding: 0;  bottom: 0; z-index: 50; background: #fff; box-sizing: border-box; transition: right .5s;}
    nav::after { content: ''; height: 60px;background: #fff; width: 100%;position: absolute; top: 0;z-index: -1; }
    nav.on {right: 0;}
    nav > ul {display: block;}
    nav > ul ul {display: block;}
    nav .close{display: block; position: absolute;  right: 10px;  top: 10px;  width: 18px; height: 18px;}
    nav .close i{color: #fff;z-index: 10;position: absolute;font-size: 24px;  top: 8px; right: 7px;}
    nav .close::before{content:'';position: absolute;top:0;right:0;border-radius:50px;background:#03588B;width:38px;height:38px;}

    nav > ul > li > a {padding: 0; line-height: 3.7rem; font-size: .9rem; color: #757575; transition: all .4s;}
    nav > ul > li > a:focus,
    nav > ul > li:hover > a {color: #000; font-weight: bold;}
    nav > ul > li > ul {margin-top: -0.5rem;}
    nav > ul > li > ul a {display: block; line-height: 1.3rem; font-size: .7rem; color: #999; transition: all .4s;}
    nav > ul > li > ul a:focus,
    nav > ul > li > ul a:hover {color: #ff4325;}
    .btn_nav {display:block;width: 25px;height: 25px;background-size: 100%;position: absolute;top:-60px;right:15px;}
}
@media (max-width: 599px){
    .btn_nav{top:-54px;}    
}

.side-dep1-list{position: relative; }
.side-dep1-list > li.is-sub { position: relative;text-align: left; color: #464646;}
.side-dep1-list > li.is-sub > a { position: relative;font-weight: 600;   display: block;font-size: 16px;padding: 18px 31px 18px 14px; margin-bottom: 10px; border-radius: 20px;border: 1.5px solid #81aef7;box-shadow: 5px 5px 20px 0 rgba(150, 172, 194, 0.3); background:#f1f9ff;}
.side-dep1-list > li.is-sub > a:after {position:absolute; content: ''; width: 22px;height: 22px; position: absolute;right: 20px; top: 15px;border-radius: 30px; background:#5f8ceb; }
.side-dep1-list > li.is-sub.active > a:after{background:#fff;}
.side-dep1-list > li.is-sub.active > a:before{transform: rotate(90deg);right:27px;filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(228deg) brightness(0%) contrast(106%);}
.side-dep1-list > li.is-sub > a:before{position: absolute; content: ''; width: 8px; height: 13px; right: 26px;top: 19px; background-size: 6px; filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(228deg) brightness(107%) contrast(106%);
    background-image: url("/images/common/ic_menu_1depth_arr.svg"); background-position: center center;z-index: 1; background-repeat: no-repeat;}    
.side-dep1-list > li.is-sub.active > a, .side-dep1-list > li.is-sub > a:hover  {background: linear-gradient(270deg, #057afb 0%, #0099ff 100%);  color: #fff;}
.side-dep1-list > li.is-sub > a:hover:before{filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(228deg) brightness(0%) contrast(106%);}
.side-dep1-list > li.is-sub > a:hover:after{background:#fff;}

.side-dep2-list{width: 95%; display: none; position: relative; padding: 10px 0 10px 0;margin: -16px auto 20px auto;  box-shadow: 0 6px 8px 0 rgba(56, 104, 147, 0.2);}
.side-dep2-list::after{content:'';position:absolute;top:0;width:100%;height:100%;background:transparent;left:0;z-index:-1; }
.side-dep2-list > li > a{font-size:15px; display:block; padding:8px 0 8px 20px; position:relative; line-height:1.25em; color:#464646;}
.side-dep2-list > li > a:hover{color:#252f55;font-weight:600;}
.side-dep1-list > li.active > a{color:#ff710c;font-weight:600;z-index:10;background:#fff;box-shadow: 0 6px 8px 0 rgba(56, 104, 147, 0.2);}
/*.side-dep1-list > li.active > a:after{content: '';top:0;left:0; position: absolute; width: 100%; height: 100%; background: linear-gradient(to right bottom, #ffbb1a, #FF8F17); border-radius: 0;}
*/
.side-dep1-list > li.is-sub.active .side-dep2-list{display:block;background:#fff;border-radius:0 0 20px 20px;border:1.5px solid #5f8ceb;}
.side-dep2-list > li.active > a{color:#252f55;font-weight:600;}
.side-dep2-list > li.active > a:before{background-color:#425ABE;}

@media (max-width: 1200px){
    .nav_wrap .h2_title_wrap{display:none;}
    .side-dep1-list{ border: 0; box-shadow: none; border-radius: 0;margin-top: 30px;padding-top: 30px;background:transparent;}
    .side-dep1-list > li.is-sub > a{padding: 10px 30px 10px 10px; border-radius: 0; border: 0; box-shadow:none;margin-bottom:0;border-bottom:1px solid #b8d6f7 !important;}
    .side-dep1-list > li.is-sub.active .side-dep2-list{border-radius: 0; border:0;background:#fafcff;}
    .side-dep2-list{width: 100%; margin: 0 auto;  box-shadow: none;}
    .side-dep2-list:after {  box-shadow:0 0 15px 0 rgba(56, 104, 147, 0.3);}
}

.m_menu_logo{display:none;}

@media (max-width: 1200px){
    .m_menu_logo{display:block;position: absolute;top:10px;left:10px;height:50px;}
    .m_menu_logo h3{padding-left:60px;font-size:14px !important;line-height:1;font-weight:600;margin-bottom:5px;}
    .m_menu_logo .m_h1_sub_title{padding-left:60px;font-size:12px;line-height:1;}
    .m_menu_logo .m_h1_sub_title i{color: #643fed;font-weight:500;}
    .m_menu_logo:before{content:'';background-image:url('/images/ttFriendship/face_yellow.png'); background-size:30px; background-position:center center; background-repeat:no-repeat;width: 30px; height: 30px; display: block; position: absolute;top:0;left:0;}
    .m_menu_logo:after{content:'';background-image:url('/images/ttFriendship/face_blue.png'); background-size:30px; background-position:center center; background-repeat:no-repeat;width: 30px; height: 30px; display: block; position: absolute;top:0;left:25px;}
}

/* KSH 250203 ai상담 */
.ai_form_write_fieldset{display: flex;flex-wrap: wrap;color:#464646;}
.ai_form_write_list{flex: 1 1 100%;display: flex;flex-wrap: nowrap;align-items: center;gap: 15px;z-index:10;min-height: 60px;}
.ai_form_write_list .input_in{height: 100%;  min-height: 50px;  display: flex;  align-items: center;  gap: 10px;width:50%;}
.ai_form_write_list span{color:#464646;font-size:16px;}
.ai_form_write_list .bar{font-size:20px;font-weight:600;}
.ai_form_write_list .select_in{width: 100%; display: flex; align-items: center; gap: 10px;}

.ai_label_title{min-width: 100px;    text-align:center; position: relative;height:100%;}
.ai_label_title label{height:100%;position:relative; display: block;font-size: 16px;  font-weight: 600; color: #464646;z-index:1;display: flex;   justify-content: center;   align-items: center;}
.ai_label_title:after{content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%;  height: 100%; background: #f2f3f5;}
.essential:before{content:'●';position:relative;color:#f8703a;top:-5px;left:-4px;font-size:5px;}

.ai_form_write_list .btn_wrap{display: flex;gap:10px;flex-wrap: nowrap;}
.ai_form_write_list .btn_wrap a{border-radius:6px;}
.ai_border_line{width:100%;border-top:1px solid #dbdcdc;margin:20px 0;clear:both;border-top: 1px solid var(--primary_line);}

.wp100{width:100% !important;}
.wp50{width:50% !important;}
.w100{width:100px !important;}
.w150{width:150px !important;}
.w200{width:200px !important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w350{width:350px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}

/* KSH 250203 ai상담- 주제 */
.ai_form_subj_wrap{width:100%;display:flex;gap:10px;}
.ai_form_subj_wrap ul{width:calc(100% - 80px);padding:10px;}
.ai_form_subj_label_box{display:flex;gap:10px;flex-wrap: wrap;}
.ai_form_subj_label_box li .ra_label{padding-left:30px;position:relative;cursor: pointer;}
.ai_form_subj_label_box li .ra_label:before{content:'';position: absolute;top: 50%;left:10px;transform: translate(0, -50%);background-size:100%;z-index:1;}
/* .ai_form_subj_label_box li .ra_label:after{content:'';position: absolute;top: 50%;left:10px;background-size:100%;width:40px;height:40px;border-radius:50px;background-color:#fff;z-index:-1;}*/
.ai_form_subj_label_box li .ra_label.ai_book:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_book.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_career:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_career.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_character:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_character.svg') no-repeat center center;} 
.ai_form_subj_label_box li .ra_label.ai_gender:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_gender.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_rel:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_rel.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_fam:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_fam.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_dev:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_dev.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_info:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_info.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_harm:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_harm.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_damage:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_damage.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_suicide:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_suicide.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_mental:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_mental.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_phone:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_phone.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling01.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling03.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling04:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling04.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_study01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_book.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_damage02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_damage02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_rel02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_rel02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_mental02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_mental02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_mental03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_mental03.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_study02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_study02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_devel01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel01.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_devel02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel02.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_devel03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel03.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_devel04:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel04.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling05:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling04.svg') no-repeat center center; }  
.ai_form_subj_label_box li .ra_label.ai_counseling06:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling01.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_counseling07:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling07.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_counseling08:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling08.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_lecture:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_lecture.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_paper01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_paper01.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_counseling09:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling09.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_counseling10:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling10.svg') no-repeat center center; } 
.ai_form_subj_label_box li .ra_label.ai_etc{padding: 0 15px;}
.ai_form_btn_wrap{width:100%;margin-top:20px;display: flex;justify-content: center;}

@media (max-width: 1300px) { 
    .ai_form_write_list{flex-direction: column;gap:0;}
    .ai_form_write_list .input_in{width:100%;}
    .ai_form_write_list .select_in{width:auto;}
}


@media (max-width: 800px) { 
    .ai_form_subj_wrap ul{width:100%;}
    .ai_label_title {width:100%;}
    .ai_label_title label{height:40px;width:100%;}
    .ai_form_write_list .input_in{flex-direction: column;align-items:left;align-items: baseline;}

    .ai_form_subj_wrap{flex-direction: column;}
}


/* KSH 250203 ai상담 상세 타이틀 */
.ai_h3_title_wrap{width:100%;display:flex;justify-content: space-between;margin-bottom:20px;}
.ai_h3_title_wrap h3{font-size:2.2rem !important;margin-bottom:0 !important;color: var(--primary_1_dark02) !important;text-indent: 0 !important;min-width:200px;}
.ai_h3_title_wrap span{color: var(--primary_1); }
.ai_h3_title_wrap .left_in{display:flex;gap:10px;align-items: center;}
.ai_h3_title_wrap .right_in{display: flex;gap: 10px;align-items: center;}
.ai_h3_title_wrap .right_in a{border-radius:5px;}

@media (max-width: 1100px) { 
    .ai_h3_title_wrap{flex-direction: column;gap:20px;}
    .ai_h3_title_wrap .right_in{justify-content: right;}
}

@media (max-width: 800px) { 
    .ai_h3_title_wrap h3{font-size:2rem !important;}
    .select_in_flex_down{width:100%;}
}


/* KSH 250203 ai상담 상세 - 상담 코칭 */
.ai_coaching_wrap{display: flex;  border-radius: 15px;  background: var(--bg_blue_box); box-shadow: 4px 4px 4px rgba(92, 105, 125, 0.2);
    min-height: 200px; padding: 0;  gap: 30px;  align-items: center; margin-bottom: 20px;  background-image: linear-gradient(-45deg,#eff5f9, #fff,#eff5f9), linear-gradient(to right, #5ECB69 0%, #7E9BFF 101%);
    border: 8px solid transparent;background-origin: border-box; background-clip: content-box, border-box;}
.ai_coaching_wrap .charactor_box{position:relative;width:120px;height:120px;padding:10px;margin: 30px 0 0 30px}
.ai_coaching_wrap .charactor_box img{z-index: 2;position: absolute; width: 95%; bottom: 8px; left: 10px;border-radius:0 0 0 10px;}
.ai_coaching_wrap .charactor_box:after{content:'';position:absolute;bottom:10px;right:0;width:100%;height:100%;border-radius:20px;box-shadow: 4px 4px 4px rgba(92, 105, 125, 0.2); background: linear-gradient(270deg, #e8ecf1 0%, #fff 100%);}
.ai_coaching_wrap .coaching_box{width:calc(100% - 170px);padding-right:20px;}
.ai_coaching_wrap .coaching_box .title{font-size:2.2rem;font-weight:700;color:var(--primary_1);}
.ai_coaching_wrap .coaching_box .text{font-size:1.8rem;font-weight:500; color: var(--primary_1_dark02) !important;line-height:1.3;}
.ai_coaching_label_box{display:flex;gap:10px;flex-wrap: wrap;margin-bottom:20px;}
.ai_coaching_label_box li .ra_label{position:relative;cursor: pointer;}
.ai_coaching_label_box li .ra_label:hover, .ai_coaching_label_box li .ra_label:focus{pointer-events: none;}


@media (max-width: 800px) { 
    .ai_coaching_wrap{flex-direction: column;gap:0;}
    .ai_coaching_wrap .coaching_box{width:90%;}
    .ai_coaching_wrap .coaching_box .title{font-size:2rem;}
    .ai_coaching_wrap .coaching_box .text{font-size:1.6rem;}
    .ai_coaching_wrap .charactor_box {width:100px;height:100px;margin: 30px 0 0 0;}
}

/* KSH 250203 ai상담 상세 - 상담 일지 */
.ai_ex_bottom_box{background: var(--bg_gray_box);border-radius:15px;padding:20px;  box-shadow: 4px 4px 4px rgba(92, 105, 125, 0.2);}
.ai_ex_bottom_box .time_text{font-size:2rem;margin:0;font-weight:600;margin-bottom:20px;}
.ai_ex_bottom_box .ai_keyword_in{gap: 20px; display: flex; align-items: center; background: #fff; border-radius: 15px; padding: 15px; box-shadow: 4px 4px 4px rgba(92, 105, 125, 0.2);}
.ai_ex_bottom_box .ai_keyword_in .keyword_title{font-size: 1.8rem; padding: 0 15px;  height: 35px; line-height: 35px;display: inline-block; border-radius: 15px;font-weight: 600; overflow: hidden;   white-space: nowrap; text-align: center;background:var(--bg_gray_box);color:var(--primary_1_dark02);margin:0;}
.ai_ex_bottom_box .ai_keyword_in span {font-size:1.8rem;color:var(--primary_1);font-weight:600;}
.ai_ex_bottom_box .ai_keyword_in ul{display:flex;gap:10px;}

@media (max-width: 900px) { 
    .ai_ex_bottom_box .ai_keyword_in ul{flex-wrap: wrap;}
    .ai_ex_bottom_box .ai_keyword_in ul li{flex:1 1 30%;}
    .ai_ex_bottom_box .ai_keyword_in{flex-direction: column;}
    .ai_ex_bottom_box .ai_keyword_in span{display: inline-block;}
}

/* KSH 250203 ai상담 상세 - 분류 상담인원 상담사 소속 */
.ex_bottom_in_list01{width:100%;margin:auto;font-size:1.6rem;color:var(--primary_1_dark02);display: flex;gap:20px;flex-wrap: wrap;margin-top:20px;}
.ex_bottom_in_list01 li{flex:1 1 48%;display:flex;justify-content: left; align-items: center;}
.ex_bottom_in_list01 li span.title{font-weight:600;width:100px;}
.ex_bottom_in_list01 li p{margin:0;}
.ex_bottom_in_list01 li p i{width:15px;height:15px;background:var(--bg_white_box);font-weight:800;color:var(--primary_1_dark03);}

@media (max-width: 900px) { 
    .ex_bottom_in_list01 li{flex-direction:column;align-items: flex-start;gap:10px;}
    .ex_bottom_in_list02 li{flex-direction:column;align-items: flex-start !important;gap:10px;}
}

.ex_bottom_in_list02{width:100%;margin:auto;font-size:1.6rem;color:var(--primary_1_dark02);}
.ex_bottom_in_list02 li span.title{font-weight:600;width:100px;}
.ex_bottom_in_list02 li p{margin: 0;line-height:1.5; width: calc(100% - 100px); display: flex; align-items: center; gap: 10px;flex-wrap: wrap;}
.ex_bottom_in_list02 li p select{width:150px;}
.ex_bottom_in_list02 li .select_box{width:calc(100% - 100px);display:flex;gap:10px;}
.ex_bottom_in_list02 li{display:flex;justify-content: left; align-items: center;gap:20px;margin-bottom:20px;}

@media (max-width: 1100px) {     
    .ex_bottom_in_list02 li.flex_col{flex-direction: column;width:100%;}
    .ex_bottom_in_list02 li.flex_col p{width:100%;}
    .ex_bottom_in_list02 li .select_box{width:100%;flex-direction: column;}
    .ex_bottom_in_list02 li.flex_col .title {   width: 100%; }
}

@media (max-width: 900px) {     
    .ex_bottom_in_list02 li p{width:100%;}
    .ex_bottom_in_list02 li.flex_col{flex-direction: column;}
    .ex_bottom_in_list02 li.flex_col .title{width:100%;}
    .ex_bottom_in_list02 li .select_box{width:100%;flex-direction: column;}
    .ex_bottom_in_list02 li .select_box p{width:100%;}
}

.ai_view_label{position: relative;font-weight:600;background:#fff;border-radius:30px;width:fit-content;padding:8px 15px 8px 35px;}
.ai_view_label:before{content: ''; position: absolute; top: 50%;left: 10px;transform: translate(0, -50%); background-size: 100%; z-index: 1;}
.ai_view_label.ai_book:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_book.svg') no-repeat center center; } 
.ai_view_label.ai_career:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_career.svg') no-repeat center center; } 
.ai_view_label.ai_character:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_character.svg') no-repeat center center;} 
.ai_view_label.ai_gender:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_gender.svg') no-repeat center center; } 
.ai_view_label.ai_rel:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_rel.svg') no-repeat center center; } 
.ai_view_label.ai_fam:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_fam.svg') no-repeat center center; } 
.ai_view_label.ai_dev:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_dev.svg') no-repeat center center; } 
.ai_view_label.ai_info:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_info.svg') no-repeat center center; } 
.ai_view_label.ai_harm:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_harm.svg') no-repeat center center; } 
.ai_view_label.ai_damage:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_damage.svg') no-repeat center center; } 
.ai_view_label.ai_suicide:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_suicide.svg') no-repeat center center; } 
.ai_view_label.ai_mental:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_mental.svg') no-repeat center center; } 
.ai_view_label.ai_phone:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_phone.svg') no-repeat center center; }  
.ai_view_label.ai_counseling01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling01.svg') no-repeat center center; }  
.ai_view_label.ai_counseling02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling02.svg') no-repeat center center; }  
.ai_view_label.ai_counseling03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling03.svg') no-repeat center center; }  
.ai_view_label.ai_counseling04:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling04.svg') no-repeat center center; }  
.ai_view_label.ai_study01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_label_book.svg') no-repeat center center; }  
.ai_view_label.ai_damage02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_damage02.svg') no-repeat center center; }  
.ai_view_label.ai_rel02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_rel02.svg') no-repeat center center; }  
.ai_view_label.ai_mental02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_mental02.svg') no-repeat center center; }  
.ai_view_label.ai_mental03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_mental03.svg') no-repeat center center; }  
.ai_view_label.ai_study02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_study02.svg') no-repeat center center; }  
.ai_view_label.ai_devel01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel01.svg') no-repeat center center; }  
.ai_view_label.ai_devel02:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel02.svg') no-repeat center center; }  
.ai_view_label.ai_devel03:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel03.svg') no-repeat center center; }  
.ai_view_label.ai_devel04:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_devel04.svg') no-repeat center center; }  
.ai_view_label.ai_counseling05:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling04.svg') no-repeat center center; }  
.ai_view_label.ai_counseling06:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling01.svg') no-repeat center center; } 
.ai_view_label.ai_counseling07:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling07.svg') no-repeat center center; } 
.ai_view_label.ai_counseling08:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling08.svg') no-repeat center center; } 
.ai_view_label.ai_lecture:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_lecture.svg') no-repeat center center; } 
.ai_view_label.ai_paper01:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_paper01.svg') no-repeat center center; } 
.ai_view_label.ai_counseling09:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling09.svg') no-repeat center center; } 
.ai_view_label.ai_counseling10:before{width:15px;height:20px;background:url('/images/ttFriendship/ai_counseling10.svg') no-repeat center center; } 
.ai_view_label.ai_etc{padding: 0 15px;}

/* KSh 250213 파일 다운로드 추가 */
.select_in_flex_wrap{width:100%;display:flex;flex-direction: column;padding:10px;gap:10px;}
