﻿@charset "utf-8";

@import "fonts.css";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");


/* 초기화 */
html {min-width: 1200px; overflow-y:scroll}
body {margin:0;padding:0;font-size: 15px; letter-spacing:-0.8px; color:#222; line-height:1.4; font-family: 'pretendard', 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif; font-weight: 400; background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-family: 'pretendard', 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ol, ul, dl, dt, dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'pretendard', 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'pretendard', 'Noto Sans KR', 'malgun Gothic', '맑은고딕', 'dotum', '돋움', sans-serif; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#222;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {/* WebKit browsers */ color: #a9a9a9;}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */ color: #a9a9a9;}
::-moz-placeholder {/* Mozilla Firefox 19+ */ color: #a9a9a9;}
:-ms-input-placeholder {/* Internet Explorer 10+ */ color: #a9a9a9;}

/* linkStyle */
a{color:#222; text-decoration:none;}
a:link,
a:visited{color:#222; text-decoration:none;}
a:active,
a:focus,
a:hover{color:#222; text-decoration:none;}

/* blind */
.blind, .skip, legend, caption, .hidden{position: absolute; left: -5000px; width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden;}
caption{position:static;}

/*pc보기화면*/
html,
body{
width:100%;
overflow-x:hidden;
}

/*========레이아웃========*/

/*공통*/
.sc_inner{width:1200px; margin:0 auto;}
.inner {width: 1200px; margin: 0 auto;}
.cfixed:after{display:block; content:""; clear:both;}
.table{display:table;}
.table_cell{display:table-cell; vertical-align:middle;}
.upper {text-transform: uppercase;}
.out:after {content:url('/html/img/popout_icon.svg'); padding-left:5px;}

/* 상단 레이아웃 */
#header_wrap {width: 100%; z-index: 99;}

/* 상단메뉴 */
#tnb {background-color: #F9F9F9; border-bottom: 1px solid #e5e5e5;}
#tnb .sc_inner {margin: 0 auto; padding:0;}
#tnb li {font-size: 14px; text-align: center; margin-left:7px;}
#tnb li.mb{line-height:23px;}
#tnb li.sns01{margin-left:0;}
#tnb li.join{font-weight: 500; color: #1663c0;}
#tnb ul.member {display: flex; justify-content: right; gap: 20px; padding:8px 0;}
#tnb ul.member a {color: inherit;}

/* 헤더 */
#header {display: flex; justify-content: space-between; align-items: center; height: 100px; width:1200px; margin: 0 auto;}
#header .logo img{
    max-width: 350px;
}

/*메인메뉴*/
#menu {max-width: 600px; height:53px; z-index:9999; margin-right: 0;}
.main1{display: flex;}
.main1>li {/*width: 130px;*/ line-height:50px; text-align:center; position:relative; z-index:9999; }
.main1>li + li {margin-left: 70px;}
.main1>li:hover .main2 {left:-20px;}
.main1>li a {display:block; font-size:21px; font-weight:500; text-align:center;}
.main1>li a:hover {color:#1663c0;}

.main2 {position:absolute; top:50px; left:-9999px; min-width: 180px; background:#fff; padding:20px 0 10px 0;}
/*.main1 li:nth-child(2) .main2{width:180%;}*/
.main2>li {position:relative; border-bottom:1px dotted #dcdcdc; text-align:left; padding: 0 15px;}
.main2>li:last-child {border-bottom:0;}
.main2>li a{margin:0 10px; font-size:15px; text-align:left; white-space: nowrap;}

/* 비쥬얼이미지 */
#main_visual {margin-bottom: 0;}
#main_visual .slide {height: 900px; padding-bottom: 160px; background: no-repeat center/cover;}
#main_visual .slide01 {background-image: url(/html/img/main_visual01.jpg);}
#main_visual .slide02 {background-image: url(/html/img/main_visual02.jpg);}
#main_visual .slide03 {background-image: url(/html/img/main_visual03.jpg);}
#main_visual .slide04 {background-image: url(/html/img/visual05.jpg);}
#main_visual .txt_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 40px; width: 100%; height: 100%; color: #fff; text-align: center; line-height: 1; position: relative; top: 100px; opacity: 0;}
#main_visual .txt_wrap.atv {animation: .7s visual_fadeUp .2s forwards;}
#main_visual .visual_txt_big {font-size: 70px; font-weight: bold;}
#main_visual .visual_txt_sml {font-size: 24px;}
#main_visual .visual_txt_def {font-size: 30px; font-weight: 500;}
#main_visual .visual_txt_def::before {content: ''; display: block; width: 80px; height: 1px; margin: 0 auto 40px; background-color: #fff;}
@keyframes visual_fadeUp {
	from {top: 100px; opacity: 0;}
	to {top: 0; opacity: 1;}
}

/* 메인 공통 */
.main_page {overflow: hidden;}
.main_page .mid {padding: 140px 0;}
.main_page .mid_tit_wrap {margin-bottom: 50px; color: #222; text-align: center; position: relative;}
.main_page .mid_tit {font-size: 50px; font-weight: 700; word-break: keep-all;}
.main_page .mid_tit_wrap .btn_plus_box {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.main_page .mid_tit_wrap .sc_list {gap: 10px; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.main_page .mid_tit_wrap .sc_list img {width: 48px;}
.main_page .mid_tit_wrap .swp_btn_wrap {position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.main_page .mid_tit strong {display: inline-block; word-break: keep-all;}
.main_page .mid_tit_under {margin-top: 10px; font-size: 24px;}

/* 메인 - 학과안내 */
.depart_wrap {margin: -180px 0 0; position: relative; z-index: 60;}
.depart_wrap .depart_ul {display: flex; flex-wrap: wrap; justify-content: space-between; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
.depart_wrap .depart_ul .depart_li {display: flex; flex-direction: column; justify-content: space-between; width: 600px; padding: 25px 30px; color: #fff;}
.depart_wrap .depart_ul .depart_li.bg1 {background-image: url(/html/img/main_depart_bg1.jpg); height: 360px; padding: 50px 30px;}
.depart_wrap .depart_ul .depart_li.bg2 {background-image: url(/html/img/main_depart_bg2.jpg); height: 180px;}
.depart_wrap .depart_ul .depart_li.bg3 {background-image: url(/html/img/main_depart_bg3.jpg); height: 180px; color: #222;}
.depart_wrap .depart_ul .txt_box .txt_big {font-size: 30px; font-weight: 600;}
.depart_wrap .depart_ul .txt_box .txt_def {margin-top: 5px; font-size: 18px;}
.depart_wrap .depart_ul .view_more {display: block; width: 140px; font-size: 16px; color: inherit; text-align: center; line-height: 40px; border: 1px solid; border-color: inherit; background-color: rgba(255, 255, 255, .1);}
.depart_wrap .depart_ul .view_more img {display: inline-block; margin-left: 10px; margin-top: -4px;}
.depart_wrap .depart_ul .depart_li.bg1 .txt_box .txt_big {font-size: 40px;}
.depart_wrap .depart_ul .depart_li.bg1 .txt_box .txt_def {font-size: 24px;}
.depart_wrap .depart_ul .depart_li.bg1 .view_more {width: 180px; font-size: 20px; line-height: 50px;}

/* 메인 - 팝업존 */
#popup_zone {margin-top: 50px; box-shadow: 0 0 20px rgba(0, 0, 0, .1);}
#popup_zone .swiper-slide {}
#popup_zone .swiper-slide img {display: block; width: 100%;}
#popup_zone .swp_pg {display: flex; gap: 5px; position: absolute; left: 55px; bottom: 60px; z-index: 1;}
#popup_zone .swp_pg .swiper-pagination-bullet {width: 10px; height: 8px; margin: 0; background: #fff; border-radius: 4px; opacity: 0.2; transition: .3s;}
#popup_zone .swp_pg .swiper-pagination-bullet-active {width: 40px; opacity: 0.8;}

/* 메인 - 학과소식 */
.mid01 {background: url(/html/img/mid01_bg.svg) no-repeat right bottom;}
.main_board_wrap {}
.main_board_tit_wrap {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; font-size: 30px; border-bottom: 1px solid #C7C7C7;}
.main_board_tit {display: inline-block; position: relative;}
.main_board_tit img {display: block;}
.main_board .slide {box-shadow: 0 0 20px rgba(0, 0, 0, .1); transition: .3s;}
.main_board .txt_box {padding: 20px; font-size: 16px; background-color: #fff;}
.main_board .txt_box .tit {font-size: 22px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.main_board .txt_box .date {display: block; margin-top: 15px; color: #999;}
.main_board .swp_pg {display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px;}
.main_board .swp_pg .swiper-pagination-bullet {display: block; width: 15px; height: 15px; background-color: #fff; border: 1px solid #E5E5E5; border-radius: 15px; transition: .3s; opacity: 1;}
.main_board .swp_pg .swiper-pagination-bullet-active {width: 50px; background-color: #2565B0; border-color: #2565B0;}
.main_board_gall {display: flex; gap: 16px;}
.main_board_gall .slide {
    /* flex: 1; */
    width: calc(33.33% - (32px / 3));
}
.main_board_gall .txt_box .tit {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.main_board_gall .thumb_box {width: 100%; overflow: hidden;}
.main_board_gall .thumb_box img {display: block; width: 100%; transition: 0.3s;}
.main_board_list .txt_box {padding: 20px;}
.main_board_list .txt_box .category {display: inline-block; margin-bottom: 15px; padding: 0 10px; font-size: 0.9em; font-weight: 300; color: #999; border: 1px solid #E5E5E5; border-radius: 5px; transition: .3s;}
.main_board_list .txt_box .tit {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.main_board_list .txt_box .txt {margin-top: 15px; color: #999; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.main_board_list .slide:hover .category {color: #fff; background-color: #2565B0;}

/* 메인 - 인스타 */
.main_insta {padding-top: 100px !important; background: url(/html/img/main_insta_bg.jpg) no-repeat center top/100% auto;}
.main_insta .mid_tit_wrap {color: #fff;}
.main_insta .mid_tit img {display: inline-block; margin-left: 10px;}
.main_insta_ul {display: flex; gap: 16px;}
.main_insta_ul li {flex: 1;}
.main_insta_ul li a {display: block; width: 100%; aspect-ratio: 1/1; overflow: hidden; position: relative;}
.main_insta_ul li a img {display: block; width: 100%; transition: .3s;}
.main_insta_ul .txt_box {position:absolute;top:0;left:0;width:100%; height:100%; z-index:0; padding: 30px; background: url('/html/img/main_insta_hover.jpg') no-repeat;background-size:cover;transition: 0.5s; overflow: hidden; opacity: 0; transition:opacity .3s ease-in-out;}
.main_insta_ul .txt_box .tit {font-size: 24px; font-weight: 600; color: #0283ad; margin-bottom: 30px; }
.main_insta_ul .txt_box .txt {font-size: 16px; margin-bottom: 16px; color:#222; width:100%; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow:hidden;}
.main_insta_ul .txt_box .date {font-size:16px; color:#919191;}
.main_insta_ul li:hover .txt_box {opacity: 1;}
.hash_wrap {display: flex; justify-content: center; align-items: center; gap: 0 50px; margin-top: 30px; padding: 30px; color: #fff; background-color: #35AEDB;}
.hash_tit {font-size: 30px; font-weight: bold; line-height: 1;}
.hash_ul {display: flex; flex-wrap: wrap; gap: 16px;}
.hash_ul li {padding: 10px 25px; font-size: 14px; line-height: 1; border: 1px solid #fff; border-radius: 30px;}
.hash_ul li::before {content: '#';}
.sc_wrap {display: flex; justify-content: space-between; align-items: center; margin-top: 30px; padding: 50px 100px 50px 60px; border: 1px solid #E3E3E3; border-radius: 20px;}
.sc_wrap .sc_tit {width: 200px; font-size: 30px; line-height: 1.3;}
.sc_list {display: flex; gap: 0 60px; font-size: 18px; text-align: center;}
.sc_list p {margin-top: 15px; font-size: 22px; font-weight: 500;}

/* 메인 - 배너 */
#bnr_wrap {margin-bottom: 30px;}
#bnr_wrap ul {display: flex;}
#bnr_wrap li{flex: 1; width:240px; height:235px; text-align:center; color:#fff;}
#bnr_wrap li.bnr1 {background: url(/html/img/bnr_bg1_2023.jpg) no-repeat 100%/cover;}
#bnr_wrap li.bnr2 {background: url(/html/img/bnr_bg2_2023.jpg) no-repeat 100%/cover;}
#bnr_wrap li.bnr3 {background: url(/html/img/bnr_bg3_2023.jpg) no-repeat 100%/cover; color: #222;}
#bnr_wrap li.bnr4 {background: url(/html/img/bnr_bg4_2023.jpg) no-repeat 100%/cover;}
#bnr_wrap li.bnr5 {background: url(/html/img/bnr_bg5_2023.jpg) no-repeat 100%/cover; color: #222;}
#bnr_wrap li h2{font-size:24px; padding:40px 0 12px 0; margin-bottom:12px; position:relative;}
#bnr_wrap li h2::before{content:""; display:block; position:absolute; width:20px; height:1px; background:#fff; bottom:0; left:50%; margin-left:-10px;}
#bnr_wrap li a.btn_more{font-size:13px; color:#fff; width:100px; padding:7px 0; letter-spacing:0; border-radius:30px; border:1px solid #fff; display:inline-block; font-weight:300;}
#bnr_wrap li p{font-size:15px; margin-bottom:20px;}
#bnr_wrap li.bnr3 a.btn_more,
#bnr_wrap li.bnr5 a.btn_more {color: #222; border-color: #222;}
#bnr_wrap li.bnr3 h2::before,
#bnr_wrap li.bnr5 h2::before {background-color: #222;}

/* 메인 - 유튜브 */
#youtube {padding:140px 0; background: url(/html/img/main_youtube_bg.jpg) no-repeat center/cover; position:relative;}
#youtube .mid_tit_wrap {color: #fff;}
#youtube .yt_title{text-align:center;}
#youtube .yt_title h2{font-size:45px; font-weight:400; margin-bottom:15px;}
#youtube .yt_title h2 img{margin-top:-8px;}
#youtube .yt_title .txt{font-size:18px; margin-bottom:55px;}
#youtube .img {display: block; overflow: hidden;}
#youtube .img img {display: block; width: 100%;}
#youtube .youtube_list .txt{background:#fff; padding:30px 25px;}
#youtube .youtube_list .txt p{height: 56px; font-size:20px; font-weight:500; margin-bottom:12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
#youtube .youtube_list .txt .date{font-size:16px; font-weight:300; color:#999999;}
.swp_btn_wrap {display: flex; gap: 20px;}
.swp_btn {cursor: pointer;}

/* 메인 - 게시판 */
.main_board_wrap .inner_flex {display: flex; gap: 30px;}
.main_board_wrap .inner_flex > .main_board {flex: 1;}
.main_board_list {display: flex; flex-wrap: wrap; gap: 10px;}
.main_board_list > li {width: calc(50% - 5px);height: 280px;padding: 35px 30px;border: 1px solid #ddd;border-radius: 20px;position: relative;}
.main_board_list .category {display: block;margin-bottom: 15px;font-size: 20px;color: #999;line-height: 1;}
.main_board_list .question_q {display: block;margin-bottom: 15px;font-size: 20px;font-weight: 600;color: #00849C;line-height: 1;}
.main_board_list .tit {height: 50px;font-size: 19px;font-weight: 500;line-height: 1.4;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow:hidden;}
.main_board_list .txt {margin-top: 10px;font-size: 17px;color: #666;line-height: 1.5;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow:hidden;}
.main_board_list .view_more {display: inline-flex; align-items: center; gap: 10px; font-size: 20px; color: #00849C; line-height: 1; position: absolute; bottom: 50px;}
.main_board_list .view_more img {margin-bottom: -4px;}
#board_notice .main_board_tit {padding-bottom: 10px; font-size: 30px;}
#board_notice .main_board_list > li {background-color: #F9F9F9;}
#board_faq .main_board_tit {padding-bottom: 10px; font-size: 30px;}
#board_faq .main_board_list > li {/* padding-top: 18px; */}
#board_faq .main_board_list .tit {height: unset; -webkit-line-clamp: 4; word-break: keep-all;}

/*footer*/
#footer_wrap {background-color: #222; color: #fff;}
#footer_wrap .f_sns li img {width: 48px;}
#footer_wrap .q_link{border-top:1px solid #444; border-bottom:1px solid #444; line-height:75px;}
#footer_wrap .q_link .left{float:left;}
#footer_wrap .q_link .right{float:right;}
#footer_wrap .q_link li{float:left;}
#footer_wrap .q_link .privacy a{font-size:17px; color: #999;}
#footer_wrap .q_link .privacy li:nth-child(2){margin:0 20px; padding:0 20px; position:relative;}
#footer_wrap .q_link .privacy li:nth-child(2)::before{content:""; display:block; position:absolute; left:0; top:38px; width:2px; height:2px; background:#9ea0a3;}
#footer_wrap .q_link .privacy li:nth-child(2)::after{content:""; display:block; position:absolute; right:0; top:38px; width:2px; height:2px; background:#9ea0a3;}
#footer_wrap .f_sns li{margin-left:7px;}
#footer_wrap .f_addr{padding:35px 0;}
#footer_wrap .f_addr .left{float:left; width:580px;}
#footer_wrap .f_addr .left img{
    max-width: 350px;
    width: 100%;
}
#footer_wrap .f_addr address{float:left; display:block; width:620px; font-style:normal;}
#footer_wrap .f_addr address span{display:block; font-size:16px;}
#footer_wrap .f_addr .copy{font-size:15px; opacity:0.5; text-transform:uppercase; margin-top:15px;}


/*========서브========*/
/*서브 상단이미지*/
#sub_top {width: 100%; height: 390px; background: url("../img/sb_visual.jpg") no-repeat center top; background-size: cover;}
#sub_top .sc_inner {width:1200px; margin:0 auto; text-align:center; padding:0;}
#sub_top .sc_inner h2 {color:#fff; font-size:55px; padding:130px 0 10px 0; font-weight:500;}
#sub_top .sc_inner p {font-size:22px; color:#fff;}

/*서브 컨테이너*/
#container.sub_container {width:1200px; margin:0 auto;}
#container.sub_container::after{content:""; display:block; clear:both;}

/*서브네비*/
#left_side {float: left; width: 270px; height: 100%; margin-right: 80px; position:relative;}
#left_side .snb_title {width: 100%; height: 170px; padding-top: 45px; font-size: 35px; color: #222; text-align: center; background: url("../img/snb_title_bg.jpg") no-repeat left top; font-weight:500; color:#fff; background-size:cover;}
#left_side .snb_mtit {position: absolute; top: 95px; color:#fff; opacity:0.5; font-size:16px; letter-spacing: 1px; font-weight:300; text-transform: uppercase; width:270px; left:0; text-align:center;}

.snb_1dul {border-bottom: 1px solid #ebebeb;}
.snb_1dli {}
.snb_1da {position: relative; display: block; padding: 18px 20px 16px; font-size: 18px; background: #fff; border: 1px solid #ebebeb; border-bottom: 0;}
.snb_2dul {display: none; padding: 17px 20px; background: #f7f7f7; border: 1px solid #ebebeb; border-bottom: 0;}
.snb_2dli {line-height: 32px;}
.snb_2da {position: relative; display: block; padding-left: 10px;}
.snb_2da:after {content: ""; width: 2px; height: 2px; background: #3d3d3d; position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}

/*컨텐츠*/
#contents {margin: 68px 0 150px;}

/*서브타이틀*/
#sub_title {position: relative; margin-bottom: 60px; border-bottom: 1px solid #ebebeb; }
#sub_title .path {overflow: hidden; position: absolute; bottom: 30px; right: 0; text-align: right; text-transform: uppercase;}
#sub_title .path li {float: left; margin-left: 28px; position: relative; line-height: 1em; font-size: 14px; color: #666666;}
#sub_title .path li a {display: block; color: #666666; }
#sub_title .path li.home img{margin-top:-3px;}
#sub_title .path li::before {
    position: absolute; top: 3px; left: -16px; content: ""; width: 7px; height: 11px;
    background: url("../img/icon-next.png") no-repeat left top;                     
}
#sub_title .path li:first-child::before {display: none;}
#sub_title h2 {padding-bottom: 20px; font-size: 35px; text-transform: uppercase; font-weight:600;}

/*서브컨텐츠*/
#sub_contents {font-size: 17px; font-weight: 400;}
#sub_contents p {font-size: 17px; font-weight: 400; line-height:25px;}

/*로그인&회원가입*/
.xm, .xm input, .xm textarea, .xm select, .xm button, .xm table{font-size:14px; line-height:1.6;}

.xm select, .xm textarea, .xm input[type="text"], .xm input[type="password"], .xm input[type="datetime"], .xm input[type="datetime-local"], .xm input[type="date"], .xm input[type="month"], .xm input[type="time"], .xm input[type="week"], .xm input[type="number"], .xm input[type="email"], .xm input[type="url"], .xm input[type="search"], .xm input[type="tel"], .xm input[type="color"]{height:26px; line-height:26px; padding:0 5px;}

.xm #fo_insert_member{margin-top:25px;}

/*갤러리&게시판*/
.bd_tmb_lst p b{font-size:15px;}
.rd_hd .board .nick{font-size:13px;}
.rd_hd .board h1{font-size:15px; font-family:'Noto Sans KR';}

.bd_tb_lst td.title{font-size:13px;}
.bd_tb_lst th, .bd_tb_lst td{font-size:13px;}





/* 서브상단 */
#sub_top .inner {height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
#sub_top h2 {color:#fff; font-size:55px; padding:0; font-weight:500;}
#sub_top p {font-size:22px; color:#fff;}
#contents {float: none; width: 100%;}

/* 서브메뉴 */
.snb { height:60px; border-bottom:1px solid #e1e1e1;}
.snb .inner {overflow: inherit;}
.snb .home{float:left; padding:0 20px; width:68px; line-height:60px; border-right:1px solid #e1e1e1; border-left:1px solid #e1e1e1;}
.snb .home img {width:100%; text-align:center;}
.snb .sub_nav {position:relative; float:left; min-width:205px; }
.snb .sub_nav > a {position:relative; overflow:hidden; display:block; font-size:17px; width:100%; line-height:60px; padding:0 30px; border-right:1px solid #e1e1e1;}
.snb .sub_nav > a::after {content:url('/html/img/ico_right.png');position:absolute; right:5px; top:0; /* padding-right:1.25rem; */ margin-left: 1rem;}
.snb .sub_nav > a.on::after {content:url('/html/img/ico_down_b.png');}
.snb .sub_nav2 > a {color:#1663c0; font-weight:500;} 
.snb .subnav_in {position:absolute; top:60px; left:0; width:100%; z-index:999; display:none; padding:20px 30px; font-size:16px; background:#f5f5f5;}
.snb .subnav_in li{float:none; padding-bottom:10px; background:none;}
.snb .subnav_in li:last-child{padding-bottom:0;}
.snb .subnav_in li:hover a {background:none;}
.snb .subnav_in li a:hover{color:#1663c0; }
.snb .subnav_in li a {color:#555555; font-weight:400;}
.tabs_wrap {text-align:center; position:absolute; top:235px; width:1200px; left:50%; margin-left:-600px; z-index:99;}



/* 메인 2024 추가 부분 */
.main2024_sct img{max-width: 100%;width: unset !important;}

.main2024_sct01{padding: 100px 0;background-color: #F6F8F9;}
.main2024_sct01 .mid_tit_wrap{margin-bottom: 40px;}
.main2024_sct01 .mid_tit_wrap .mid_desc{font-size: 24px;font-weight: 400;color: #222;}
.main2024_sct01 .chance_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 100px;}
.main2024_sct01 .chance_list > li{width: 32.3%;text-align: center;border-radius: 20px;padding: 40px 20px 60px;}
.main2024_sct01 .chance_list > li h3{font-size: 24px;font-weight: 600;color: #fff;margin-top: 28px;}
.main2024_sct01 .chance_list > li p{font-size: 20px;font-weight: 400;color: #fff;line-height: 1.6;margin-top: 20px;}
.main2024_sct01 .chance_list > li:nth-child(1){background-color: #2CABEB;}
.main2024_sct01 .chance_list > li:nth-child(2){background-color: #0074DD;}
.main2024_sct01 .chance_list > li:nth-child(3){background-color: #314DA0;}
.main2024_sct01 .reason_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.main2024_sct01 .reason_list > li{width: 32.3%;text-align: center;border-radius: 20px;padding: 30px 20px;background-color: #fff;}
.main2024_sct01 .reason_list > li span{display: block;font-size: 24px;font-weight: 600;color: #2CABEB;text-align: center;}
.main2024_sct01 .reason_list > li p{font-size: 24px;font-weight: 600;color: #212529;margin-top: 10px;line-height: 1.5;}

.main2024_sct02{padding: 100px 0;}
.main2024_sct02 .mid_tit_wrap{margin-bottom: 40px;}
.main2024_sct02 .category_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.main2024_sct02 .category_list > li{width: 32.3%;border-radius: 20px;padding: 380px 40px 60px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.main2024_sct02 .category_list > li h3{font-size: 28px;font-weight: 700;color: #fff;}
.main2024_sct02 .category_list > li p{font-size: 15px;font-weight: 400;color: #fff;line-height: 1.6;margin-top: 18px;}
.main2024_sct02 .category_list > li:nth-child(1){background-image: url(/html/img/main2024_img01.png);}
.main2024_sct02 .category_list > li:nth-child(2){background-image: url(/html/img/main2024_img02.png);}
.main2024_sct02 .category_list > li:nth-child(3){background-image: url(/html/img/main2024_img03.png);}

.main2024_sct03{padding: 100px 0;background-color: #F6F8F9;}
.main2024_sct03 .mid_tit_wrap{margin-bottom: 100px;}
.main2024_sct03 .main_qna > li{cursor: pointer;background-color: #fff;}
.main2024_sct03 .main_qna > li:nth-child(n + 2){margin-top: 20px;}
.main2024_sct03 .main_qna > li .q_tit{display: flex;justify-content: space-between;align-items: center;padding: 26px 30px;transition: background-color 0.2s;}
.main2024_sct03 .main_qna > li.on .q_tit{background-color: #C6E7F6;}
.main2024_sct03 .main_qna > li .q_tit h3{font-size: 24px;font-weight: 700;color: #222222;margin: 0;transition: color 0.3s;}
.main2024_sct03 .main_qna > li .q_tit .img_box img{transition: transform 0.2s;}
.main2024_sct03 .main_qna > li.on .q_tit .img_box img{transform: rotate(180deg);}
.main2024_sct03 .main_qna > li p{display: none;font-size: 20px;font-weight: 400;color: #222222;padding: 26px 57px;}

/*  */

