@charset "utf-8";

.main_banner { height: 800px; position: relative; }
.main_banner > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.main_banner_conts { height: 800px; max-width: 1400px; margin: 0 auto; position: relative; }
.brd_time { display: inline-block; height: 50px; line-height: 50px; padding: 0 30px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.brd_time img { vertical-align: middle; margin-top: -4px; margin-right: 10px; }
.brd_time span { font-size: 20px; font-weight: bold; color: #fff; }
.brd_time.tv { background-color: #01B4E2; }
.brd_time.radio { background-color: #F8C21A; }

.nav_wrap { position: absolute; width: 1400px; left: 50%; transform: translateX(-50%); padding-right: 330px; border-radius: 20px; z-index: 11; }
.nav_wrap select { position: absolute; top: 0; right: 0; width: 330px; height: 80px; font-size: 18px; font-weight: 500; color: #fff; border-radius: 20px; border: none; padding-left: 20px; cursor: pointer; }
.nav_wrap .nav { display: flex; justify-content: center; align-items: center; }
.nav_wrap .nav li { padding: 0 20px; position: relative; }
.nav_wrap .nav li::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 20px; background-color: rgba(255, 255, 255, 0.2); }
.nav_wrap .nav li:first-child:before { display: none; }
.nav_wrap .nav li a { display: inline-block; font-size: 22px; font-weight: bold; color: #fff; line-height: 80px; position: relative; }
.nav_wrap .nav li a::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background-color: #fff; transition: all 0.3s ease-in-out; }
.nav_wrap .nav li a:hover::after { width: 100%; }
.nav_wrap .nav li a.selected::after { width: 100%; }

.sub_banner { height: 540px; position: relative; }
.sub_banner > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.sub_banner_conts { height: 540px; max-width: 1400px; margin: 0 auto; position: relative; }

.main_banner_conts .nav_wrap { bottom: 70px; }
.sub_banner_conts .nav_wrap { bottom: 25px; }

.indiv_conts_wrap { padding-bottom: 70px; }
.indiv_conts { max-width: 1400px; margin: 0 auto; background-color: #fff; border-radius: 20px; padding: 60px 80px 80px 80px; }
.indiv_conts h3 { font-size: 40px; font-weight: 800; color: #222; margin-bottom: 30px; }

.intro_box { width: 1300px; margin: 0 auto; }
.intro_img { margin-bottom: 20px; height: 374px; position: relative; }
.intro_img img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 36px; }
.intro_box dl { position: relative; margin: 20px 0; padding-left: 170px; }
.intro_box dl dt { position: absolute; top: 0; left: 0; width: 150px; line-height: 32px; text-align: center; font-size: 18px; font-weight: bold; border: 1px solid #01B4E2; }
.intro_box dl dd { font-size: 24px; color: #222; max-width:1100px}
.intro_box dl.int dd { color: #666; }
.intro_box dl dd h4 { font-size: 28px; margin-bottom: 10px; color: #222; }
.intro_box dl .crnr li { position: relative; padding-left: 120px; }
.intro_box dl .crnr li span { position: absolute; top: 0; left: 0; }

.intro_box.tv dl dt { border-color: #01B4E2; color: #01B4E2; }
.intro_box.radio dl dt { border-color: #F8C21A; color: #D6A200; }

.cast_list li { display: flex; align-items: center; margin: 20px 0; background-color: #F7F7F7; border-radius: 20px; position: relative; padding-left: 217px; min-height: 231px; }
.cast_list li .portrait { position: absolute; top: 0; left: 0; width: 217px; height: 100%; }
.cast_list li .portrait img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.cast_list li .txt { flex: 1; padding: 20px 40px; position: absolute; top:0px; width: 1000px; }
.cast_list li .txt h4 { font-size: 35px; font-weight: bold; color: #222; padding-bottom: 5px; border-bottom: 1px solid #222; margin-bottom: 10px; }
.cast_list li .txt h4 span { font-size: 20px; margin-left: 15px; }
.cast_list li .txt .int { font-size: 20px; font-weight: bold; color: #01B4E2; }
.cast_list li .txt p { font-size: 18px; color: #666; }
.cast_list.radio li .txt .int { font-size: 20px; font-weight: bold; color: #D6A200; }

.indiv_list_hd { display: flex; margin: 30px 0; justify-content: space-between; align-items: center; }
.indiv_list_hd .btn_sel button, .indiv_list_hd .btn_sel a { display: inline-block; margin-right: 20px; font-size: 25px; font-weight: 800; color: #CECECE; padding-bottom: 5px; }
.indiv_list_hd .btn_sel button:hover, .indiv_list_hd .btn_sel a:hover { color: #000; }
.indiv_list_hd .btn_sel button.selected, .indiv_list_hd .btn_sel a.selected { color: #000; border-bottom: 6px solid #01B4E2; }
.indiv_list_hd.tv .btn_sel button.selected, .indiv_list_hd.tv .btn_sel a.selected { border-bottom: 6px solid #01B4E2; }
.indiv_list_hd.radio .btn_sel button.selected, .indiv_list_hd.radio .btn_sel a.selected { border-bottom: 6px solid #F8C21A; }
.indiv_search_box select { border: 1px solid #D8D8D8; border-radius: 5px; min-width: 140px; padding-left: 10px; font-size: 15px; font-weight: 500; color: #222; height: 40px; }
.indiv_search_box input[type=text] { border: 1px solid #D8D8D8; border-radius: 5px; width: 295px; padding-left: 10px; font-size: 15px; font-weight: 500; color: #222; height: 40px; }
.indiv_search_box button { height: 40px; border: none; background-color: #06B4E2; font-size: 16px; font-weight: bold; color: #fff; padding: 0 15px; min-width: 110px; border-radius: 10px; }
.indiv_search_box button img { vertical-align: middle; margin-top: -2px; margin-right: 5px;}
.indiv_list_hd.tv .indiv_search_box button { background-color: #06B4E2; }
.indiv_list_hd.radio .indiv_search_box button { background-color: #F8C21A; }

.indiv_replay_tv > li a { display: flex; justify-content: space-between; align-items: center; margin: 20px 0; background-color: #F7F7F7; border-radius: 20px; position: relative; padding-left: 392px; height: 220px; }
.indiv_replay_tv > li a:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);}
.indiv_replay_tv > li .thumb { position: absolute; top: 0; left: 0; width: 392px; height: 220px; }
.indiv_replay_tv > li .thumb img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.indiv_replay_tv > li .txt { flex:1; padding: 0 60px; overflow: hidden; }
.indiv_replay_tv > li .txt .info { display: flex; margin-bottom: 10px; gap: 20px; }
.indiv_replay_tv > li .txt .info li { font-size: 18px; font-weight: bold; color: #222; }
.indiv_replay_tv > li .txt .info li.date { color: #01B4E2; }
.indiv_replay_tv > li .txt h4 { font-size: 25px; font-weight: bold; color: #222; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; min-width: 0; }
.indiv_replay_tv > li .txt p { font-size: 18px; color: #666; line-height: 27px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; height: 54px; }
.indiv_replay_tv > li span { width: 167px; height: 50px; line-height: 50px; border: 1px solid #01B4E2; border-radius: 10px; text-align: center; font-size: 20px; font-weight: bold; color: #222; margin-right: 40px; background-color: #fff; }
.indiv_replay_tv > li span img { vertical-align: middle; margin-top: -3px; margin-right: 5px; }

.indiv_view_hd { border-bottom: 2px solid #222; padding-bottom: 20px; padding-right: 120px; position: relative; }
.indiv_view_hd .replay_tv_info { display: flex; gap: 20px; }
.indiv_view_hd .replay_tv_info li { font-size: 18px; font-weight: bold; color: #000; }
.indiv_view_hd .replay_tv_info li.date { color: #01B4E2; }
.indiv_view_hd .replay_radio_info { display: flex; gap: 20px; }
.indiv_view_hd .replay_radio_info li { font-size: 18px; font-weight: bold; color: #000; }
.indiv_view_hd .replay_radio_info li.date { color: #F8C21A; }
.indiv_view_hd h4 { font-size: 30px; font-weight: bold; color: #222; }
.indiv_view_hd .empathy { position: absolute; bottom: 20px; right: 0; font-size: 18px; font-weight: bold; line-height: 36px; }
.indiv_view_hd .empathy img { vertical-align: middle; margin-top: -3px; margin-right: 5px; }
.indiv_view_conts { margin: 50px 0; }
.indiv_view_hd .view_info { display: flex; }
.indiv_view_hd .view_info li { padding: 0 10px; position: relative; font-size: 18px; color: #727272; }
.indiv_view_hd .view_info li::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 16px; background-color: #bababa; }
.indiv_view_hd .view_info li:first-child { padding-left: 0; }
.indiv_view_hd .view_info li:first-child::before { display: none; }

.indiv_btn_gray { display: inline-block; text-align: center; min-width: 150px; height: 50px; line-height: 50px; background-color: #B1B1B1; border-radius: 10px; font-size: 18px; font-weight: bold; color: #fff; opacity: 0.85; }
.indiv_btn_gray img { vertical-align: middle; margin-top: -3px; margin-right: 5px; height: 20px; }
.indiv_btn_gray:hover { opacity: 1; }
.indiv_btn_blue { display: inline-block; text-align: center; min-width: 150px; height: 50px; line-height: 50px; background-color: #01B4E2; border-radius: 10px; font-size: 18px; font-weight: bold; color: #fff; opacity: 0.85; }
.indiv_btn_blue:hover { opacity: 1; }
.indiv_btn_yellow { display: inline-block; text-align: center; min-width: 150px; height: 50px; line-height: 50px; background-color: #F8C21A; border-radius: 10px; font-size: 18px; font-weight: bold; color: #fff; opacity: 0.85; }
.indiv_btn_yellow:hover { opacity: 1; }
.indiv_view_share { display: flex; justify-content: space-between; margin: 30px 0; }
.indiv_view_share .sns::after { content: ""; display: block; clear: both; }
.indiv_view_share .sns a, .indiv_view_share .sns button { float: left; opacity: 0.85; }
.indiv_view_share .sns a:hover, .indiv_view_share .sns button:hover { opacity: 1; }
.indiv_view_desc { border-top: 1px solid #ccc; margin: 30px 0; }
.indiv_view_desc dl { margin-top: 20px; display: flex; gap: 30px; }
.indiv_view_desc dl dt { min-width: 120px; height: 32px; line-height: 32px; border: 1px solid #01B4E2; color: #01B4E2; font-size: 18px; font-weight: bold; text-align: center; }
.indiv_view_desc dl dd { font-size: 18px; font-weight: bold; color: #222; }
.indiv_view_desc.radio dl dt { color: #F8C21A; border: 1px solid #F8C21A; }
.indiv_btn_box { margin: 30px 0; border-top: 2px solid #222; text-align: right; padding-top: 20px; }

.indiv_list li { margin: 20px 0; }
.indiv_list li div { display: flex; justify-content: space-between; align-items: center; background-color: #F7F7F7; border-radius: 20px; padding: 35px 40px; }
.indiv_list li div:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
.indiv_list li div h4 { flex: 1; padding: 0 20px; font-size: 25px; font-weight: bold; color: #222; }
.indiv_list li span { padding: 0 20px; font-size: 18px; color: #727272; position: relative; }
.indiv_list li span + span::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 12px; background-color: #D0D0D0; }
.indiv_list li .num { font-weight: bold; color: #222; }

.indiv_list_img { display: flex; flex-wrap: wrap; justify-content: space-between; }
.indiv_list_img > li { width: 24%; margin: 20px 0; }
.indiv_list_img > li a { display: block; border: 3px solid #fff; border-radius: 20px; background-color: #F7F7F7; }
.indiv_list_img .thumb { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; }
.indiv_list_img .thumb img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 17px; }
.indiv_list_img .txt { border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; padding: 20px; transition: all 0.3s ease; }
.indiv_list_img .txt .info span { font-size: 18px; font-weight: bold; position: relative; }
.indiv_list_img .txt .info span + span { padding-left: 12px; margin-left: 7px; }
.indiv_list_img .txt .info span + span::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 12px; background-color: #D0D0D0; }
.indiv_list_img .txt .info .date { color: #01B4E2; }
.indiv_list_img.radio .txt .info .date { color: #D6A200; }
.indiv_list_img .txt .info .views { color: #727272; }
.indiv_list_img .txt h4 { font-size: 24px; font-weight: bold; color: #222; line-height: 32px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; max-height: 64px; letter-spacing: -0.5px; }
.indiv_list_img > li a:hover { border-color: #01B4E2; background-color: #01B4E2; }
.indiv_list_img.radio > li a:hover { border-color: #F8C21A; background-color: #F8C21A; }
.indiv_list_img > li a:hover .txt .info span { color: #fff; }
.indiv_list_img > li a:hover .txt .info .date { color: #fff; }
.indiv_list_img > li a:hover .txt h4 { color: #fff; }

.indiv_view_nav { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.indiv_view_nav li { position: relative; padding: 20px 130px; } 
.indiv_view_nav li:first-child { border-bottom: 1px solid #ccc; }
.indiv_view_nav li .item { position: absolute; top: 50%; transform: translateY(-50%); left: 0; font-size: 16px; font-weight: bold; color: #01B4E2; }
.indiv_view_nav.radio li .item { color: #F8C21A; }
.indiv_view_nav li .item img { vertical-align: middle; margin-top: -2px; margin-right: 10px; }
.indiv_view_nav li .date { position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 16px; color: #727272; }
.indiv_view_nav li a { display: inline-block; vertical-align: middle; max-width: 100%; font-size: 20px; font-weight: bold; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.indiv_view_nav li a:hover { text-decoration: underline; }

.indiv_reply { padding: 30px; border-radius: 10px; background-color: #f7f7f7; display: flex; align-items: center; gap: 20px; margin: 30px 0; }
.indiv_reply textarea { padding: 10px; font-size: 18px; color: #222; height: 90px; background-color: #fff; border: none; border-radius: 10px; } 
.indiv_reply button { width: 120px; height: 90px; background-color: #b1b1b1; font-size: 18px; font-weight: bold; color: #fff; opacity: 0.85; border-radius: 10px; }
.indiv_reply button:hover { opacity: 1; }

.indiv_write { border-top: 2px solid #222; }
.indiv_write .input_wrap { border-top: 1px solid #d5d5d5; padding: 16px 0; }
.indiv_write .input_wrap:first-child { border-top: none; }
.indiv_write .input_wrap .item { display: inline-block; vertical-align: middle; font-size: 18px; font-weight: 500; color: #222; line-height: 40px; min-width: 120px; }
.indiv_write .input_wrap input[type=text] { border: 1px solid #d5d5d5; border-radius: 5px; width: 1000px; height: 40px; font-size: 18px; font-weight: 500; color: #222; padding-left: 20px; }
.indiv_write .input_wrap select { border: 1px solid #d5d5d5; border-radius: 5px; width: 200px; height: 40px; font-size: 18px; font-weight: 500; color: #222; padding-left: 20px; }
.indiv_write .input_wrap label { display: inline-block; margin-left: 20px; font-size: 16px; font-weight: bold; color: #222; line-height: 40px; }
.indiv_write .input_wrap input[type=checkbox] { display: none; }
.indiv_write .input_wrap input[type=checkbox] + label { position: relative; padding-left: 30px; background: url(../images/indiv/check.png) center left no-repeat; }
.indiv_write .input_wrap input[type=checkbox]:checked + label { background-image: url(../images/indiv/checked.png); }

.starcandy_board { margin: 30px 0; }
.starcandy_board li { border-bottom: 1px solid #ebebeb; padding: 20px 0; }
.starcandy_board li .info { display: flex; gap: 20px; align-items: center; margin-bottom: 10px; }
.starcandy_board li .info .num { font-size: 18px; font-weight: bold; color: #222; min-width: 80px; }
.starcandy_board li .info .nmark { font-size: 12px; font-weight: 500; color: #fff; min-width: 60px; background-color: #F8C21A; border-radius: 10px; text-align: center; line-height: 30px; }
.starcandy_board li .info .name { font-size: 25px; font-weight: bold; color: #222; min-width: 90px; }
.starcandy_board li .info .date { font-size: 18px; color: #727272; }
.starcandy_board li .info .time { font-size: 18px; color: #727272; position: relative; }
.starcandy_board li .info .remove { font-size: 18px; color: #727272; position: relative; }
.starcandy_board li .info .date + .time { padding-left: 20px; }
.starcandy_board li .info .time + .remove { padding-left: 20px; }
.starcandy_board li .info .date + .time::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 14px; background-color: #d0d0d0; }
.starcandy_board li .info .time + .remove::before { content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 14px; background-color: #d0d0d0; }

.starcandy_board li > p { font-size: 18px; color: #222; padding-left: 180px; }

.indiv_attach { margin: 30px 0; }
.indiv_attach li { border-top: 1px solid #bebebe; padding: 20px 0; }
.indiv_attach li .icon { margin-right: 20px; }
.indiv_attach li a { font-size: 16px; color: #000; }
.indiv_attach li a:hover { text-decoration: underline; }

.indiv_reply_box { position: relative; padding: 20px 150px 20px 0; border-top: 1px solid #efefef; }
.indiv_reply_box .reply_info { display: flex; gap: 20px; margin-bottom: 10px; }
.indiv_reply_box .reply_info .writer { font-size: 16px; font-weight: bold; }
.indiv_reply_box .reply_info .date { font-size: 16px; color: #999; }
.indiv_reply_box .reply_btn { position: absolute; top: 20px; right: 0; }
.indiv_reply_box .reply_btn a { margin-left: 20px; font-size: 16px; font-weight: 500; color: #999; }
.indiv_reply_box .reply_btn a:hover { color: #000; }
.indiv_reply_box textarea { border-radius: 10px; border: 1px solid #dedede; height: 70px; padding: 15px; font-size: 18px; }
/*
.indiv_wrap.prime { background-color: #0d1836; }
.indiv_wrap.gall { background-color: #caaef9; }

.prime .nav_wrap { background-color: #766141; }
.prime .nav_wrap select { background-color: #4E3918; }
.gall .nav_wrap { background-color: #01479E; }
.gall .nav_wrap select { background-color: #1651AF; }
*/

.indiv_play { border-radius: 30px; overflow: hidden; }
