@charset "utf-8";
/* txt */
.txt_blue{color:#0f7ac5;}
.txt_red{color:#e41e1e;}
.txt_center{text-align:center;}
.txt_right{text-align:right;}

/* h */
.sub h3{font-family:'PuradakGentleGothicR'; font-size:26px; line-height:1.3; color:#000; margin-bottom:25px;}
.sub h3 .point{position:relative; display:inline-block;}
.sub h3 .point:before{content:""; display:block; width:100%; height:5px; background:#ffd66e; position:absolute; bottom:5px; left:0; z-index:-1}
.sub h3.txt_center{margin-bottom:10px}
.sub h4{margin:25px 0 20px 0; font-size:20px; background:url(/young/usr/images/common/bullet_arrow.png) no-repeat 0 5px; padding-left:20px; line-height:1.3;}
.sub h5{margin:20px 0 15px 10px; font-size:18px; background:url(/young/usr/images/common/bullet_arrow02.png) no-repeat 0 5px; padding-left:20px; line-height:1.3;}
@media all and (min-width:768px){
    .sub h3{font-size:30px; margin-bottom:50px;}
	.sub h3 .point:before{height:13px;}
	.sub h3 .point:after{display:block; content:""; width:18px; height:23px; background:url(/young/usr/images/common/point.png) no-repeat; position:absolute; top:-12px; right:-20px;}
    .sub h3.txt_center{margin-bottom:20px}
    .sub h4{font-size:25px; background-position:0 6px; padding-left:25px; margin:40px 0 30px 20px;}
    .sub h5{font-size:22px; background-position:0 4px; padding-left:25px; margin:35px 0 25px 30px}
}
@media all and (min-width:1500px){
    .sub h3{font-size:38px; margin-bottom:40px;}
    .sub h3.txt_center{margin-bottom:30px}
    .sub h4{font-size:29px; margin:60px 0 35px 30px; background-position:0 7px;}
    .sub h5{font-size:25px; margin:40px 0 30px 40px; background-position:0 6px;}
}

/* s_tab */
.s_tab{text-align:center; margin-bottom:30px;}
.sub .s_tab h3{margin-bottom:15px;}
.s_tab li{display:inline-block; margin-top:10px;}
.s_tab a{display:block; padding:10px 15px; border-radius:35px; border:3px solid #eee; font-size:17px; font-weight:600; color:#999}
.s_tab button{border:3px solid #ff9c00; display:block; padding:12px 15px; border-radius:35px; font-size:17px; font-weight:900; color:#ff9c00; position:relative;}
.s_tab button:after{display:block; width:13px; height:6px; content:""; position:absolute; bottom:-8px; left:0; right:0; margin:auto; background:url(/young/usr/images/common/arrow_orange.png) no-repeat;}
@media all and (min-width:768px){
    .sub .s_tab h3{margin-bottom:20px;}
    .s_tab{margin-bottom:50px;}
    .s_tab a,
    .s_tab button{font-size:18px; padding:12px 30px; margin-left:15px;}
    .s_tab button{padding:15px 30px 16px 30px;}
    .s_tab li:first-child a{margin-left:0;}
}

/* tab_menu */
.tab_menu{position:relative; margin-bottom:30px}
.tab_menu:after{content:""; display:block; width:100%; background:#ff9c00; height:5px; position:absolute; bottom:0; z-index:-1;}
.tab_menu p>button,
.tab_menu li>button{display:block; border:3px solid #ff9c00; background:#fff; border-bottom:0; border-radius:10px 10px 0 0; padding:0 45px 0 25px; height:60px; font-size:16px; font-weight:bold; color:#ff9c00; position:relative; width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.tab_menu i{background:url(/young/usr/images/common/arrow_orange_btm.png) no-repeat center; width:13px; height:7px; overflow:hidden; line-height:5000; display:inline-block; margin-left:10px; position:absolute; right:20px; bottom:0; top:0; margin:auto;}
.tab_menu ul{display:none; position:absolute; top:58px; left:0; width:100%; background:#f4f4f4; border-top:1px solid #eee; border-bottom:3px double #fff; border-radius:0 0 10px 10px; opacity:0.97; z-index:999}
.tab_menu ul.on{display:block;}
.tab_menu li>button{display:none;}
.tab_menu a{display:block; padding:0 20px; height:55px; line-height:3.8; border-top:1px solid #ddd;}
@media all and (min-width:768px){
    .tab_menu p>button{display:none;}
    .tab_menu ul{display:block; position:relative; top:0; background:none; border-radius:0; border:0; overflow:hidden; text-align:center;}
    .tab_menu li{float:left; margin-left:10px; min-width:138px;}
    .tab_menu li:first-child{margin-left:0;}
    .tab_menu li>button{display:block; font-size:19px; padding:20px 60px 19px 40px}
    .tab_menu a{padding:0 25px; background:#f4f4f4; border-radius:10px 10px 0 0; height:55px; line-height:3.2; border-top:0; font-size:18px;}
}
@media all and (min-width:1500px){
    h3 + p + .tab_menu{margin-top:80px}
}

/* basic_box */
.basic_box{background:#fffaec url(/young/usr/images/contents/box.jpg) no-repeat; background-size:cover; padding:20px 30px; position:relative; width:100%; font-size:15px;}
.basic_box:before{content:""; display:block; width:5px; height:30px; background:#ffd66e; position:absolute; top:-5px; left:5px;}
.basic_box:after{content:""; display:block; width:5px; height:30px; background:#2897e5; position:absolute; bottom:-5px; right:5px;}
.basic_box dt{font-size:18px; margin-bottom:10px;}
.basic_box dd{font-size:15px; color:#444}
@media all and (min-width:768px){
    .basic_box{padding:40px 50px; font-size:17px}
	.basic_box:before,
	.basic_box:after{width:8px; height:60px;}
	.basic_box:before{top:-8px; left:8px;}
	.basic_box:after{bottom:-8px; right:8px;}
	.basic_box dt{font-size:22px; margin-bottom:15px;}
	.basic_box dd{font-size:18px;}
}
@media all and (min-width:1500px){
    .basic_box{padding:50px 60px; font-size:22px}
	.basic_box:before,
	.basic_box:after{width:10px; height:82px;}
	.basic_box:before{top:-10px; left:10px;}
	.basic_box:after{bottom:-10px; right:10px;}
	.basic_box dt{font-size:25px; margin-bottom:15px;}
	.basic_box dd{font-size:20px;}
}

/* basic_ul */
.basic_ul{margin:0 20px;}
.basic_ul>li{background:url(/young/usr/images/common/bullet_rhombus.png) no-repeat 0 6px; padding-left:15px; margin-top:12px; font-size:17px;}
.basic_ul>li>ul{margin:10px 10px 15px 10px;}
.basic_ul>li>ul>li{position:relative; padding-left:12px; margin-top:10px; font-size:14px;}
.basic_ul>li>ul>li:first-child{padding-top:0;}
.basic_ul>li>ul>li:before{content:""; display:block; width:6px; height:6px; background:#1479c1; position:absolute; top:6px; left:0;}
@media all and (min-width:768px){
    .basic_ul{margin:0 30px;}
    h5 + .basic_ul{margin:0 55px;}
    .basic_ul>li{font-size:19px; background-position:0 9px; padding-left:18px; margin-top:20px;}
    .basic_ul>li>ul>li{font-size:16px; padding-left:15px; margin-top:15px;}
    .basic_ul>li>ul>li:before{top:7px;}
}
@media all and (min-width:1500px){
    .basic_ul{margin:0 40px;}
    h5 + .basic_ul{margin:0 75px;}
    .basic_ul>li{font-size:22px; margin-top:25px; background-position:0 12px; padding-left:20px;}
    .basic_ul>li>ul>li{font-size:18px; padding-left:16px; margin-top:18px;}
    .basic_ul>li>ul>li:before{top:9px;}
}
.basic_ul02{line-height:1.4}
.basic_ul02>li{background:url(/young/usr/images/common/bullet_arrow.png) no-repeat 0 2px; padding-left:20px; font-size:19px; margin-top:20px;}
.basic_ul02>li>ul{margin-top:10px;}
.basic_ul02>li>ul>li{background:url(/young/usr/images/common/bullet_rhombus.png) no-repeat 0 6px; padding-left:15px; margin-top:12px; font-size:17px;}
.basic_ul02>li>ul>li>ul{margin:10px 10px 15px 10px;}
.basic_ul02>li>ul>li>ul>li{position:relative; padding-left:12px; margin-top:10px; font-size:14px;}
.basic_ul02>li>ul>li>ul>li:first-child{padding-top:0;}
.basic_ul02>li>ul>li>ul>li:before{content:""; display:block; width:6px; height:6px; background:#1479c1; position:absolute; top:6px; left:0;}
@media all and (min-width:768px){
    .basic_ul02>li{font-size:19px;}
    .basic_ul02>li>ul{margin-top:15px;}
    .basic_ul02>li>ul>li{font-size:17px; background-position:0 9px; padding-left:18px; margin-top:12px;}
    .basic_ul02>li>ul>li>ul>li{font-size:16px; padding-left:15px; margin-top:15px;}
    .basic_ul02>li>ul>li>ul>li:before{top:7px;}
}
@media all and (min-width:1500px){
    .basic_ul02>li{font-size:22px; background-position:0 5px;}
    .basic_ul02>li>ul{margin-top:20px;}
    .basic_ul02>li>ul>li{font-size:20px; margin-top:20px; background-position:0 8px; padding-left:20px;}
    .basic_ul02>li>ul>li>ul>li{font-size:18px; padding-left:16px; margin-top:18px;}
    .basic_ul02>li>ul>li>ul>li:before{top:9px;}
}

/* basic_step */
.basic_step{line-height:1.3;}
.basic_step li{margin-top:15px;}
.basic_step li:before{content:""; display:block; width:13px; height:23px; background:url(/young/usr/images/common/arrow_yellow.png) no-repeat center; transform:rotate(90deg); margin:0 auto 15px auto}
.basic_step li:first-child:before{display:none;}
.basic_step dt{border:3px solid #f9eb0f; border-radius:25px; text-align:center; font-family:'PuradakGentleGothicR'; padding:10px 0; position:relative; background:#fff;}
.basic_step dt:before{content:""; display:block; background:#fafafa; border-radius:25px; width:calc(100% + 6px); height:calc(100% + 6px); position:absolute; top:3px; left:3px; z-index:-1;}
.basic_step li:nth-child(2n) dt{border:3px solid #2897e5;}
.basic_step dd{background:#f9b40f; text-align:center; color:#fff; border-radius:25px; padding:8px 0; margin-top:15px; position:relative;}
.basic_step dd:before{content:""; display:block; background:#fafafa; border-radius:25px; width:calc(100% + 3px); height:calc(100% + 3px); position:absolute; top:3px; left:3px; z-index:-1;}
.basic_step li:nth-child(2n) dd{background:#3cd6e0;}
.basic_step dd:after{content:""; display:block; width:2px; height:15px; background:#f9b40f; position:absolute; top:-15px; left:0; right:0; margin:auto;}
.basic_step li:nth-child(2n) dd:after{background:#2897e5;}
@media all and (min-width:768px){
    .basic_step{overflow:hidden; margin:10px 10px -30px 10px;}
    .basic_step li{float:left; width:200px; position:relative; margin:0 60px 30px 0; height:149px}
	.basic_step li:last-child{margin-right:0;}
    .basic_step li:before{transform:rotate(0deg); position:absolute; top:0; bottom:0; left:-35px; margin:auto;}
    .basic_step dt{padding:20px 0; font-size:18px; border:5px solid #f9eb0f;}
	.basic_step dt:before{width:calc(100% + 10px); height:calc(100% + 10px);}
	.basic_step li:nth-child(2n) dt{border:5px solid #2897e5;}
    .basic_step dt span{display:block; padding:11px 0 10px 0;}
    .basic_step dd{padding:15px 0;}
	.basic_step dd:before{width:calc(100% + 6px); height:calc(100% + 6px);}
	.basic_step dd:after{width:4px; height:20px; top:-20px;}
}
@media all and (min-width:1500px){
	.basic_step dt{font-size:22px; padding:40px 0;}
	.basic_step li{width:245px; height:214px; margin:0 90px 30px 0;}
	.basic_step li:before{left:-50px;}
}

/* basic_table */
.basic_table{padding:0 20px}
.basic_table table{width:100%; table-layout:fixed; border-collapse: collapse; vertical-align: middle; border-top:2px solid #f9b40f; text-align: center; line-height:1.3; border-right:2px solid #fff; border-left:2px solid #fff;}
.basic_table thead th{padding:15px; border-bottom:3px double #ddd; font-size:15px;}
.basic_table tbody th{font-weight:600; padding:12px; border-bottom:1px solid #ddd; font-size:15px;}
.basic_table tbody td{padding:12px; border-bottom:1px solid #ddd; vertical-align: middle; font-size:15px;}
.basic_table .border th,
.basic_table .border td{border-right:1px solid #ddd;}
@media all and (min-width:768px){
    .basic_table thead th{font-size:18px;}
    .basic_table tbody th,
    .basic_table tbody td{font-size:16px;}
}
@media all and (min-width:1500px){
    .basic_table thead th{font-size:20px;}
    .basic_table tbody th,
    .basic_table tbody td{font-size:18px;}
}
.basic_table02{padding:0 20px; overflow-y:auto;}
.basic_table02 table{width:250%; table-layout:fixed; border-collapse: collapse; vertical-align: middle; border-top:3px solid #f9b40f; text-align: center; line-height:1.3; border-right:2px solid #fff; border-left:2px solid #fff;}
.basic_table02 thead th{padding:15px; border-bottom:3px double #ddd; font-size:15px; border-right:1px solid #ddd;}
.basic_table02 tbody th{font-weight:600; padding:12px; border-bottom:1px solid #ddd; font-size:15px; border-right:1px solid #ddd;}
.basic_table02 tbody td{padding:12px; border-bottom:1px solid #ddd; vertical-align: middle; font-size:15px; border-right:1px solid #ddd;}
.basic_table02 .w_m30_w45{width:30%;}
@media all and (min-width:768px){
	.basic_table02{overflow-y:inherit}
	.basic_table02 table{width:100%;}



    .basic_table02 thead th{font-size:18px;}
    .basic_table02 tbody th,
    .basic_table02 tbody td{font-size:16px;}
	.basic_table .w_m30_t40_w45{width:40%;}
}
@media all and (min-width:1500px){
    .basic_table02 thead th{font-size:20px;}
    .basic_table02 tbody th,
    .basic_table02 tbody td{font-size:18px;}
	.basic_table02 .w_m30_w45{width:45%;}
}

/* basic_btn */
.btn_container{text-align:center;}
.btn_container a{margin-left:10px;}
.btn_container a:first-child{margin-left:0;}

.basic_btn{border:1px solid #ddd; background:#fff; padding:15px 20px; border-radius:30px; display:inline-block; font-weight:900}
.basic_btn:hover,
.basic_btn:focus{border:1px solid #777; transition:all 0.5s}
.basic_btn.small{padding:5px 12px; font-size:14px; vertical-align:middle;}
.basic_btn.square{border-radius:5px;height:40px; padding:0 20px; vertical-align:middle;}
.basic_btn.blue{background:#2897e5; color:#fff; border:1px solid #2897e5;}
.basic_btn.blue:hover,
.basic_btn.blue:focus{background:#0f7ac5;}
.basic_btn.orange{background:#f9b40f; color:#fff; border:1px solid #f9b40f;}
.basic_btn .arrow_right{display:inline-block; background:url(/young/usr/images/common/arrow_white_top.png) no-repeat right center; background-size:14px; line-height:5000; overflow:hidden; width:18px; height:14px; transform:rotate(90deg); margin-left:5px;}

.h_btn_top{text-align:right; margin-bottom:30px;}
@media all and (min-width:768px){
	.btn_container a{margin-left:25px;}
    .basic_btn{padding:15px 40px; font-size:20px;}
    .basic_btn.square{font-size:16px;}
    .basic_btn .arrow_right{background-size:auto;}
}
@media all and (min-width:1500px){
    .h_btn_top{position:absolute; top:120px; right:0;}
}

/* icon */
.icon_arrow_right{display:inline-block; width:6px; height:10px; background:url(/young/usr/images/common/arrow_gray.png) no-repeat center; line-height:5000; overflow:hidden; margin-left:5px;}
.icon_calender{display:inline-block; width:21px; height:19px; overflow:hidden; line-height:5000; background:url(/young/usr/images/common/icon_calendar.png) no-repeat center; vertical-align:middle;}
.icon_newW{display:inline-block; width:21px; height:22px; overflow:hidden; line-height:5000; background:url(/young/usr/images/common/icon_newW.png) no-repeat 0 0; vertical-align:middle; margin-left:5px;}

/* site list */
.site_list{border-top:3px solid #ff9c00; border-bottom:3px double #ddd; padding-bottom:30px;}
.site_list img{width:100%; border:3px solid #ddd; border-radius:20px;}
.site_list li{padding-top:30px; position:relative;}
.site_list figcaption{font-weight:900; font-size:20px; padding-top:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block; width:calc(100% - 90px); line-height:1.8}
.site_list .basic_btn{position:absolute; right:0; bottom:0;}
@media all and (min-width:768px){
    .site_list{padding:20px 0 50px 0}
    .site_list li{float:left; width:46%; padding-top:40px;}
    .site_list li:nth-child(2n){float:right}
    .site_list figcaption{font-size:22px;}
}
@media all and (min-width:1500px){
    .site_list li{width:30%; margin-left:5%;}
    .site_list li:nth-child(2n){float:left;}
    .site_list li:nth-child(3n+1){margin-left:0;}
    .site_list figcaption{padding-top:20px; font-size:25px; line-height:1.2;}
}

/* board : 게시판 검색 */
.board_search{margin:0 5px 30px 0;}
.board_search>div{float:left; margin:0 0 5px 5px;}

.sub .select_wrap .select_date{border:1px solid #ddd; border-radius:5px;float:left; width:100px;}
.sub .select_wrap .select_date input{border:0; width:calc(100% - 50px); height:38px;}
.sub .select_wrap .select_date button{width:50px;}
.sub .select_wrap span{float:left; line-height:2.7}

.board_search .basic_btn{margin-left:5px;}
.board_search .search_txt input{width:158px;}
@media all and (min-width:768px){
    .board_search{margin:0 0 50px 0}
    .board_search>div:first-child{margin-left:0}
    .sub .select_wrap{width:33%;}
    .sub .select_wrap .select_date{width:calc(50% - 16px);}
    .sub .select_wrap span{display:inline-block; padding:0 10px;}

    .board_search .basic_select{width:16%}
    .board_search .basic_select select{width:100%}

    .board_search .search_txt{width:calc(34% - 8px);}
    .board_search .search_txt input{width:calc(100% - 75px);}
}
@media all and (min-width:1500px){
    .sub .select_wrap{width:40%;}
    .board_search .basic_select{width:13%}
    .board_search .search_txt{width:calc(34% - 15px);}

    .board_search input,
    .board_search select,
    .board_search .search_txt button{height:50px;}
    .sub .select_wrap .select_date input{height:48px;}
    .board_search .search_txt input{width:calc(100% - 105px);}
    .board_search .search_txt button{width:100px}
}
.board_search02{background:#f4f4f4; padding:25px 20px; margin:30px 0;}
.board_search02 dt{font-weight:900; font-size:18px; margin-bottom:10px;}
.board_search02 dd{border:1px dashed #ddd; padding:15px 15px 10px 15px; margin-bottom:20px}
.board_search02 dd input{display:inline-block; height:0; width:0; overflow:hidden;}
.board_search02 dd input + label{border-radius:5px; background:#fff; padding:11px 15px 0 15px; height:48px; margin-bottom:5px; display:inline-block; font-size:16px; min-width:80px; text-align:center; position:relative}
.board_search02 dd input + label:after{display:block; content:""; width:100%; height:100%; border:1px solid #ddd; position:absolute; top:0; left:0; border-radius:5px}
.board_search02 dd input:checked + label{color:#2897e5; transition:ease-in 0.2s; font-weight:900;}
.board_search02 dd input:checked + label:after{border:3px solid #2897e5; top:-1px; left:-1px}
.board_search02 dl{border-bottom:1px solid #ddd; margin-bottom:20px;}
.board_search02 .search_txt input{width:calc(100% - 155px);}
.board_search02 .search_txt button{margin-left:5px}
@media all and (min-width:768px){
    .board_search02{padding:25px 30px; margin:50px 0;}
    .board_search02 dt{display:inline-block; width:120px; font-size:18px;}
    .board_search02 dd{width:calc(100% - 125px); padding:0; border:0; display:inline-block; margin-bottom:10px}
    .board_search02 dd input + label{height:55px; width:120px; font-size:18px; margin-right:5px; padding-top:13px;}
    .board_search02 dl{padding-bottom:20px; margin-bottom:30px;}
    .board_search02 .search_txt input{width:calc(100% - 290px); height:50px;}
    .board_search02 .search_txt button{height:50px; width:140px;}
}
@media all and (min-width:1280px){
    .board_search02{background:#f4f4f4 url("/young/usr/images/contents/policy/bg_search.png") no-repeat calc(100% - 50px) 100px; background-size:330px;}
}
@media all and (min-width:1500px){
    .board_search02{padding:40px 50px; margin:60px 0 80px 0; background-size:370px; background-position:calc(100% - 50px) 88px;}
    .board_search02 dt{font-size:21px;}
    .board_search02 dd input + label{width:150px;}
}

/* search_list */
.search_list{border-bottom:3px double #eee;}
.search_list li{border:1px solid #ddd; background:#fff; position:relative; border-radius:30px; padding:20px 20px 20px 100px; margin-bottom:20px;}
.search_list li:before{content:""; display:block; width:100%; height:100%; background:#f4f4f4; position:absolute; top:5px; left:5px; z-index:-1; border-radius:30px}
.search_list dt{text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size:17px; font-weight:900;}
.search_list dt strong{display:inline-block; width:65px; height:65px; border-radius:50%; background:#ddd; text-align:center; line-height:4.7; position:absolute; font-size:14px; top:0; bottom:0; margin:auto; left:20px; font-family:'PuradakGentleGothicR';}
.search_list dt strong.point_blue{background:#1684ff; color:#fff;}
.search_list dt strong.point_green{background:#95da10; color:#fff;}
.search_list dt strong.point_orange{background:#ff8416; color:#fff;}
.search_list dt strong.point_pink{background:#ff3795; color:#fff; line-height:1; padding-top:9px;}
.search_list dt strong.point_purple{background:#d440e1; color:#fff;}
.search_list dt span{display:block; width:60px; height:26px; border-radius:30px; border:1px solid #ddd; text-align:center; line-height:2; font-size:13px; font-weight:900; margin-bottom:5px}
.search_list .always dt span{border:1px solid #e3412c; color:#e3412c;}
.search_list .proceeding dt span{border:1px solid #18bded; color:#18bded;}
.search_list .end dt span{border:1px solid #aaa; color:#666; background:#ddd;}
.search_list dd{text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:1.8; font-weight:100; color:#444;}
.search_list dd i{background-position:0; margin:0 5px 4px 0}
.search_list .end{background:#f4f4f4;}
.search_list .end dt strong{background:#aaa;}
.search_list .data_none{border:0; width:100%; background:url("/young/usr/images/contents/data_none.png") no-repeat center 0; background-size:200px; text-align:center; padding:250px 0 40px 0; font-size:18px; color:#c6d0f7}
.search_list .data_none:before{display:none;}
@media all and (min-width:768px){
    .search_list{padding:30px 0;}
    .search_list li{padding:30px 30px 30px 140px;}
    .search_list dt{font-size:22px; margin-bottom:5px;}
    .search_list dt strong{width:80px; height:80px; line-height:4.5; left:30px; font-size:18px}
    .search_list dt strong.point_pink{padding-top:13px;}
    .search_list dt span{margin-bottom:0;}
	.search_list .data_none{background-size:auto; padding:350px 0 30px 0; font-size:22px}
}
@media all and (min-width:1500px){
    .search_list{padding:50px 0 80px 0;}
    .search_list{padding-right:5px;}
    .search_list li{float:left; width:48%; padding:40px 40px 0 170px; height:200px}
    .search_list li:nth-child(2n){float:right;}
    .search_list dt{font-size:22px; margin-bottom:5px;}
    .search_list dt strong{width:100px; height:100px; font-size:22px; line-height:4.6; left:40px;}
    .search_list dt strong.point_pink{padding-top:20px;}
    .search_list dt span{font-size:15px; height:32px; width:80px;}
    .search_list dd{font-size:18px;}
	.search_list .data_none{font-size:30px; margin:60px 0}
}
.search_list02:after{display:block; clear:both; content:"";}
.search_list02 .item{margin-bottom:30px;}
.search_list02 img{width:100%; position:relative; z-index:-1; margin-bottom:20px}
.search_list02 a{position:relative; display:block;}
.search_list02 a>strong{display:block; width:100px; height:50px; color:#fff; position:absolute; top:-5px; left:-5px; text-align:center; line-height:3.5;}
.search_list02 a>strong:before{content:""; display:block; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.6; z-index:-1}
.search_list02 a>strong.mark01:before{background:#1877ed;}
.search_list02 a>strong.mark02:before{background:#3ed02f;}
.search_list02 a>strong.mark03:before{background:#c06fe5;}
.search_list02 dl{border-left:1px solid #f4f4f4; padding:10px 0 10px 20px; position:relative; margin-left:3px}
.search_list02 dl:before{content:""; display:block; width:5px; height:5px; background:#000; border-radius:50%; position:absolute; top:0; left:-3px;}
.search_list02 dt{font-weight:900; font-size:20px; line-height:1.4; margin-bottom:15px; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.search_list02 dt strong{display:block; font-size:15px; font-weight:900}
.search_list02 dt + dd{font-size:14px; color:#444; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; margin-bottom:10px;}
.search_list02 dt + dd + dd{background:#fafafa; padding:10px 25px; font-size:13px; position:relative; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.search_list02 dt + dd + dd:before{content:""; display:block; background:#aaa; width:3px; height:3px; border-radius:50%; position:absolute; top:0; bottom:0; margin:auto; left:15px;}
.search_list02 dt + dd + dd strong{color:#aaa;}
.search_list02 dt + dd + dd span{color:#aaa; display:inline-block; padding:0 10px;}
.search_list02 dd:last-child{display:block; width:80px; height:30px; border-radius:30px; position:absolute; top:0; right:0; border:1px solid #ddd; text-align:center; line-height:2; font-size:14px; font-weight:900}
.search_list02 dd:last-child.mark_proceeding{background:#18bded; border:1px solid #18bded; color:#fff;}
.search_list02 dd:last-child.mark_always{background:#e3412c; border:1px solid #e3412c; color:#fff;}
.search_list02 dd:last-child.mark_end{background:#777; border:1px solid #777; color:#fff;}

.search_list02 dl.list_participation:before{background:#e94e3a}
.search_list02 dl.list_work:before{background:#98d81c}
.search_list02 dl.list_dwelling:before{background:#3abae9}
.search_list02 dl.list_welfare:before{background:#f68517}

.search_list02 .list_participation dt strong{color:#e94e3a;}
.search_list02 .list_work dt strong{color:#98d81c;}
.search_list02 .list_dwelling dt strong{color:#3abae9;}
.search_list02 .list_welfare dt strong{color:#f68517;}
.search_list02 + .basic_paging{margin-top:0;}
.search_list02 .data_none{border:0; width:100%; background:url("/young/usr/images/contents/data_none.png") no-repeat center 0; background-size:200px; text-align:center; padding:250px 0 70px 0; font-size:28px; color:#c6d0f7}

@media all and (min-width:768px){
    .search_list02 .item{width:47%; float:left; margin-bottom:50px;}
    .search_list02 .item:nth-child(2n){float:right}
}
@media all and (min-width:1500px){
    .search_list02 .item{width:30%; margin-left:5%; margin-bottom:80px;}
    .search_list02 .item:nth-child(2n){float:left;}
    .search_list02 .item:nth-child(3n+1){margin-left:0;}
    .search_list02 img{margin-bottom:40px;}
    .search_list02 dl{padding-left:35px;}
    .search_list02 dt{font-size:28px; margin-bottom:20px}
    .search_list02 dt strong{font-size:18px;}
    .search_list02 dt + dd{font-size:16px; margin-bottom:15px;}
    .search_list02 dt + dd + dd{font-size:15px; padding:12px 40px; line-height:1.5}
    .search_list02 dt + dd + dd:before{width:5px; height:5px; left:25px; bottom:3px}
}

/* basic_paging */
.basic_paging{text-align:center; margin-top:30px; line-height:2.8}
.basic_paging a{display:inline-block; opacity:0.5; width:32px; font-family:'PuradakGentleGothicR';}
.basic_paging .on{opacity:1; position:relative; width:50px; color:#fff;}
.basic_paging .on:before{background:#ff8416; content:""; display:block; width:44px; height:44px; border-radius:50%; position:absolute; top:-2px; right:0; left:0; bottom:0; margin:auto; z-index:-1;}
.basic_paging .btn_first{background:url(/young/usr/images/common/arrow_double.png) no-repeat center; width:21px; height:21px; line-height:5000; overflow:hidden; margin-right:2%; vertical-align:middle;}
.basic_paging .btn_prev{background:url(/young/usr/images/common/arrow.png) no-repeat center; width:15px; height:21px; line-height:5000; overflow:hidden; margin-right:2%; vertical-align:middle;}
.basic_paging .btn_next{background:url(/young/usr/images/common/arrow.png) no-repeat center; width:15px; height:21px; line-height:5000; overflow:hidden; margin-left:2%; vertical-align:middle; transform:rotate(-180deg)}
.basic_paging .btn_last{background:url(/young/usr/images/common/arrow_double.png) no-repeat center; width:21px; height:21px; line-height:5000; overflow:hidden; margin-left:2%; transform:rotate(-180deg); vertical-align:middle;}
@media all and (min-width:768px){
    .basic_paging{margin-top:50px;}
	.basic_paging a{width:44px;}
	.basic_paging .btn_prev{margin-right:20px}
	.basic_paging .btn_next{margin-left:20px}
	.list_notice + .basic_paging,
	.list_photodata + .basic_paging,
	.list_photo + .basic_paging{margin-top:50px;}
}

/* 비전 및 정책목표 */
.basic_box.vision{text-align:center; padding-left:0; padding-right:0; z-index:-2; position:relative;}
.basic_box.vision dt{font-weight:900; color:#ffd66e; opacity:0.2; font-size:30px; margin-bottom:0;}
.basic_box.vision dd{font-family:'PuradakGentleGothicR'; display:inline-block; position:relative; font-size:120%; line-height:1.4; color:#000}
.basic_box.vision dd strong{font-size:130%; display:inline-block; position:relative;}
.basic_box.vision dd strong:before{content:""; display:block; width:100%; height:20%; background:#ffd66e; position:absolute; bottom:15%; left:0; z-index:-1}
.double_quotation_marks{display:inline-block; background:url(/young/usr/images/common/double_quotation_marks.png) no-repeat center 0; line-height:5000; overflow:hidden; width:18px; height:18px; background-size:50%; position:absolute; bottom:15px; left:-20px}
.double_quotation_marks:last-child{transform:rotate(-180deg); background-position:bottom center; left:auto; right:-20px;}

.sub h4.tit_objective{text-align:center; background:none; color:#2897e5; opacity:0.1; font-size:30px;}
.list_objective{text-align:center; background:url(/young/usr/images/contents/vision/bg.png) no-repeat center bottom; background-size:contain; padding-bottom:50%;}
.list_objective>li{margin-top:30px;}
.list_objective li:first-child{margin-top:0}
.list_objective dt{background:#fcc741; border-radius:50%; color:#fff; width:212px; height:212px; display:inline-block; padding-top:70px; font-size:26px; font-weight:100; line-height:1.2;}
.list_objective dt span{font-size:18px;}
.list_objective dt strong{font-size:26px;}
.list_objective dd{background:#fafafa; position:relative; border-radius:30px; margin-top:30px; padding:30px; text-align:left;}
.list_objective dd:before,
.list_objective dd:after{content:""; display:block; position:absolute; margin:auto;}
.list_objective dd:before{width:2px; height:30px; background:#fcc741; left:0; right:0; top:-30px;}
.list_objective dd:after{width:calc(100% - 40px); height:5px; background:#fcc741; left:0; right:0; top:0;}
.list_objective li:first-child dd>ul>li{background:url(/young/usr/images/common/bullet_arrow_orange.png) no-repeat 0 2px;}
.list_objective li:nth-child(3) dd>ul>li{background:url(/young/usr/images/common/bullet_arrow_green.png) no-repeat 0 2px;}
.list_objective li:nth-child(2) dt{background:#2897e5}
.list_objective li:nth-child(2) dd:before,
.list_objective li:nth-child(2) dd:after{background:#2897e5;}
.list_objective li:nth-child(3) dt{background:#28e535;}
.list_objective li:nth-child(3) dd:before,
.list_objective li:nth-child(3) dd:after{background:#28e535;}
@media all and (min-width:500px){
    .basic_box.vision dd{font-size:20px;}
    .basic_box.vision dd br{display:none;}
    .basic_box.vision dd strong{margin-left:10px;}
}
@media all and (min-width:768px){
    .basic_box.vision dt{font-size:40px;}
    .basic_box.vision dd{font-size:26px;}
    .double_quotation_marks{bottom:28px; background-size:80%; left:-25px}
    .double_quotation_marks:last-child{right:-25px;}

    .sub h4.tit_objective{font-size:40px; margin-top:80px;}
    .list_objective{padding-bottom:40%;}
    .list_objective>li{float:left; width:30%; margin:50px 0 0 5%;}
    .list_objective>li:first-child{margin-left:0; margin-top:50px;}
    .list_objective>li:nth-child(2){margin-top:0;}
    .list_objective dd{padding:40px 30px;}
}
@media all and (min-width:1500px){
    .basic_box.vision dt{font-size:48px;}
    .basic_box.vision dd{font-size:30px;}
    .double_quotation_marks{background-size:auto; bottom:40px; left:-30px;}
    .double_quotation_marks:last-child{right:-30px;}
    .vision_bg{background:url(/young/usr/images/contents/vision/list_bg.gif) no-repeat right bottom;}

    .sub h4.tit_objective{font-size:48px; margin-top:100px}
    .list_objective{padding-bottom:28%; background-size:auto; margin-bottom:-100px;}
    .list_objective>li,
    .list_objective>li:first-child{margin-top:150px;}
    .list_objective li:first-child dd>ul>li,
    .list_objective li:nth-child(3) dd>ul>li{background-position:0 5px;}
    .list_objective dt{width:355px; height:355px; padding-top:130px; font-size:36px;}
    .list_objective dt span{font-size:27px;}
    .list_objective dt strong{font-size:36px;}
    .list_objective dd{padding:60px 34px; letter-spacing:-1px}
}

/* 공간소개 */
.place_header{border-top:3px solid #ff9c00; position:relative; padding:40px 0; border-bottom:3px double #ddd;}
.place_header .place_img{ margin-bottom:10px;}
.place_header .place_img img{width:100%; border-radius:30px;}
.sub .place_header h4{background:none; padding-left:0;}
.place_header dl{background:#fafafa; border-radius:20px; padding:20px; position:relative;}
.place_header dl:before{content:""; display:block; width:260px; height:50px; background:url(/young/usr/images/contents/place/bg.png) no-repeat right 0; position:absolute; right:20px; top:-50px; background-size:contain;}
.place_header dt{float:left; background:#ff6600; color:#fff; text-align:center; width:80px; border-radius:30px; padding:5px 0; clear:both; margin-right:10px; margin-top:5px;}
.place_header dt:first-child,
.place_header dt:first-child + dd{margin-top:0;}
.place_header dd{display:inline-block; width:calc(100% - 90px); font-size:16px; padding:5px; margin-top:5px;}

.place_photo{position:relative;}
.place_slide{padding:40px 10px; overflow:hidden;}
.place_slide figure{margin:0 10px; text-align:center; font-size:18px;}
.place_slide .list{float:left;}
.place_slide img{width:100%; border-radius:30px; margin-bottom:10px;}
.place_slide_btn button{display:block; position:absolute; line-height:5000; overflow:hidden; width:50px; height:50px; bottom:25px; top:0; margin:auto;}
.place_slide_btn button.btn_prev{background:url(/young/usr/images/common/btn_arrow.png) no-repeat center; background-size:100%; left:0;}
.place_slide_btn button.btn_next{background:url(/young/usr/images/common/btn_arrow.png) no-repeat center; background-size:100%; right:0; transform:rotate(180deg);}

.place_map{overflow:hidden; border-radius:30px;}
.place_map img{width:100%;}
@media all and (min-width:768px){
    .place_header{padding-left:400px;}
    .sub .place_header h4{margin:10px 0 20px 0}
    .place_header .place_img{width:365px; position:absolute; top:50px; left:0;}
    .place_header dd{padding:4px 0;}

    .place_slide figure{margin:0 20px;}
}
@media all and (min-width:1500px){
    .place_header{padding:70px 0 70px 620px;}
    .place_header .place_img{width:560px;}
    .sub .place_header h4{font-size:32px;}
    .place_header dl{padding:35px 40px}
    .place_header dl:before{height:99px; top:-99px;}
    .place_header dt{font-size:18px; padding:8px 0; width:90px;}
    .place_header dd{font-size:18px; width:calc(100% - 100px); padding:9px 10px;}
    

    .place_photo{padding:0 80px;}
    .place_slide{padding:60px 0;}
    .place_slide img{margin-bottom:20px}
    .place_slide_btn button{width:62px; height:62px;}
}

/* 법령 및 조례 */
.go_law{font-size:16px; margin-bottom:30px;}
.go_law a{margin-left:5px;}
.law_wrap{background:#f4f4f4; padding:35px 30px; max-height:500px; overflow-y:auto; font-size:16px; border-bottom:4px double #ddd;}
.law_wrap h4{background:none; text-align:center; margin:0; padding:0; font-size:22px; margin-bottom:10px;}
.law_wrap h5{background:none; padding:0; margin:30px 0 0 0; font-size:19px; border-bottom:1px solid #ddd; padding-bottom:15px;}
.law_wrap h6{background:none; padding:0; margin:20px 0 10px 0; font-size:17px;}
.law_wrap p{margin-bottom:10px;}
.law_wrap>ol>li{margin-top:5px;}
.law_wrap ol li:first-child{margin-top:0;}
.law_wrap ol ol{margin:10px 0 0 10px; font-size:15px;}
.law_wrap ol ol li{margin-top:5px;}
@media all and (min-width:768px){
    .go_law{font-size:20px; margin:50px 0;}
    .go_law .basic_btn{font-size:16px;}
    .law_wrap{padding:50px 40px; font-size:18px;}
    .law_wrap p{margin-bottom:20px;}
    .law_wrap h4{font-size:28px;}
    .law_wrap h5{font-size:22px; padding-bottom:20px; margin:45px 0 0 0;}
    .law_wrap h6{font-size:19px; margin:30px 0 15px 0;}
    .law_wrap>ol>li{margin-top:15px;}
    .law_wrap ol ol{font-size:17px;}
    .law_wrap ol ol li{margin-top:10px;}
}

/* view_header */
.view_header{text-align:center;}
.view_header p{margin-bottom:10px;}
.view_header p span{display:inline-block; border:1px solid #ddd; border-radius:30px; padding:5px 20px 3px 20px; margin:0 4px;}
/* 고창군 전라북도 중앙부처 */
.view_header .gochang{color:#0f7ac5; border:1px solid #0f7ac5}
.view_header .jb{color:#3ed02f; border:1px solid #3ed02f}
.view_header .center{color:#c06fe5; border:1px solid #c06fe5}
/* 상태 */
.view_header .proceeding{background:#18bded; border:1px solid #18bded; color:#fff;}
.view_header .end{background:#777; border:1px solid #777; color:#fff;}
.view_header .always{background:#e3412c; border:1px solid #e3412c; color:#fff;}
/* 참여 일자리 주거 복지 */
.view_header .participation{color:#e94e3a; border:1px solid #e94e3a}
.view_header .work{color:#98d81c; border:1px solid #98d81c}
.view_header .dwelling{color:#3abae9; border:1px solid #3abae9}
.view_header .welfare{color:#f68517; border:1px solid #f68517}

.view_box{border-top:2px solid #555f9e; position:relative;}
.view_box:after{width:5px; height:10px; background:#555f9e; content:""; display:block; position:absolute; top:0; right:0;}
.view_box dl{border-bottom:10px solid #f8f8f8; padding:25px;}
.view_box dl:after{content:""; display:block; width:5px; height:10px; background:#f8f8f8; position:absolute; bottom:10px; left:0;}
.view_box dt{font-weight:1000; color:#555f9e; font-size:20px; margin-bottom:15px;}
.view_box dd{line-height:1.8; font-size:16px;}

.view_body>dl>dt{font-weight:900; color:#000; border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:15px; font-size:20px; margin-top:30px;}
.view_body>dl>dd{background:#f8f8f8; padding:20px; font-size:16px; line-height:2}
.view_body>dl>dt:first-child + dd{background:none; padding:10px 20px;}
.view_body>dl>dd:last-child{padding:0;}
.view_body>dl>dd:last-child dt{background:#fff3d7; text-align:center; padding:5px 0; border-top:1px solid #fff; font-weight:600}
.view_body>dl>dd:last-child dd{padding:10px 20px; border-top:1px solid #fff;}

.view_box dd b,
.view_body dd b{font-weight:900}
.view_box dd ul li,
.view_body dd ul li{position:relative; padding-left:12px; margin-top:5px;}
.view_box dd ul li:first-child,
.view_body dd ul li:first-child{padding-top:0;}
.view_box dd ul li:before,
.view_body dd ul li:before{content:""; display:block; width:6px; height:6px; background:#1479c1; position:absolute; top:15px; left:0;}
.view_box dd ol,
.view_body dd ol{padding:0 20px}
.view_box dd ol li,
.view_body dd ol li{position:relative; margin-top:5px; list-style:decimal;}

.view_body + .btn_container{margin-top:20px;}
@media all and (min-width:768px){
    .view_header p{margin-bottom:18px;}
    .view_box:before{content:""; display:block; width:250px; height:160px; position:absolute; top:-22px; left:0; background:#fff url(/young/usr/images/contents/policy/bg.png) no-repeat; background-size:220px;}
    .view_box dl{padding:30px 30px 30px 250px}
    .view_box dt{font-size:24px;}
    .view_box dd{font-size:18px;}

    .view_body>dl>dt{font-size:24px; padding-bottom:15px; margin-bottom:25px;}
    .view_body>dl>dd{padding:30px 35px;}
    .view_body>dl>dt:first-child + dd{padding:10px 25px;}
    .view_body>dl>dd:last-child dl{overflow:hidden;}
    .view_body>dl>dd:last-child dt{float:left; width:200px; padding:15px 0}
    .view_body>dl>dd:last-child dd{float:left; width:calc(100% - 200px); padding:15px 30px}
	.view_body + .btn_container{margin-top:50px;}
}
@media all and (min-width:1500px){
    .view_box:before{width:300px; height:219px; background-size:283px;}
    .view_box dl{padding:50px 50px 50px 300px}
    .view_box dt{font-size:30px;}
    .view_box dd{font-size:20px;}

    .view_body>dl>dt{font-size:30px; margin-bottom:30px; margin-top:60px;}
    .view_body>dl>dd{font-size:18px; line-height:2.2; padding:40px 45px;}
    .view_body>dl>dt:first-child + dd{padding:0 30px;}
    
}      

.bbs_page a{box-sizing:initial;}       
 
/*정책사업*/
.bbs_write .tem_select {display:flex;flex-wrap:wrap;gap: 20px 10px;}
.bbs_write .tem_select li{width: 45%;}
.bbs_write .tem_select img{width: 100%;max-width: fit-content;}
.bbs_write .tem_select label{margin:0}
.bbs_write input[type=radio]{display: inline-block;width: 20px;height: 20px;border: solid 1px #2a2a2a;padding: 0;margin: 5px 0;}

@media all and (min-width:768px) {
.bbs_write .tem_select li{width: 23%;}
}    

@media all and (min-width:1024px) {
.bbs_write .tem_select li{width: 13%;}
}                                            