@charset "utf-8";

/*sub*/
#contents { padding: 5.625rem 0; min-height: 50vh; }

.t_point { color: #0291c5; }
.t_center { margin-top: 3rem; font-size: 1.25rem; font-weight: 500; text-align: center; }
.btm_info { margin-top: 10px; font-size: .94rem; }

ul.ul_disc > li { position: relative; padding: 0 1rem; }
ul.ul_disc > li::before { content:""; position: absolute; top: .625rem; left: 0; width: 4px; height: 4px; background: #0291c5; border-radius: 10px; }
ul.white > li::before { background: #fff; }

ul.ul_trgl > li { position: relative; padding: 0 1.125rem; }
ul.ul_trgl > li::before { content:""; position: absolute; top: .5rem; left: 0; width: 0; height: 0; border-left: #0291c5 8px solid; border-top: transparent 4px solid; border-bottom: transparent 4px solid; border-top: transparent 4px solid; }
ul.ul_trgl > li + li { margin-top: .3rem; }

ul.ul_roundbox > li { margin-bottom: 5px; padding: 1.5rem; padding-right: 3rem; background: #f7f7f7; border-radius: 500px; display: flex; gap: 3.2rem; align-items: center; }

ol.ol_num > li { counter-increment: inst; padding-left: 2rem; position: relative; }
ol.ol_num > li::before { content: counter(inst); position: absolute; top: 2px; left: 0; text-align: center; display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; background: #888; border-radius: 50%; font-size: .9rem; color: #fff; }
ol.ol_num > li + li { margin-top: .625rem; }

ol.ol_num2 > li { counter-increment: inst2; padding-left: 2.8rem; position: relative; }
ol.ol_num2 > li::before { content: counter(inst2, decimal-leading-zero); position: absolute; top: -.2rem; left: 0; text-align: center; display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; background: #897c71; border-radius: 50%; font-size: .9rem; font-weight: 500; color: #fff; }
ol.ol_num2 > li + li { margin-top: 1rem; }

ol.ol_num3 > li { counter-increment: inst3; position: relative; }
ol.ol_num3 > li::before { content: counter(inst3) "."; }
ol.ol_num3 > li + li { margin-top: .2rem; }

ol.num_box > li { counter-increment: inst4; padding: 2.65rem 3.4rem; position: relative; background: #f9f9f9; }
ol.num_box > li::before { content: counter(inst4, decimal-leading-zero); position: absolute; top: 2.5rem; left: 0; text-align: center; width: 2.5rem; height: 2rem; line-height: 2rem; background: #eb5d45; border-radius: 0 10px 10px 0; font-size: 1.0625rem; font-weight: 500; color: #fff; }
ol.num_box > li + li { margin-top: 5px; }


ol.ol_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5625vw; }
ol.ol_grid > li { counter-increment: inst5; padding: 2rem; min-height: 12.5rem; position: relative; background: #fff; border: 1px solid #eee; }
ol.ol_grid > li::before { content: counter(inst5) "항"; position: absolute; left: 2rem; top: 2rem; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; text-align: center; background: #0068c0; border-radius: 50%; font-size: .94rem; color: #fff; }


dl.exp_box { position: relative; overflow: hidden; padding-top: 3.5rem; }
dl.exp_box > dt { width: 100%; position: absolute; top: 0; left: 0; padding: 1rem 1.5rem; border: 1px solid #ccc; border-bottom: 0; border-radius: 10px 10px 0 0; font-weight: 500; }
dl.exp_box > dd { padding: 1.5rem; height: 100%; border: 1px solid #ccc; border-top: 0; border-radius: 0 0 10px 10px }
dl.exp_box > dd.gray_bg {  }


dl.dl_list { position: relative; overflow: hidden; padding-top: 3.5rem; }
dl.dl_list > dt { width: 100%; padding: 1rem 1.5rem; border: 1px solid #ccc; border-bottom: 0; font-size: 1.125rem; font-weight: 500; }
dl.dl_list > dd { padding: 1.5rem; padding-top: 0; height: 100%; }




#sub_visual { position: relative; background-color: #eee; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
#sub_visual .inner { height: 21.25rem; padding-top: 8.125rem; padding-bottom: 3.75rem; display: flex; flex-direction: column; justify-content: center; }
#sub_visual .sub_title { margin-top: -5rem; color: #fff; }
#sub_visual h2 { font-size: 2.8125rem; font-weight: 500; }
#sub_visual .article { margin-top: .625rem; font-weight: 200; }

.menu01 #sub_visual { background-image: url('../asset/images/sub_visual1.jpg'); }
.menu02 #sub_visual { background-image: url('../asset/images/sub_visual2.jpg'); }
.menu03 #sub_visual { background-image: url('../asset/images/sub_visual3.jpg'); }
.menu04 #sub_visual { background-image: url('../asset/images/sub_visual4.jpg'); }
.menu05 #sub_visual { background-image: url('../asset/images/sub_visual5.jpg'); }
.menu06 #sub_visual { background-image: url('../asset/images/sub_visual6.jpg'); }


.sub_vis_style2 #sub_visual { background-color: #fff; background-image: none; }
.sub_vis_style2 #sub_visual .sub_title { display: none; }
.sub_vis_style2 #sub_visual .inner { height: auto; padding-top: 5rem; }
.sub_vis_style2 #sub_visual .lnb { top: 5rem; width: 100%; background: #01a5e3; }
.sub_vis_style2 #sub_visual .lnb .slide_box .bt { color: #fff; }
.sub_vis_style2 #sub_visual .lnb .slide_box.dep2 .bt { background: #01a5e3; }
.sub_vis_style2 #sub_visual .lnb .slide_box .bt::after { border-color: #fff; }
.sub_vis_style2 #sub_visual .lnb .slide_box.dep1:after { display: none; }
.sub_vis_style2 #sub_visual .lnb .home img { -webkit-filter: grayscale(100%) brightness(1000%); filter: grayscale(100%) brightness(1000%); }


.lnb { height: 3.625rem; display: flex; flex-wrap: wrap; position: absolute; left: 0; bottom: 0; background: #fff; z-index: 99; }
.lnb::before { content: ""; position: absolute; right: 100%; top: 0; width: calc((100vw - var(--inner)) / 2); height: 100%; background: #fff; }
.lnb .home { width: 4.75rem; height: inherit; position: relative; }
.lnb .slide_box { width: 20rem; position: relative; }
.lnb .slide_box.dep1:after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 1rem; background: #ccc; }
.lnb .slide_box .bt { display: block; width: 100%; height: 100%; display: flex; align-items: center; padding: 0 1.875rem; z-index: 99; font-size: 1.0625rem; font-weight: 500; }
.lnb .slide_box.dep2 .bt { background: #1cacff; color: #fff; }

.lnb .slide_box .bt::after { content: ""; position: absolute; right: 1.5rem; top: 50%; transform: translateY(-70%) rotate(45deg); width: .75rem; height: .75rem; border-right: 2px solid #333; border-bottom: 2px solid #333; transition: .3s;  }
.lnb .slide_box.dep2 .bt::after { border-color: #fff; }
.lnb .slide_box .bt.on::after { transform: translateY(-30%) rotate(225deg); }

.lnb .slide_box ul { position: absolute; top: 80%; left: 50%; transform: translateX(-50%); width: 95%; padding: 1.5rem; background: #fff; box-shadow: 3px 3px 15px rgba(27, 27, 50, .2); border-radius: 1.25rem; z-index: 99; display: none; }
.lnb .slide_box ul li { padding: .3rem 0; }
.lnb .slide_box ul li a { font-weight: 500; transition: .3s; color: #ababab; width: 100%; display: inline-block; padding: 0;}
.lnb .slide_box ul li:hover a { color: #1bbde7; }
.lnb .left_tit { display: none; }


.page_title { margin-bottom: 3.75rem; }

.tab_btn_style1 { display: flex; align-items: flex-end; }
.tab_btn_style1 > li { position: relative; flex: 1; height: 3.75rem; border-bottom: 1px solid #bbb; }
.tab_btn_style1 > li::after { display: none; content: ""; position: absolute; left: 0; bottom: 100%; width: 100%; height: 2px; background: #0068c0; }
.tab_btn_style1 > li a { background: #f9f9f9; border-top: 1px solid #e8e8e8; font-size: 1.0625rem; color: #a2a2a2; transition: none; }
.tab_btn_style1 > li:first-child a { border-left: 1px solid #e8e8e8; }
.tab_btn_style1 > li + li a { border-left: 1px solid #e8e8e8; }
.tab_btn_style1 > li:last-child a { border-right: 1px solid #e8e8e8; }

.tab_btn_style1 > li.active { height: calc(3.75rem + 2px); border-bottom: 0; }
.tab_btn_style1 > li.active::after { display: block; }
.tab_btn_style1 > li.active a { background: #fff; border-top: 0; border-right: 1px solid #bbb; border-color: #bbb; font-weight: 500; color: #0068c0; }
.tab_btn_style1 > li.active + li a { border-left: 0; }


.tab_btn_style2 { display: flex; align-items: flex-end; }
.tab_btn_style2 > li { position: relative; flex: 1; height: 3.75rem; }
.tab_btn_style2 > li::after { display: none; content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; width: 0; height: 0; border-top: 10px solid #3968cf; border-right: 8px solid transparent; border-bottom: 0; border-left: 8px solid transparent; }
.tab_btn_style2 > li a { background: #f9f9f9; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; font-size: 1.0625rem; color: #666; transition: none; }
.tab_btn_style2 > li:first-child a { border-left: 1px solid #e8e8e8; }
.tab_btn_style2 > li + li a { border-left: 1px solid #e8e8e8; }
.tab_btn_style2 > li:last-child a { border-right: 1px solid #e8e8e8; }

.tab_btn_style2 > li.active::after { display: block; }
.tab_btn_style2 > li.active a { background: linear-gradient(135deg, #0291c5, #3f64d0); border-top: 0; border-bottom: 0; font-weight: 500; color: #fff; }
.tab_btn_style2 > li.active + li a { border-left: 0; }

/* 결제 상태 서브 탭 스타일 - 작은 크기 */
.tab_btn_style_payment { 
    display: flex; 
    align-items: center; 
    gap: 0;
    margin: 0;
}

.tab_btn_style_payment > li { 
    position: relative; 
    height: 2.5rem; /* 기존 3.75rem에서 축소 */
    min-width: 80px; /* 최소 너비 설정 */
}

.tab_btn_style_payment > li::after { 
    display: none; 
    content: ""; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    top: 100%; 
    width: 0; 
    height: 0; 
    border-top: 8px solid #3968cf; /* 기존 10px에서 축소 */
    border-right: 6px solid transparent; /* 기존 8px에서 축소 */
    border-bottom: 0; 
    border-left: 6px solid transparent; 
}

.tab_btn_style_payment > li a { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem; /* 좌우 패딩 */
    background: #f9f9f9; 
    border-top: 1px solid #e8e8e8; 
    border-bottom: 1px solid #e8e8e8; 
    font-size: 0.875rem; /* 기존 1.0625rem에서 축소 */
    color: #666; 
    transition: all 0.2s ease;
    white-space: nowrap;
}

.tab_btn_style_payment > li:first-child a { 
    border-left: 1px solid #e8e8e8; 
    border-radius: 4px 0 0 4px; /* 좌측 둥근 모서리 */
}

.tab_btn_style_payment > li + li a { 
    border-left: 1px solid #e8e8e8; 
}

.tab_btn_style_payment > li:last-child a { 
    border-right: 1px solid #e8e8e8; 
    border-radius: 0 4px 4px 0; /* 우측 둥근 모서리 */
}

.tab_btn_style_payment > li.active::after { 
    display: block; 
}

.tab_btn_style_payment > li.active a { 
    background: linear-gradient(135deg, #0291c5, #3f64d0); 
    border-top: 0; 
    border-bottom: 0; 
    font-weight: 500; 
    color: #fff; 
}

.tab_btn_style_payment > li.active + li a { 
    border-left: 0; 
}

/* 호버 효과 추가 */
.tab_btn_style_payment > li:not(.active) a:hover {
    background: #efefef;
    color: #333;
}


/*심의신청 안내*/
.asymmetric .left { width: 27.85%; }
.asymmetric .right { width: 66%; }
.grid3_box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.grid3_box > li { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; width: 31.5%; padding: 2vw; aspect-ratio: 1.2/ 1; border-radius: .625rem; color: #fff; }
.grid3_box > li .btn_style4 { min-height: 2.5rem; font-weight: 300; }
.grid3_box > li .btn_style4:hover { opacity: 1; background: #fff; color: #000; font-weight: 500; }

.apply_ul { border-top: 1px solid #000; border-bottom: 1px solid #000; }
.apply_ul li { display: flex; flex-wrap: wrap; align-items: center; min-height: 8.125rem; border-bottom: 1px solid #e8e8e8; }
.apply_ul li .left { position: relative; width: 20rem; padding-left: 8.125rem; }
.apply_ul li .left::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 3.75rem; background: #ddd; }
.apply_ul li .left .icon { position: absolute; left: 1.25rem; top: 50%; transform: translateY(-50%); max-width: 5rem; width: 25%; }
.apply_ul li .right { width: calc(100% - 20rem); padding: 0 2.5rem; }



/*광고심의 신청*/
.apply_select ul li { position: relative; width: calc((100% - 7.5rem)/4); padding: 3.75rem 2rem 8.25rem; color: #fff; border-radius: 1.25rem; box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, .3); z-index: 1; overflow: hidden; }
.apply_select ul li *:not(.img_box) { position: relative; z-index: 3; }
.apply_select ul li .img_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.apply_select ul li .click_box { z-index: 3; }
.apply_select ul li .fw200 { opacity: .7; }
.apply_select ul li .ico_top { display: flex; gap:10px; position: absolute; top: 1.25rem; }
.apply_select ul li .ico_top p { background: #fff; padding: 2px 10px; border-radius: 3px; position: relative; }
.apply_select ul li .ico_top p:after { content: ''; display: block; width: 0; height: 0; border: 5px transparent solid; border-top: 5px #fff solid; border-left: 5px #fff solid;
position: absolute; left: calc(50% - 5px); bottom: -5px; transform: rotate(225deg); }

.btn_slide_eff { position: relative; width:  calc(100% - 4rem); min-height: 3.25rem; border: .375rem solid #fff; border-radius: 50px; background: #fff; overflow: hidden; }
.btn_slide_eff span { transform: translateX(20%); transition: .6s; }
.btn_slide_eff::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; width: 2.375rem; height: 100%; background: #333; border: 1px solid #fff; border-radius: 50px; transition: .6s; }
.btn_slide_eff::after { content: ""; position: absolute; z-index: 2; right: calc(100% - 2.375rem); top: 50%; transform: translateY(-50%); width: 2.375rem; height: 2.375rem; background: url('/asset/images/btn_arrow.png'); background-size: 100%; transition: .6s; }
.btn_slide_eff:hover::before { opacity: 1; width: calc(100% - 4px); }
.btn_slide_eff:hover::after { right: 0; }
.btn_slide_eff:hover span { transform: translateX(-20%); color: #fff; }

.apply_select .twin {flex-wrap:wrap; gap:0.5rem;}
.apply_select .twin .btn_slide_eff span { transform: translateX(20%); }
.apply_select .twin .btn_slide_eff:hover span { transform: translateX(-15%); }

.apply_select ul li .btn_slide_eff { position: absolute; left: 2rem; bottom: 2rem; }
.apply_select ul li .btn_slide_eff.first { position: absolute; left: 2rem; bottom: 6rem; }
.apply_select ul li:last-child .btn_slide_eff span { transform: translateX(15%); }
.apply_select ul li:last-child .btn_slide_eff:hover span { transform: translateX(-20%); }

.apply_select ul li .btn_area { width: 100%; /* padding: 2.6vw 2.375rem; */ position: absolute; left: 0; bottom: 0; display: flex; justify-content: space-between; }


.info_tag { position: relative; display: inline-block; padding-left: .5rem; }
.info_tag a {display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border: 1px #666 solid; border-radius: 50%; color: #8e8e8e; cursor: pointer;}
.info_tag .info_txt {display:none; position: absolute; top: 0; left: calc(24px + 1rem); font-size: 14px; font-weight: 300; color: #666; background: #fff; padding: .5rem 1rem; width: 200px; 
border: 1px #ccc solid; z-index: 9;}
.info_tag:hover .info_txt{display:block;}

#ctl00_ctl00_contents_contents_mediaType {display: block;}
#ctl00_ctl00_contents_contents_mediaType tr {display: block;  border: 0; text-align: left;}
#ctl00_ctl00_contents_contents_mediaType td {display: inline-block; width: auto; padding: 0;  border: 0;}


/*광고심의 수정검토*/
.notice_banner { position: relative; padding: 2.375rem; padding-left: 10.9375rem; background: #f3f4f7; border: 1px solid #eee; border-radius: .625rem; }
.notice_banner > i { position: absolute; left: 2.25rem; top: 50%; transform: translateY(-50%); width: 5.625rem; height: 5.625rem; background-color: #fff; background-repeat: no-repeat; background-position: 50% 50%; border: 1px solid #eee; border-radius: 50%; }


/*광고관련 법규*/
.regulation { display: flex; border: 1px solid #ddd; }
.regulation > .left { width: 16.25rem; border-right: 1px solid #ddd; }
.regulation .left .top { padding: 1.25rem 1.5rem; background: #f3f4f7; border-bottom: 1px solid #ddd; }
.regulation .left .top select { width: 100%; padding: 0 1rem; height: 2.6875rem; border-radius: 5px; font-weight: 500; color: #000; }
.regulation .left .btn_list { padding: 1.5rem 0; height: 70vh; overflow-y: auto; }
.regulation .left .btn_list li { position: relative; line-height: 1.4; padding: 0 1.5rem; }
.regulation .left .btn_list li::before { display: none; content: ""; position: absolute; top: .4rem; left: 0; width: 0; height: 0; border-top: 4px solid transparent; border-right: 0; border-bottom: 4px solid transparent; border-left: 6px solid #000; }
.regulation .left .btn_list li + li { margin-top: .825rem; }
.regulation .left .btn_list li a  { font-size: .94rem; font-weight: 300; color: #666; transition: none; }
.regulation .left .btn_list li.active a  { font-weight: 500; color: #000; }
.regulation .left .btn_list li.active::before { display: block; }
.regulation > .right { width: calc(100% - 16.25rem); padding: 0 2.5rem; }
.regulation .title_wrap { height: 5.3125rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 2px solid #000; }
.regulation .text_wrap { line-height: 1.7; padding-right: 2rem; }
.regulation .text_wrap p:has(strong),
.regulation .text_wrap dl { margin-top: 1.25rem; }
.regulation .text_wrap p:has(strong),
.regulation .text_wrap dt { position: relative; padding-left: 1.25rem; font-size: 1.25rem; font-weight: 600; }
.regulation .text_wrap p:has(strong)::before,
.regulation .text_wrap dt::before { content: ""; position: absolute; top: .45rem; left: 0; width: .5rem; height: 1.25rem; background: #0068c0; }
.regulation .no_adRegulation { color: #666; }
.regulation .tab_list { padding: 2rem 0; }
.regulation .tab_list > .tab { display: none; position: relative; height: 70vh; overflow-y: auto; }
.regulation .tab_list > .tab.active { display: block; }
.regulation .btn_list::-webkit-scrollbar, .regulation .tab_list > .tab::-webkit-scrollbar { width: .375rem; }
.regulation .btn_list::-webkit-scrollbar-thumb, .regulation .tab_list > .tab::-webkit-scrollbar-thumb { background: #b5b5b5; }
.regulation .btn_list::-webkit-scrollbar-track, .regulation .tab_list > .tab::-webkit-scrollbar-track { background: #f2f2f2; }



/*로그인*/
.login_box { width: 100%; max-width: 850px; margin: 0 auto; display: flex; border-radius: 0 2.5rem; overflow: hidden; box-shadow: 3px 3px 20px rgba(51, 51 ,51, .15); }
.login_box .left { width: 38.8235%; padding: 4.375rem 1rem 4rem; }
.login_box .left .title_wrap { width: fit-content; margin: 0 auto; position: relative; margin-bottom: 6.25rem; }
.login_box .left .title_wrap .fs36 { line-height: 1.1; }
.login_box .left .title_wrap::after { content: ""; position: absolute; right: 0; bottom: 100%; width: 3.375rem; height: 1.9375rem; background: url('/asset/images/login_text_deco.png') no-repeat 50% 50%; background-size: 100%; }
.login_box .left .btn_css { display: block; width: 70%; margin: 0 auto; }
.login_box .right { width: 61.1765%; padding: 4.375rem 3vw 4rem; }
.login_box .right ul li input { width: 100%; padding: 1.25rem; height: 3.25rem; background: #f2f2f2; border: 0; border-radius: 50px; font-size: .94rem; }
.login_box .right ul li.three input { width: 30%; }
.login_box .right ul li.email input { width: calc(50% - 1rem); margin-top: .625rem; }
.login_box .right ul li.email input.long { width: 100%; }
.login_box .right ul li.email select { width: calc(50% - 1rem); height: 3.25rem; border-radius: 50px; margin-top: .625rem; }
.login_box .right .check { padding: .885rem 0; }
.login_box .right .btn_css { width: 100%; }
.login_box .right .btm { padding-top: 1.5rem; border-top: 1px dashed #e4e4e4; }


.login_box_in { width: 100%; padding: 4rem 2rem; }
.login_box_in .t_point { color: #0291c5 }




/* 광고심의위원회 */
.committee .flex_box > .half {width: 47.9%;}
.committee table.table_data td{padding: 1.3125rem 2.5rem;}
.committee dl{gap:0 1.875rem; word-break: break-all;}
.committee dl dt{width: 2.5rem;}
/* 기사형광고심의 */
.knight .sec + .sec{margin-top:3.75rem;}
.knight .sec .h4_tit{margin-bottom:1.5625rem;}
.knight .sec1 li {gap:0.5rem 1.875rem;}
.green_box{color:#8eb113; border:1px solid #8eb113; border-radius:18px; width: 20.1875rem; text-align:center; padding: 0.3125rem 0;}
.knight .sec2 ul{position: relative;}
.knight .sec2 .box{width:49.3%;}
.knight .sec2 .box .in_box{background: #f3f4f7; height:9rem; padding: 4% 7rem 0 2.5rem;}
.knight .sec2 .box.right .in_box{padding: 4% 2.5rem 0 7rem ;}
.knight .sec2 .icon{position: absolute; width: 13.0625rem; height: 13.0625rem; border-radius:50%; background-repeat:no-repeat; background-color:#fff;
background-position:50% 50%; top: calc(50% - 6.53125rem); left: calc(50% - 6.53125rem);}
.knight .sec3 li{gap:1.8125rem;}
.knight .sec3 li .icon{background-color:#286dda; background-repeat:no-repeat; background-position:50% 50%; width:4rem; height: 4rem; border-radius:50%; position: relative;}
.knight .sec3 li + li .icon::after{position:absolute; content:""; display:block; top: calc(50% - 6px); left: -235%; background:url('../asset/images/knight3.png') no-repeat; width: 23px; height: 12px;}
.knight .sec3 .txt p{color:#adadad;}
.knight .sec3 .txt p.fs17{text-align:center; margin-top: 0.3125rem;}
.knight .sec3 .btm > .flex_box{background: #f5f5f5; border-radius:10px; width: 60%; padding: 1.625rem 2.375rem;}
.knight .sec3 .btm .left{width: 8.4375rem; position:relative;}
.knight .sec3 .btm .left::after{position:absolute; content:""; display:block; width: 2px; height: 5rem; background: #dcdcdc; right:-2.1875rem;}
.knight .sec3 .btm .left p.fs17{text-align: left;}
.knight .sec3 .btm .right {width:calc(100% - 12.5rem);}
.knight .sec3 .btm .right li{width: 50%; white-space: nowrap;}
.knight .sec3 .btm > .flex_box:last-child{width: 38.5%;}
.knight .sec3 .btm > .flex_box:last-child .left{width: 10.625rem;}
.knight .sec3 .btm > .flex_box:last-child .right{width:calc(100% - 15rem);}
.knight .sec3 .btm > .flex_box:last-child .right li{width: 100%; white-space: normal;}
.knight .sec3 p.fs15{text-align: right; color:#f13b3b; margin-top: 0.5625rem;}
.knight .sec4 > ul{border-top:2px solid #000;}
.knight .sec4 > ul > li{width: 100%; gap:0.8125rem; border-bottom:1px solid #ccc; padding:1.5rem 0.625rem;}
.knight .sec4 > ul > li:last-child{ border-bottom:2px solid #000;}
.knight .sec4 > ul > li p.white{background: #9dc023; border-radius:50%; width: 1.9375rem; height: 1.9375rem; text-align:center; line-height:2rem;}
.knight .sec4 .in_box p.fw500{background: #f5f5f5; text-align:center; padding: 1.125rem 0;}
.knight .sec4 .in_box ul {padding:1.5625rem 1.875rem; border:1px solid #eee;}
.knight .sec4 .in_box ul li{ gap:0 1rem; width: 100%;}
.knight .sec4 .in_box ul li p.fw600{width: 8.75rem; position: relative; padding-left:1.25rem;}
.knight .sec4 .in_box ul li p.fw600::after{ position:absolute; left:0; top:6px; content:""; display:block; width: 14px; height: 10px; border-left:7px solid #ccc; border-top:5px solid #fff; border-bottom:5px solid #fff;}
.knight .sec4 .in_box ul li p.fs15{width: calc(100% - 9.75rem);}

/* 인쇄매체광고심의 */
.printmedia .sec2 .box.right .in_box{padding: 10% 2.5rem 0 8.4375rem; height: 19.375rem;}
/* 광고자율심의 정보제공 */
.self_d .long{gap:4.6875rem;}
/* 관련단체_심의기구 회원단체 */
.group1 .box_wrap{gap:2rem 2.856%;}
.group1 .box_wrap li{width: 22.858%; border:1px solid #e8e8e8; transition:all 0.2s;}
.group1 .box_wrap li:hover{border:1px solid #3f64d0;}
.group1 .box_wrap li a{height: 100%; width: 100%;}
.group1 .box_wrap li div.long{padding:2.0625rem;  }
.group1 .box_wrap li div.long img{height: 1rem;}
.group1 .box_wrap li button{background: #ecf0f6; padding:1.0625rem 0; transition:all 0.2s;}
.group1 .box_wrap li:hover button{background: #3f64d0; color:#fff;}
.group1 .box_wrap li button img{transition:all 0.2s;}
.group1 .box_wrap li:hover button img{filter: brightness(0) invert(1);}
/* 관련단체_광고심의 유관기관 */
.group3 .box_wrap { /*border-top: 1px solid #e8e8e8;  border-right: 1px solid #e8e8e8;  */}
.group3 .box_wrap li {width: 25%; border: 1px solid #e8e8e8; border-right: 0px solid #e8e8e8;}
.group3 .box_wrap li:last-child,
.group3 .box_wrap li:nth-child(4n){ border-right: 1px solid #e8e8e8;}
.group3 .box_wrap li:nth-child(n+5) { border-top:0px solid #e8e8e8;}
.group3 .box_wrap li .img.cc{ width: 100%; display: flex; align-items: center; justify-content: center;  height: 7.1875rem; transition:all .3s; padding:0 1rem;}
.group3 .box_wrap li .img.cc:hover{ background: #f9f9f9; }
/* 오시는길 */
.contact .txt_box{padding:2.375rem 0; border-bottom: 1px solid #7f7f7f ; gap:1rem;}
.contact .img{ width: 5.625rem ; height: 5.625rem; background-color:#f5f6f9; background-repeat: no-repeat; background-position: 50% 50% ; border-radius: 50% ; border: 1px solid #e8e8e8 ;}
.root_daum_roughmap {width: 100% !important;}
.wrap_map{height: 31.25rem !important;}
/* 조직도 */
.o_chart .con{ width: 100%; background: #f9f9f9; border:1px solid #e8e8e8; border-radius: 20px;  padding: 5.53125rem 3rem;}
/* 연혁 */
.history .sec1 ul{ }
.history .sec1 ul li{ width: 18.858%; background: #f5f5f5; position: relative; padding: 4.5rem 1.5625rem 1.5rem; }
.history .sec1 ul li i{ width: 4.6875rem ; height: 4.6875rem; display: block; border-radius: 50% ; background-color: #3f64d0; background-repeat:  no-repeat; background-position: 50% 50% ; position: absolute; top: -12% ; left: calc(50% - 2.34375rem) ; }
.history .sec1 ul li:nth-child(2) i {background-color: #0291c5;}
.history .sec1 ul li:nth-child(3) i {background-color: #71c6d5;}
.history .sec1 ul li:nth-child(4) i {background-color: #b8d877;}
.history .sec1 ul li:nth-child(5) i {background-color: #47a957;}
.history .in_box{border-bottom: 1px solid #000;}
.history .in_box li{padding: 2.5rem 0  2.875rem; border-bottom: 1px solid #e5e5e5 ; width: 33.33%; padding-right:1rem;}
.history .in_box li dl{display: flex; flex-flow:row nowrap; justify-content: start; align-items: center; gap: 1rem ;}
.history .in_box li dl dt{width: 2.8125rem; color:#b0b0b0;}
/* 마이페이지 */
.mypage .btn{ border: 1px solid #ccc; border-radius: 2px;width: 3.6rem; display: flex; align-items: center; justify-content: center; margin-left: 0.5rem; font-size:0.75rem; min-width: auto;
    height: auto;
    line-height: normal;
    padding: 0;}
/* .mypage .btn:hover{ background: #0068c0; border-color: #0068c0; color: #fff; } */
.mypage .btn2{ border:1px solid #ececec; background: #ececec; }
.mypage .btn2:hover{ background: #ed272d; border-color: #ed272d; color: #fff; }
.mypage .btn3{ border:1px solid #a9a9a9; background: #a9a9a9; color:#fff; }
/* .mypage .btn3:hover{ border:1px solid #404040; background: #404040;  } */
.mypage .under{ text-decoration: underline; font-weight: 500; }
.mypage .btn_style2{ min-height: 1.7rem; }

.mypage1_1 label { width: calc(100% - 26px); }


/*ㅇㅇㅇ*/





h4.h4_tit { position: relative; font-size: 1.75rem; font-weight: 500; line-height: 1;}
.sm_tit { margin-left: 10px; font-size: 1.125rem; font-weight: 500 !important; color: #000 !important;}
.sub span, span.conts { /* line-height: 1.8; */ font-weight: 300; color: #333; }
.w90 { max-width: 90px !important; } 
.w120 { max-width: 120px !important; } 
.w180 { max-width: 180px !important; } 
.w200 { max-width: 200px !important; } 
.w350 { max-width: 350px !important; } 
.w470 { max-width: 470px !important; } 
.w690 { max-width: 690px !important; } 
.center { display: block; margin: 0 auto; }

/*회장 인사말*/
/*new*/
.greeting .tit_box{position: relative; font-size:1.875rem; margin-bottom:3.75rem;}
.greeting .tit_box::after {content: ""; position: absolute; bottom:-1.25rem; left: 0; width: 7.5rem; height: 3px; background:#fff; opacity:.3;}
.greeting .tit_box h3 {color:#1cacff;}
.greeting .txt_box{width:60%;}
.greeting .profile_photo {position: absolute; right: 0; bottom: -155px; width: 420px;}

/*old
.greeting .sec { margin-top: 65px;}
.greeting .sec1 .imgbox { position: relative; width: 50%; height: 300px; background: #f5f5f5; overflow: hidden;}
.greeting .sec1 .imgbox .img01 { background: url("../asset/images/greeting_img01.png") no-repeat; width: 308px; height: 306px; position: absolute; right: 100px; top: 40px;}
.greeting .sec1 .textbox { width: 50%; padding: 30px 100px; }
.greeting .sec1 .textbox h3 { font-size: 1.875rem; color: #0068c0; }
.greeting .sec1 .textbox p { font-size: 1.875rem; font-weight: 300; color: #666666; margin-bottom: 30px; }
.greeting .sign { display: flex; align-items: flex-end; justify-content: flex-end; }
.greeting .sign p { color: #666; font-weight: 300; }
.greeting .sign p strong { color: #000; font-weight: 500; font-size: 20px; margin-left: 10px;}
*/

/*목적 및 사업*/
#contents.purpose { padding-bottom: 0; }
.purpose .sec { margin-bottom: 70px;}
.purpose .sec2 ul { display: flex;justify-content: flex-start;     gap: 40px; text-align: center; }
.purpose .sec2 ul li { width: calc((100% - 10rem)/5); height: 15.625rem; border: 1px solid #ccc; border-radius: 40px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; 
gap: 20px; padding: 50px 30px; position: relative; overflow: hidden; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.purpose .sec2 ul li:nth-child(1) { border: 1px solid #3f64d0;}
.purpose .sec2 ul li:nth-child(2) { border: 1px solid #0291c5; }
.purpose .sec2 ul li:nth-child(3) { border: 1px solid #71bcda; }
.purpose .sec2 ul li:nth-child(4) { border: 1px solid #b8d877; }
.purpose .sec2 ul li:nth-child(5) { border: 1px solid #47a957; }
/*.purpose .sec2 ul li::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li01.png") no-repeat; top: -20px; right: -20px; }*/
.purpose .sec2 ul li:nth-child(1)::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li01.png") no-repeat; top: -20px; right: -20px; }
.purpose .sec2 ul li:nth-child(2)::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li02.png") no-repeat; top: -20px; right: -20px; }
.purpose .sec2 ul li:nth-child(3)::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li03.png") no-repeat; top: -20px; right: -20px; }
.purpose .sec2 ul li:nth-child(4)::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li04.png") no-repeat; top: -20px; right: -20px; }
.purpose .sec2 ul li:nth-child(5)::before { content: ""; width: 137px; height: 142px; position: absolute; background: url("../asset/images/purpose_li05.png") no-repeat; top: -20px; right: -20px; }
.purpose .sec2 ul li p { font-size: 24px; font-weight: 500; }
.purpose .sec2 ul li:nth-child(1) p { color: #3f64d0; }
.purpose .sec2 ul li:nth-child(2) p { color: #0291c5; }
.purpose .sec2 ul li:nth-child(3) p { color: #71bcda; }
.purpose .sec2 ul li:nth-child(4) p { color: #b8d877; }
.purpose .sec2 ul li:nth-child(5) p { color: #47a957; }
.purpose .sec3 .sec3_bg { background: url("../asset/images/purpose_bg.jpg") no-repeat 50% 50%; background-size: cover; width: 100%; height: 639px; padding: 60px 160px; }

.purpose .ol_grid li { border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(15px); }
.purpose .ol_grid li * { color: #fff; }
.purpose .ol_grid li h4 { margin-bottom: 1.25rem; }
.purpose .ol_grid li::before { display: none; }


.btn_wrap5 { display: flex; flex-wrap: wrap; gap: 0.75rem;}
.btn_style9 { display: inline-block; max-width: 7.5rem; min-width: 7.5rem; min-height: 2.5rem; padding: 0.5rem 1rem; border-width: 1px; border-style: solid;  border-radius: 2px; font-size: .94rem; text-align: center !important; }
.gray_line4 { background: #fff; border-color: #bbb; color: #333;  }

/*회원가입-정보입력*/
.join p.essential { font-size: 0.9375rem; font-weight: 300; color: #000; }
.join .sm_txt { font-size: 0.875rem; font-weight: 300; color: #7c7c7c; margin-left: 7px; }
.join .symbol { align-content: center; }


/*회원가입-전체동의*/
.join_step { position: relative; display: flex; justify-content: center; gap: 100px;}
.join_step li { position: relative; max-width: 230px; width: 100%; height: 90px; border-radius: 0 20px; display: flex; align-items: center; gap: 25px; padding: 0 30px; }
.join_step li.on::before { content: ""; width: 110px; height: 64px; position: absolute; right: 0; bottom: 0; background: url("../asset/images/join_ico04.png") no-repeat; opacity: .1; }
.join_step > li + li::after { content: ""; position: absolute; top: calc(50% - 11.5px); left: calc(-25% + 15px); width: 15px; height: 23px; background: url("../asset/images/join_step_next.png") no-repeat center top;}
.join_step li i { width: 3.5rem; height: 3.5rem; background: #ececec; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.join_step li i img {}
.join_step li div { display: flex; flex-direction: column; }
.join_step li .num { font-size: 0.9375rem; font-weight: 300; color: #929292; }
.join_step li .txt { font-size: 1.25rem; font-weight: 600; color: #858585; }
.join_step li.on { max-width: 270px; background: linear-gradient(313deg, #3f64d0, #0291c5); }
.join_step li.on i { background: #fff; }
.join_step li.on .num, .join_step li.on .txt  { color: #fff; }

.join input[type="checkbox"], .mypage input[type="checkbox"] { border-radius: 3px; }



/*common.css*/
.blue_fill2 { background: #0c5490; border-color: #0c5490;color: #fff; }

.join table.table_write tr:last-child { border-bottom: 1px solid #000; }
.join table.table_write th { padding: 20px; word-break: break-all; }
.join table.table_write td { padding: 10px 20px; }
.join table.table_write td input[type="password"], table.table_write td input[type="email"], table.table_write td input[type="text"] { max-width: 240px; }
.join input[type=number], input[type=email], input[type=text], input[type=password] { height: 2.5rem; }

.join .business_input { max-width: 470px !important; }
.td_flex { display: flex; align-items: center; gap: 8px;}

.scrollbox { overflow: hidden; overflow-x: visible; border-radius: 20px 0 0 0; padding: 30px; background: #f8f8f8; }
.scrollbox_inner { overflow: auto; overflow-x: hidden; height: 100%; }
.scrollbox_inner::-webkit-scrollbar { width: 7px; }
.scrollbox_inner::-webkit-scrollbar-track { background: #e6e6e6; border-radius: 5px;}
.scrollbox_inner::-webkit-scrollbar-thumb { height: 60%; background: #0291c5; border-radius: 5px;}
.check_boxW {background:#fff; border:1px solid #dadada; border-top: 0; padding:15px; padding-left: 30px; margin-bottom: 80px; border-radius: 0 0 20px 0;}
.all_agree {padding: 20px 30px; border: 1px solid #e0e0e0; border-radius: 20px 0;}


input:focus, select:focus { outline: none; }




/*==반응형==================================*/

@media screen and (max-width: 1600px) {
	.purpose .sec3 .sec3_bg { padding: 60px; height: auto; background-size: cover; }
	.purpose .sec3 ul li { width: 100%;}

	.join table.table_write th { width: 24%; }
}


@media screen and (max-width: 1530px) {

	.greeting .sec1 .imgbox { width: 100%; height: 300px; }
	.greeting .sec1 .textbox { width: 100%; padding: 30px 70px; }
	.greeting .sec2 { margin-top: 10px; }

	.purpose .sec2 ul { flex-wrap: wrap; gap: 30px;}

}


@media screen and (max-width: 1200px) {
	.knight .sec3 .btm > .flex_box,
	.knight .sec3 .btm > .flex_box:last-child { width: 100%; }
	.knight .sec3 .btm > .flex_box:last-child { margin-top: 1rem; }
	.knight .sec3 .btm .left ,
	.knight .sec3 .btm > .flex_box:last-child .left { width: 10.5rem; }
	.knight .sec3 .btm .right ,
	.knight .sec3 .btm > .flex_box:last-child .right { width: calc(100% - 13.5rem); justify-content: start; }
	.knight .sec3 .btm .left::after { right: -1.5rem; }
	.knight .sec3 .btm .right li { width: 46%; }

	.knight .sec3 li + li .icon::after { left: -175%; }

	.group1 .box_wrap { gap:1rem 3%; }
	.group1 .box_wrap li { width: 31.33%; }

	.mypage .half { width: 100%; }
	.mypage .half.right { margin-top: 2.5rem; }
}



@media screen and (max-width: 1024px) {
	#sub_visual h2 { font-size: 25px; }

	.asymmetric > .left, .asymmetric > .right { width: 100%; margin-top: 30px; }

	.committee table.table_data td{padding: 1.3125rem 1.5rem;}
	.committee dl {gap: 0 1rem;}
	
	.knight .sec3 li + li .icon::after {background-size: contain; width: 18px; height: 10px; left: -135%;}

	.self_d .long {gap: 1rem;}
	
	.knight .sec2 .box {width: 100%;}
	.knight .sec2 .box.right {margin-top: 1.375rem;}
	.knight .sec2 .box .in_box,
	.knight .sec2 .box.right .in_box {padding: 2rem 2.5rem; height: auto;}
	.knight .sec2 .icon{display: none;}

	.apply_select ul li { width: calc((100% - 3.75rem) / 2); padding: 3.75rem 2rem 10rem;}
	.apply_select ul li{margin-bottom:3.75rem;}

	.history .sec1 ul {gap:1rem;}
	.history .sec1 ul li {width: 100%; padding: 2rem 1.5rem; display: flex; gap:1rem; align-items: center;}
	.history .sec1 ul li i {position: static;}
	.history .sec1 ul li p {width: calc(100% - 7rem);}
	.history .in_box li {width: 50%;}

	.purpose .sec2 ul li { padding: 20px; }
	.purpose .sec2 ul li::before { top: -10px !important; right: -50px !important; background-size: 70% !important; }

	.join_step { gap: 30px; }
	.join_step li.on { max-width: 30%; }
	.join_step li { max-width: 30%; gap: 10px; }
	.join_step > li + li::after { left: calc(-10% + 0px); }
}



@media screen and (max-width: 767px) {
	.lnb { width: 100%; }
	.lnb .slide_box { width: calc(50% - 2.375rem); }

	ol.ol_grid { grid-template-columns: repeat(2, 1fr); }

	.committee .inner{gap:2rem;}
	.committee .flex_box > .half {width: 100%;}

	.knight .sec3 li {flex-flow: row nowrap;  width: 100%;  justify-content: start;}
	.knight .sec3 li + li {margin-top: 1rem;}
	.knight .sec3 li .flex_box{flex-flow: row nowrap; gap:1rem;}
	.knight .sec3 li .flex_box p br{display: none;}
	.knight .sec3 .txt p.fs17{margin-top: 0;}
	.knight .sec3 li + li .icon::after{display: none;}

	.self_d .long {gap:0.25rem;}
	.self_d .long div{width: 100%;}

	.apply_select ul li { width: 100%; margin-bottom: 20px; padding: 4rem 20px 8.5rem }
	.apply_select ul li .btn_slide_eff { left: 20px; }
	.apply_select ul li:last-child .btn_slide_eff { width: calc((100% - 6rem) / 2); left: auto; right: 2rem;}
	.apply_select ul li .btn_slide_eff.first { bottom: 2rem; left: 2rem; right: auto;}
	
	.group1 .box_wrap li{width: 48.5%;}

	.group3 .box_wrap li {width: 33.33%;}
	.group3 .box_wrap li:nth-child(4n){border-right: 0px solid #e8e8e8;}
	.group3 .box_wrap li:nth-child(n+4) { border-top: 0px solid #e8e8e8;}
	.group3 .box_wrap li:nth-child(3n),
	.group3 .box_wrap li:last-child{border-right:1px solid #e8e8e8}
	.group3 .box_wrap li .img.cc {height: 85px;}

	.o_chart .con{ padding: 3rem;}

	.login_box .right { padding: 4.375rem 30px 4rem; }
	
	.purpose .sec2 ul { gap: 20px; }
	.purpose .sec2 ul li { width: 46%; }

	.purpose .sec3 .sec3_bg { padding: 40px; }
}

@media screen and (max-width: 640px) {
	.lnb .home { display: none; }
	.lnb .slide_box { width: 50%; }

	.grid3_box > li .fs28 { font-size: 18px; }
	
	.notice_banner { padding: 2rem; }
	.notice_banner > i { display: none; }
	
	.apply_ul li { padding: 20px 0; }
	.apply_ul li .left { width: 100%; padding-left: 70px; }
	.apply_ul li .right { width: 100%; margin-top: 20px; padding: 0 20px; }
	.apply_ul li .left::after { display: none; }
	.apply_ul li .left .icon { width: 40px; }

	.info_tag a.btn {min-width: 20px; width: 20px; height: 20px; padding: 0; font-size: 1rem;}
	.info_tag .info_txt { font-size: 1rem;}


	.regulation { flex-wrap: wrap; }
	.regulation > .left { width: 100%; border-right: 0; border-bottom: 1px solid #ddd; }
	.regulation .left .btn_list { height: fit-content; max-height: 300px; }
	.regulation > .right { width: 100%; }
	.regulation .title_wrap { display: none; }

	.knight .sec4 .in_box ul li p.fw600 {width: 100%;}
	.knight .sec4 .in_box ul li p.fs15 {width: 100%;}

	.knight .sec3 .btm .left, 
	.knight .sec3 .btm > .flex_box:last-child .left ,
	.knight .sec3 .btm .right, 
	.knight .sec3 .btm > .flex_box:last-child .right,
	.knight .sec3 .btm .right li {width: 100%;}
	.knight .sec3 .btm .left::after {display: none;}
	.knight .sec3 .btm .left p.fs17 br{display: none;}
	.knight .sec3 .btm .right{margin-top: 3px;}

	.contact .img {background-size:28px;}
	.contact em.ml20{display: block; margin-left: 0 !important; margin-top: 2px;}
	
	.login_box { flex-direction: column-reverse; }
	.login_box .left { width: 100%; padding: 30px; }
	.login_box .left .title_wrap { margin-bottom: 20px; }
	.login_box .left .title_wrap .fs36 { font-size: 20px; }
	.login_box .left .title_wrap br { display: none; }
	.login_box .left .btn_css { width: 100%; }
	.login_box .right { width: 100%; padding: 4rem 30px 2rem; }

	.history .in_box li {width: 100%; padding: 2.5rem 0;}

	.greeting .sec1 .textbox { padding: 30px; }

	.purpose .sec3 ul li { padding: 30px; }
	.purpose .sec3 ul li h4 { font-size: 16px; }

	.join_step { margin-bottom: 50px; }
	.join_step li { padding: 0 10px; height: 70px; }
	.join_step li i { width: 3rem; height: 3rem; }
	.join_step li i img { width: 16px; }
	.join_step li .num { font-size: 0.75rem; }
	.join_step li .txt { font-size: 1rem; }
	.join_step li.on::before { right: -30px; bottom: -20px; background-size: 70%; }
	.join_step > li + li::after { left: calc(-10% + -6px); }
	.join .scrollbox { padding: 20px; }
	.check_boxW { padding-left: 20px; margin-bottom: 50px; }
	.btn_wrap5 { margin-top: 3.125rem; }

	.join table.table_write th { width: 100%; text-align: left; padding: 10px; }
	.join table.table_write td { padding: 10px; }
	.join .sm_txt { display: block; margin-left: 0; margin-top: 5px; }

	/*common.css*/
	.td_flex { gap: 5px; }
	.join table.table_write td input[type="password"], table.table_write td input[type="email"], table.table_write td input[type="text"] { max-width: 100%; }

	.mypage .sch_form { width: 100%; flex-wrap: wrap; gap: 5px 0; justify-content: space-between; }
	.mypage select { width: 33%; max-width: none; }
	.mypage .ipt_tx { width: 75%; }
	.mypage .sch_form .btn_css { width: calc( 25% - 5px); }
}

@media screen and (max-width: 480px) {
	#sub_visual .inner { height: 20rem; } 
	#sub_visual .sub_title { text-align: center; }

	.grid3_box > li { width: 100%; aspect-ratio: 0; height: 100px; margin-top: 10px; align-items: center; }

	.apply_select ul li { padding: 2rem 20px 3rem; }
	.apply_select ul li .ico_top {top:2rem; right: 20px; }
	.apply_select ul li .btn_slide_eff,
	.apply_select ul li .btn_slide_eff.first{ width: 100%; position: relative;  left: auto; bottom: auto; margin-top:20px;}
	.apply_select ul li .btn_slide_eff + .btn_slide_eff { margin-top: 10px; }
	.apply_select ul li:last-child .btn_slide_eff { width: 100%; left: 0px; right: auto;}
	.apply_select ul li .btn_area {position: relative;}

	/* .group1 .box_wrap li{width: 100%;} */
	.group3 .box_wrap li {width: 50%;}
	.group3 .box_wrap li:nth-child(n+3) { border-top: 0px solid #e8e8e8;}
	.group3 .box_wrap li:nth-child(3n){border-right: 0px solid #e8e8e8;}
	.group3 .box_wrap li:nth-child(2n),
	.group3 .box_wrap li:last-child { border-right: 1px solid #e8e8e8;}

	.contact .txt { width: 100%; margin-top: 0.5rem ;}
	.contact .mt12 {margin-top: 3px ;}

	.history .sec1 ul li {flex-flow: column; align-items: start;}
	.history .sec1 ul li p {width: 100%;}
	.history .tab_btn_style2 { flex-wrap: wrap; }
	.history .tab_btn_style2 > li { flex: none; width: 33.3333%; }
	.history .tab_btn_style2 > li.active::after { display: none; }
	.history .tab_btn_style2 > li:nth-child(n+4) a { border-top: 0; }
	.history .tab_btn_style2 > li:nth-child(3) a { border-right: 1px solid #e8e8e8; }


	.greeting .sec1 .imgbox { height: 210px; }
	.greeting .sec1 .imgbox .img01 { width: 208px; background-size: 100%; }
	.greeting .sec1 .textbox { padding: 30px 25px; }

	.purpose .sec2 ul li { height: 15rem; }

	.purpose .sec3 .sec3_bg {padding: 20px;}
	.purpose .sec3 ul li { padding: 20px; }

	.join .btn_style7 { min-width: 5rem; }
}

@media screen and (max-width: 400px) {
	.lnb { height: auto; transform: translateY(50%); }
	.lnb::before, .lnb .slide_box.dep1::after { display: none; }
	.lnb .slide_box { width: 100%; height: 40px; }

	#contents { padding-top: calc(5.625rem + 40px); }

	ol.ol_grid { grid-template-columns: repeat(1, 1fr); }

	.purpose .sec2 ul { gap: 10px; }
	.purpose .sec2 ul li { width: 48%; padding: 20px 10px; }
	.purpose .sec3 ul li { height: 240px; }

	.join_step li i { display: none; }
	.join_step > li + li::after { top: calc(50% - 6px); background-size: 80%; }
	.join_step li.on::before { right: -43px; bottom: -24px; background-size: 60%; }
}


@media screen and (max-width: 380px) {
	.greeting .sign img { width: 120px; }
}

/*ENG CSS*/
.eng_tab{max-width:450px; margin:0 auto 3.125rem; gap:10px;}
.eng_tab > li a,
.eng_tab > li.active + li a {border: 1px solid #e8e8e8;}

.eng.purpose .sec2 ul li{height:auto}
.eng.purpose .sec3 .sec3_bg {height: auto; background-size: cover;}

.eng.history .in_box li dl {align-items: flex-start;}
.eng.history .in_box li dl dt { width: auto;}
.eng.contact .place-card place-card-large{display:none;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#tableLoading {
    display: none !important;
}

#tableLoading.show {
    display: flex !important;
}


.payment-dimm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

/* 팝업 컨테이너 */
.payment-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    overflow: hidden;
}

/* 팝업 헤더 */
.payment-popup-header {
    background: linear-gradient(135deg, #0291c5, #3f64d0);
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
}

.payment-popup-header h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.payment-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.payment-popup-body::-webkit-scrollbar {
    width: 8px;
}

.payment-popup-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.payment-popup-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.payment-popup-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 팝업 바디 */
.payment-popup-body {
    padding: 30px;
    max-height: calc(90vh - 500px);
    overflow-y: auto;
}

/* 섹션 타이틀 */
.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3f64d0;
}

.payment-unified-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
}

.payment-unified-left {
    flex: 1;
}

.payment-unified-number {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.payment-unified-name {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 8px;
}

.payment-unified-category {
    font-size: 0.9rem;
    color: #333;
}

.payment-unified-right {
    text-align: right;
    padding-left: 20px;
}

.payment-unified-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
}

/* 총 결제 금액 */
.payment-total {
    padding: 25px 30px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: right;
}

.payment-total-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.payment-total-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #37373f;
}

/* 팝업 푸터 버튼 */
.payment-popup-footer {
    padding: 20px 30px;
    background: #f9f9f9;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.popup-btn {
    padding: 15px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 200px;
}

.popup-btn-primary {
    background: linear-gradient(135deg, #0291c5, #3f64d0);
    color: #fff;
}

.popup-btn-primary:hover {
    box-shadow: 0 5px 15px rgba(63, 100, 208, 0.4);
}

.popup-btn-secondary {
	background: #6b6b6b; 
	color: #fff;
    border: 2px solid #6b6b6b;
}

.popup-btn-secondary:hover {
    background: #5a5a5a; /* 배경 약간 어둡게 */
    box-shadow: 0 5px 15px rgba(107, 107, 107, 0.5);
}


/* 반응형 */
@media (max-width: 768px) {
    .payment-list {
        flex-direction: column;
    }
    
    .payment-popup-header h2 {
        font-size: 1.5rem;
    }
    
    .popup-btn {
        min-width: 150px;
        padding: 12px 30px;
    }

	.payment-unified-list {
    margin-bottom: 30px;
}


}