
@charset "utf-8";

/* Popup */
.popup1 .popup-wrap{top:20px; right: 100px;}
.popup2 .popup-wrap{top:20px; right: 510px;}
.popup3 .popup-wrap{top:20px; right: 920px;}
.popup4 .popup-wrap{top:520px; right: 100px;}
.popup5 .popup-wrap{top:520px; right: 510px;}
.popup6 .popup-wrap{top:520px; right: 920px;}
.popup7 .popup-wrap{top:1020px; right: 100px;}
.popup8 .popup-wrap{top:1020px; right: 510px;}
.popup9 .popup-wrap{top:1020px; right: 920px;}

.popup-wrap{width: 460px; height: auto; position: absolute; top: 0; right: 0; z-index: 99;}

.popup-container{background-color: #fff; box-shadow:rgb(0 0 0 / 15%) 0px 6px 12px 1px; border-radius: 4px; overflow: hidden;}
.popup-container img {width: 100%;}

.popup-down-wrap{display: flex; justify-content: center;}
.popup-down-wrap ul{display: flex; width:100%;}
.popup-down-wrap ul li {width: 100%;}
.popup-down-wrap ul li a{display: block; padding: 10px 30px;color: #fff; text-align: center;}
.popup-down-wrap ul li a::before {content: ""; display: inline-block; width:16px; height:20px; background: url(../images/main/ico-down-white.png)no-repeat center; background-size: 100%; vertical-align:text-top; margin-right: 5px;}
.popup-down-wrap .btn-down{background-color: #76abd9;}

.popup-btn-wrap{display: flex; justify-content: center;}
.popup-btn-wrap ul{display: flex; width:100%;}
.popup-btn-wrap ul li {width: 50%;}
.popup-btn-wrap ul li a{display: block; padding: 10px 30px;color: #fff; text-align: center;}
.popup-btn-wrap .btn-close01{background-color: #b9b9b9;}
.popup-btn-wrap .btn-close02 {background-color: #011f3b; cursor:pointer;}

/* Main  */
#wrapper #container	{padding:0;}
#wrapper #container .content {margin:0 auto; padding:0 !important; width:100% !important; min-height:600px;}

.edu_wrap	{position:relative; padding:18px 0; height:399px; background:url('../images/main/bg_edu_cont.jpg') no-repeat center 0}
.edu_wrap .edu_cont	{position:relative; margin:0 auto; width:1080px; height:399px;}
.edu_wrap .edu_cont h2	{position:relative; margin-bottom:5px; padding-right:45px; height:40px; background:#1b9ce7; color:#fff; font-size:22px; font-weight:bold; line-height:40px; text-align:center}
.edu_wrap .edu_cont h2 span	{font-size:20px; font-weight:normal}
.edu_wrap .edu_cont h2 .more	{display:block; position:absolute; top:0; right:0; width:45px; height:40px;}
.edu_wrap .edu_cont h2 .more .closed	{display:none; width:45px; color:#fff; font-size:14px; line-height:40px; text-align:center}
.edu_wrap .edu_cont h2 .moreGO	{display:block; position:absolute; top:0; right:0; width:45px; height:40px;}

.edu_wrap .edu_cont .edu01	{position:absolute; top:0; left:0; width:355px}
.edu_wrap .edu_cont .edu02	{position:absolute; top:0; left:362px; width:355px}
.edu_wrap .edu_cont .edu03	{position:absolute; top:0; right:0; width:355px}
.edu_wrap .edu_cont .edu04	{position:absolute; top:226px; left:0; width:355px}
.edu_wrap .edu_cont .edu05	{position:absolute; top:226px; right:0; width:355px}
/* --- 2018-07-05 SHH 추가 시작 --- */
.edu_wrap .edu_cont .edu06	{position:absolute; top:226px; left:362px; width:355px}
/* --- 2018-07-05 SHH 추가 끝 --- */
.edu_wrap .edu_cont .edu05v2018	{position:absolute; top:226px; right:0; width:355px}
.edu_wrap .edu_cont .edu06v2018	{position:absolute; top:226px; left:362px; width:355px}

.edu_wrap .edu_cont .cont_wrap	{background:#fff}
.edu_wrap .edu_cont .cont_wrap:after	{content:""; display:block; clear:both}
.edu_wrap .edu_cont .cont_wrap .more	{display:block; width:80px; height:30px; background:url('../images/main/bg_edu_morel.png') no-repeat center 0}

/* --- 2018-07-05 SHH 수정 시작 --- */
.edu_wrap .edu_cont .edu01	{overflow:hidden; height:221px}
.edu_wrap .edu_cont .edu01.on	{z-index:10; height:397px}
.edu_wrap .edu_cont .edu01 h2	{background:#1b9ce7}
.edu_wrap .edu_cont .edu01 h2 .more	{background:#178ed3 url('../images/main/bg_tit_more.png') no-repeat 0 0; }
.edu_wrap .edu_cont .edu01.on h2 .more	{background:#178ed3}
.edu_wrap .edu_cont .edu01.on h2 .more .hide	{display:none}
.edu_wrap .edu_cont .edu01.on h2 .more .closed	{display:block;}
.edu_wrap .edu_cont .edu01 .inner	{position:relative; float:left; width:50%; height:176px}
.edu_wrap .edu_cont .edu01 .inner:before	{content:""; display:block; position:absolute; top:0; left:23px; width:155px; height:1px; background:#f1f1f1}
.edu_wrap .edu_cont .edu01 .inner:after		{content:""; display:block; position:absolute; top:19px; left:0; width:1px; height:120px; background:#f1f1f1}
.edu_wrap .edu_cont .edu01 .inner h3	{padding-top:13px; color:#414141; font-size:16px; font-weight:bold; line-height:18px; text-align:center; letter-spacing:-0.5px}
.edu_wrap .edu_cont .edu01 .inner .more {margin:78px auto 0 auto;}
.edu_wrap .edu_cont .edu01 .inner.con01	{background:url('../images/main/bg_edu01_01.png') no-repeat center 50px}
.edu_wrap .edu_cont .edu01 .inner.con02	{background:url('../images/main/bg_edu01_02.png') no-repeat center 50px}
.edu_wrap .edu_cont .edu01 .inner.con03	{background:url('../images/main/bg_edu01_03.png') no-repeat center 50px}
.edu_wrap .edu_cont .edu01 .inner.con04	{background:url('../images/main/bg_edu01_04.png') no-repeat center 50px}

.edu_wrap .edu_cont .edu01 .con01:before	{display:none}
.edu_wrap .edu_cont .edu01 .con02:before	{display:none}
.edu_wrap .edu_cont .edu01 .con04:before	{left:0}
.edu_wrap .edu_cont .edu01 .con01:after	{display:none}
.edu_wrap .edu_cont .edu01 .con03:after	{display:none}
.edu_wrap .edu_cont .edu01 .con04:after	{top:28px}
/* --- 2018-07-05 SHH 수정 끝 --- */

.edu_wrap .edu_cont .edu02	{overflow:hidden; height:221px}
.edu_wrap .edu_cont .edu02.on	{z-index:10; height:397px}
.edu_wrap .edu_cont .edu02 h2	{background:#12bfb5}
.edu_wrap .edu_cont .edu02 h2 .more	{background:#0eada4 url('../images/main/bg_tit_more.png') no-repeat 0 0}
.edu_wrap .edu_cont .edu02.on h2 .more	{background:#0eada4}
.edu_wrap .edu_cont .edu02.on h2 .more .hide	{display:none}
.edu_wrap .edu_cont .edu02.on h2 .more .closed	{display:block;}
.edu_wrap .edu_cont .edu02 .inner	{position:relative; float:left; width:50%; height:176px}
.edu_wrap .edu_cont .edu02 .inner:before	{content:""; display:block; position:absolute; top:0; left:23px; width:155px; height:1px; background:#f1f1f1}
.edu_wrap .edu_cont .edu02 .inner:after		{content:""; display:block; position:absolute; top:19px; left:0; width:1px; height:120px; background:#f1f1f1}
.edu_wrap .edu_cont .edu02 .inner h3	{padding-top:13px; color:#414141; font-size:16px; font-weight:bold; line-height:18px; text-align:center; letter-spacing:-0.5px}
.edu_wrap .edu_cont .edu02 .inner .more {margin:78px auto 0 auto;}
.edu_wrap .edu_cont .edu02 .inner.con01	{background:url('../images/main/bg_edu02_01.png') no-repeat center 59px}
.edu_wrap .edu_cont .edu02 .inner.con02	{background:url('../images/main/bg_edu02_02.png') no-repeat center 59px}
.edu_wrap .edu_cont .edu02 .inner.con03	{background:url('../images/main/bg_edu02_03.png') no-repeat center 59px}
.edu_wrap .edu_cont .edu02 .inner.con04	{background:url('../images/main/bg_edu02_04.png') no-repeat center 59px}

.edu_wrap .edu_cont .edu02 .con01:before	{display:none}
.edu_wrap .edu_cont .edu02 .con02:before	{display:none}
.edu_wrap .edu_cont .edu02 .con04:before	{left:0}
.edu_wrap .edu_cont .edu02 .con01:after	{display:none}
.edu_wrap .edu_cont .edu02 .con03:after	{display:none}
.edu_wrap .edu_cont .edu02 .con04:after	{top:28px}

.edu_wrap .edu_cont .edu03	{overflow:hidden; height:221px}
.edu_wrap .edu_cont .edu03.on	{z-index:10; height:397px}
.edu_wrap .edu_cont .edu03 h2	{background:#71bf44}
.edu_wrap .edu_cont .edu03 h2 .more	{background:#62ae37 url('../images/main/bg_tit_more.png') no-repeat 0 0}
.edu_wrap .edu_cont .edu03.on h2 .more	{background:#62ae37}
.edu_wrap .edu_cont .edu03.on h2 .more .hide	{display:none}
.edu_wrap .edu_cont .edu03.on h2 .more .closed	{display:block;}
.edu_wrap .edu_cont .edu03 .inner	{position:relative; float:left; width:50%; height:176px}
.edu_wrap .edu_cont .edu03 .inner:before	{content:""; display:block; position:absolute; top:0; left:23px; width:155px; height:1px; background:#f1f1f1}
.edu_wrap .edu_cont .edu03 .inner:after		{content:""; display:block; position:absolute; top:19px; left:0; width:1px; height:120px; background:#f1f1f1}
.edu_wrap .edu_cont .edu03 .inner h3	{padding-top:21px; color:#414141; font-size:16px; font-weight:bold; line-height:18px; text-align:center; letter-spacing:-0.5px}
.edu_wrap .edu_cont .edu03 .inner .more {margin:86px auto 0 auto;}
.edu_wrap .edu_cont .edu03 .inner.con01	{background:url('../images/main/bg_edu03_01.png') no-repeat center 51px}
.edu_wrap .edu_cont .edu03 .inner.con02	{background:url('../images/main/bg_edu03_02.png') no-repeat center 51px}
.edu_wrap .edu_cont .edu03 .inner.con03	{background:url('../images/main/bg_edu03_03.png') no-repeat center 51px}
.edu_wrap .edu_cont .edu03 .inner.con04	{background:url('../images/main/bg_edu03_04.png') no-repeat center 51px}

.edu_wrap .edu_cont .edu03 .con01:before	{display:none}
.edu_wrap .edu_cont .edu03 .con02:before	{display:none}
.edu_wrap .edu_cont .edu03 .con04:before	{left:0}
.edu_wrap .edu_cont .edu03 .con01:after	{display:none}
.edu_wrap .edu_cont .edu03 .con03:after	{display:none}
.edu_wrap .edu_cont .edu03 .con04:after	{top:28px}

.edu_wrap .edu_cont .edu04 h2	{margin:0; padding:0; background:#cc9031; font-size:18px}
.edu_wrap .edu_cont .edu04 .inner	{position:relative; float:left; width:50%; height:131px; text-align:center}
.edu_wrap .edu_cont .edu04 .inner .btn_go	{display:inline-block; position:relative; padding-top:93px; padding-left:22px; background:url('../images/main/bg_edu_go.png') no-repeat 0 94px; color:#414141; font-size:14px; font-weight:bold; line-height:17px}
.edu_wrap .edu_cont .edu04 .inner.con01	{background:url('../images/main/bg_edu04_01.png') no-repeat center 21px}
.edu_wrap .edu_cont .edu04 .inner.con02	{background:url('../images/main/bg_edu04_02.png') no-repeat center 21px}
.edu_wrap .edu_cont .edu04 .inner.con02:after		{content:""; display:block; position:absolute; top:26px; left:0; width:1px; height:80px; background:#f1f1f1}

.edu_wrap .edu_cont .edu05	{border:1px solid #76798c; background:rgba(84, 86, 102, 0.8)}
.edu_wrap .edu_cont .edu05 .inner	{position:relative; float:left; height:169px; text-align:center}
.edu_wrap .edu_cont .edu05 .inner .btn_go	{display:inline-block; position:relative; margin-top:26px; padding-bottom:100px; padding-left:20px; background:url('../images/main/bg_edu_go_dark.png') no-repeat 0 1px; color:#bfc2d4; font-size:14px; font-weight:bold; line-height:17px}

.edu_wrap .edu_cont .edu05 .inner.con01	{width:34%; background:url('../images/main/bg_edu05_01.png') no-repeat center 80px}
.edu_wrap .edu_cont .edu05 .inner.con02	{width:34%; background:url('../images/main/bg_edu05_02.png') no-repeat center 80px}
.edu_wrap .edu_cont .edu05 .inner.con03	{width:32%; background:url('../images/main/bg_edu05_03.png') no-repeat center 80px}
.edu_wrap .edu_cont .edu05 .inner:after		{content:""; display:block; position:absolute; top:29px; left:0; width:1px; height:110px; background:#656776}
.edu_wrap .edu_cont .edu05 .inner.con01:after	{display:none}


/* --- 2018-11-05 chsoft 추가 시작 --- */
.edu_wrap .edu_cont .edu05v2018	{ border:0px solid #76798c; background:rgba(84, 86, 102, 0.8) }
.edu_wrap .edu_cont .edu05v2018 .inner	{position:relative; float:left; height:171px; text-align:center}

/* .edu_wrap .edu_cont .edu05v2018 .inner.con01	{width:34%; background:#3db9d8 url('../images/main/ico_flink01.png') no-repeat center 68px} */
.edu_wrap .edu_cont .edu05v2018 .inner.con01	{width:34%; background:#3db9d8 }
.edu_wrap .edu_cont .edu05v2018 .inner.con01 .btn_go {display:inline-block; position:relative; margin-top:26px; padding-bottom:100px; padding-left:70px; background:url('../images/main/ico_flink01.png') no-repeat 0 1px; color:#bfc2d4; font-size:14px; font-weight:bold; line-height:17px}
.edu_wrap .edu_cont .edu05v2018 .inner.con01 h2	{padding-right:20px;text-align:left; margin:0px; padding:0; background:#3db9d8; font-size:13px;line-height:19px}
.edu_wrap .edu_cont .edu05v2018 .inner.con01 h2 .moreGO	{width:40px;background:#3db9d8 url('../images/main/btn_flink01_move.png') no-repeat 0 0}

.edu_wrap .edu_cont .edu05v2018 .inner.con02	{width:34%; background:#2d98c5 }
.edu_wrap .edu_cont .edu05v2018 .inner.con02 .btn_go {display:inline-block; position:relative; margin-top:26px; padding-bottom:100px; padding-left:70px; background:url('../images/main/ico_flink02.png') no-repeat 0 1px; color:#bfc2d4; font-size:14px; font-weight:bold; line-height:17px}
.edu_wrap .edu_cont .edu05v2018 .inner.con02 h2	{padding-right:20px;text-align:left; margin:0px; padding:0; background:#2d98c5; font-size:13px;line-height:19px}
.edu_wrap .edu_cont .edu05v2018 .inner.con02 h2 .moreGO	{width:40px;background:#2d98c5 url('../images/main/btn_flink02_move.png') no-repeat 0 0}

.edu_wrap .edu_cont .edu05v2018 .inner.con03	{width:32%; background:#417ec9 }
.edu_wrap .edu_cont .edu05v2018 .inner.con03 .btn_go {display:inline-block; position:relative; margin-top:26px; padding-bottom:100px; padding-left:70px; background:url('../images/main/ico_flink03.png') no-repeat 0 1px; color:#bfc2d4; font-size:14px; font-weight:bold; line-height:17px}
.edu_wrap .edu_cont .edu05v2018 .inner.con03 h2	{padding-right:20px;text-align:left; margin:0px; padding:0; background:#417ec9; font-size:13px;line-height:19px}
.edu_wrap .edu_cont .edu05v2018 .inner.con03 h2 .moreGO	{width:40px;background:#417ec9 url('../images/main/btn_flink03_move.png') no-repeat 0 0}

.edu_wrap .edu_cont .edu05v2018 .inner.con01:after	{display:none}
/* --- 2018-11-05 chsoft 추가 끝 --- */

/* --- 2018-07-05 SHH 추가 시작 --- */
.edu_wrap .edu_cont .edu06 h2	{margin:0; padding:0; background:#FF5722; font-size:18px; text-align: left}
.edu_wrap .edu_cont .edu06 .more	{position:absolute; top:10px; right:10px; padding:0 20px 0 5px; height:18px; border:1px solid #d3dbe3; background:#fff url('../images/main/bg_more_board.gif') no-repeat 46px center; color:#717171; font-size:13px; line-height:18px; font-weight: bold;}
.edu_wrap .edu_cont .edu06 .recommend	{position:relative; float:left; width:100%; height:125px; margin-top:6px;}
.edu_wrap .edu_cont .edu06 .recommend ul	{}
.edu_wrap .edu_cont .edu06 .recommend ul li	{position:relative; padding:0 10px 0 22px; background:url('../images/main/bg_bul_board.gif') no-repeat 10px 13px}
.edu_wrap .edu_cont .edu06 .recommend ul li a	{display:block; overflow:hidden; color:#414141; font-size:16px; font-weight:bold; line-height:28px; text-overflow:ellipsis; white-space:nowrap;}
.edu_wrap .edu_cont .edu06 .recommend ul li a:hover	{text-decoration:underline}
/* --- 2018-07-05 SHH 추가 끝 --- */

/* --- 2018-11-05 chsoft 추가 시작 --- */
.edu_wrap .edu_cont .edu06v2018 h2	{margin:0; padding:0; background:#d44710; font-size:18px}
.edu_wrap .edu_cont .edu06v2018 h2	.more	{background:#c1400e url('../images/main/bg_tit_more.png') no-repeat 0 0}
.edu_wrap .edu_cont .edu06v2018 .recommend	{position:relative; float:left; width:100%; height:119px; margin-top:6px;}
.edu_wrap .edu_cont .edu06v2018 .recommend ul	{}
.edu_wrap .edu_cont .edu06v2018 .recommend ul li	{position:relative; padding:0 10px 0 22px; background:url('../images/main/ico_list_m.png') no-repeat 13px 11px}
.edu_wrap .edu_cont .edu06v2018 .recommend ul li a	{margin-left:10px;display:block; overflow:hidden; color:#414141; font-size:16px; font-weight:bold; line-height:28px; text-overflow:ellipsis; white-space:nowrap;}
.edu_wrap .edu_cont .edu06v2018 .recommend ul li a:hover	{text-decoration:underline}
.edu_wrap .edu_cont .edu06v2018 .cont_wrap {border: 3px solid #c1400e}
/* --- 2018-11-05 chsoft 추가 끝 --- */


.edu_wrap .dim_edu	{display:none; position:absolute; z-index:5; top:0; right:0; bottom:0; left:0; background:rgba(0, 0, 0, 0.5)}
.edu_wrap .dim_edu.on	{display:block}

.board_wrap	{margin:0 auto; width:1080px}
.board_wrap:after	{content:""; display:block; clear:both}
.board_wrap .board	{position:relative; float:left; margin-top:45px; padding:0; width:390px; margin-right:28px;}
.board_wrap .board .tab	{font-size:0; line-height:0; margin-left:0px; border-bottom:1px solid #e1e1e1; padding-bottom: 10px;}
.board_wrap .board .tab li	{display:inline-block; position:relative; margin-left:10px; padding:0 0 0 10px}
.board_wrap .board .tab li:first-child	{margin-left:0; padding-left:0}
.board_wrap .board .tab li:after	{content:""; display:block; position:absolute; top:13px; left:0; width:1px; height:15px; background:#c0c9d5}
.board_wrap .board .tab li:first-child:after	{display:none}
.board_wrap .board .tab li a	{display:block; position:relative; padding-bottom:4px; color:#b0b0b0; font-size:27px; line-height:36px; font-family: 'Noto Sans'; font-weight: 500;}
.board_wrap .board .tab li.on a	{color:#414141}
/* .board_wrap .board .tab li.on a:after	{content:""; display:block; position:absolute; right:0; bottom:0; left:0; height:4px; background:#afbfd7} */
.board_wrap .board .cont	{padding: 10px 0px; margin-top: 20px}
.board_wrap .board .cont ul	{margin-left: 0px;}
.board_wrap .board .cont ul li	{position:relative; padding:0 80px 0 0; }
.board_wrap .board .cont ul li a	{display:block; overflow:hidden; color:#333333; font-size:17px; line-height:28px; text-overflow:ellipsis; white-space:nowrap; font-family: 'Noto Sans'; font-weight: 200;}
/* .board_wrap .board .cont ul li a:hover	{text-decoration:underline} */
.board_wrap .board .cont ul li a .date	{display:inline-block; position:absolute; top:0; right:7px; color:#717171; font-size:12px; line-height:30px}
.board_wrap .board .more	{position:absolute; top:5px; right:0px; width: 25px; height:25px; border:1px solid #b6b6b6; background:url('../images/main/bg_board_more.png') no-repeat center; }

/* .board_wrap .edu_link	{float:right; padding-top:30px; width:266px} */
.board_wrap .edu_link div	{color:#414141; font-size:18px; line-height:36px;}
.board_wrap .edu_link ul li	{margin-top:6px}
.board_wrap .edu_link ul li:first-child	{margin-top:0}
.board_wrap .edu_link ul li a	{display:block; font-size:0; line-height:0;}

.banner_wrap {margin:0 auto; width:1080px}
.banner_wrap .line {border-top:1px solid #dee3ea; margin-top:30px; margin-bottom:20px;}
.banner_wrap li {display:inline-block; margin-left:4px;}
.banner_wrap li:first-child {margin-left:0; padding-left:0}

/* popup */
.main_layer_popup {max-width: 1200px; width: 100%; margin: 0 auto;}
.layer_popup.iss	{width:920px;     margin: 0px 138.5px; top: 150px;}
.layer_popup.iss .iss_wrap	{padding:15px 20px;}
.layer_popup.iss .iss_wrap ul li	{padding-left:19px; background:url('../images/common/bul_4_4.gif') no-repeat 10px 10px; color:#414141; font-size:14px; line-height:22px}
.layer_popup.iss .iss_wrap .search	{margin-top:14px; padding:20px 38px; border:0; background:#f6f5f2; font-size:0; line-height:0}
.layer_popup.iss .iss_wrap .search .txt	{display:inline-block; margin-left:20px; color:#414141; font-size:16px; font-weight:bold; line-height:40px; vertical-align:top}
.layer_popup.iss .iss_wrap .search .txt:first-child {margin:0;}
.layer_popup.iss .iss_wrap .search input {margin-left:10px; background:#ffffff;}
.layer_popup.iss .iss_wrap .search .userName {width:260px; margin-left:36px;}
.layer_popup.iss .iss_wrap .search .userBirthday {width:229px; margin-left:15px;}
.layer_popup.iss .iss_wrap .search .txt.certText {margin-left:0px; padding-top:10px;}
.layer_popup.iss .iss_wrap .search .text.certText {width:229px; margin-bottom:12px;}
.layer_popup.iss .iss_wrap .search .rdo_wrap	{display:inline-block; margin:8px 0 8px 10px; vertical-align:top}
.layer_popup.iss .iss_wrap .search .rdo {padding-top:20px;}
.layer_popup.iss .iss_wrap .search .btn_base	{margin-left:25px; min-width:75px}
.layer_popup.iss .iss_wrap .search .btn_base {width:105px;  margin-left:25px; border-radius:20px; background:#011e3a url(../images/content/btn_edu_search.png) no-repeat 62px 10px; text-align:left; padding-left:30px;}

.layer_popup.iss .iss_wrap .h_tit	{margin:20px 0 15px 16px}
.layer_popup.iss .iss_wrap .iss_list	{padding:0 22px 30px 22px; border:1px solid #d8dfea; background:#fff;}
.layer_popup.iss .iss_wrap .iss_list .table_wrap table thead tr th {background:#f6f5f2; border-top:2px solid black; color:black;}

.layer_popup.update	{width:920px;     margin: 0px 138.5px; top: 150px;}
.layer_popup.update .update_wrap	{position:relative; padding:21px 20px 23px 20px}
.layer_popup.update .update_wrap .top_info	{position:relative;}
.layer_popup.update .update_wrap .top_info:after	{content:""; display:block; position:absolute; top:9px; left:26px; width:157px; height:147px; background:url('../images/common/bg_pop_update_ie.png') no-repeat 0 0}
.layer_popup.update .update_wrap .top_info p	{padding-left:223px; color:#414141; font-size:18px; font-weight:bold; line-height:24px}
.layer_popup.update .update_wrap .top_info ul	{margin-top:20px; padding:15px 0 16px 223px; border:1px solid #d8dfea; background:#fff}
.layer_popup.update .update_wrap .top_info ul li	{margin-top:11px; color:#414141; font-size:14px; line-height:20px}
.layer_popup.update .update_wrap .top_info ul li:first-child	{margin:0}

.layer_popup.update .update_wrap .download	{margin-top:10px; padding:0 16px; border:1px solid #d8dfea; background:#fff; text-align: center;}
.layer_popup.update .update_wrap .download ul {padding: 25px 0;}
.layer_popup.update .update_wrap .download ul:after	{content:""; display:block; clear:both}
.layer_popup.update .update_wrap .download ul li	{display:inline-block; background:none; padding: 0 40px;}
.layer_popup.update .update_wrap .download ul li div	{display:block; width:150px; height:145px}
.layer_popup.update .update_wrap .download ul li a {background:#43983b; color:#ffffff; padding:2px 9px; border-radius:3px;}
.layer_popup.update .update_wrap .download ul li.edge div {background: url('../images/main/bg_download_Ed.png') no-repeat 0 0 / 150px;}
.layer_popup.update .update_wrap .download ul li.chrome div {background: url('../images/main/bg_download_Cr.png') no-repeat 0 0 / 150px;}
.layer_popup.update .update_wrap .download ul li.explorer div {background: url('../images/main/bg_download_Ex.png') no-repeat 0 0 / 150px;}
.layer_popup.update .update_wrap .download ul li.firefox div {background: url('../images/main/bg_download_Fi.png') no-repeat 0 0 / 150px;}

.layer_popup.update .bot_info	{position:relative; margin:0; padding-left:33px; height:36px; background:#43983b; line-height:36px}
.layer_popup.update .bot_info label	{color:#fff !important; font-size:14px; line-height:35px;}

.layer_popup.update .bot_info .btn_bot_closed	{display:block; position:absolute; top:0; right:0; width:65px; height:36px; background:#3158bc; color:#fff; font-size:16px; font-weight:bold; line-height:36px; text-align:center}
.layer_popup.update .bot_info .btn_bot_closed_click	{display:none; position:absolute; top:0; right:0; width:65px; height:36px; background:#3158bc; color:#fff; font-size:16px; font-weight:bold; line-height:36px; text-align:center}

/* 2019-09-20 */
.board_wrap {width: 1200px;}

.board_wrap .edu_link	{float:left; width: 364px; padding-top:30px; font-family: 'Noto Sans'; font-weight: 500;}
.board_wrap .edu_link .sit_link {background-color: #035990; height: 155px; padding: 20px 0 20px 0;}
.board_wrap .edu_link .sit_link div {position: relative; padding: 10px 0 10px 0;}
.board_wrap .edu_link .sit_link div a {margin: 0 auto; width:220px; height:40px; display: block; padding: 10px 10px 5px 65px;}
.board_wrap .edu_link .sit_link .sit_link_myedu .edk_link {background:#ffffff url('../images/main/ico_flink03_2019.png') no-repeat 5% 50%;}
.board_wrap .edu_link .sit_link .sit_link_myedu .edk_link:hover {color: #035990;}
.board_wrap .edu_link .sit_link .sit_link_myedu .edk_link:after {content:""; display:block; position:absolute;  background:url('../images/main/btn_flink02_move_2019.png') no-repeat 15px center; top: 15px; right: 30px; height: 50px; width: 50px;}
.board_wrap .edu_link .sit_link .sit_link_cet .cet_link {background:#ffffff url('../images/main/ico_flink02_2019.png') no-repeat 5% 50%; }
.board_wrap .edu_link .sit_link .sit_link_cet .cet_link:hover {color: #035990;}
.board_wrap .edu_link .sit_link .sit_link_cet .cet_link:after {content:""; display:block; position:absolute; background:url('../images/main/btn_flink02_move_2019.png') no-repeat 15px center; top: 15px; right: 30px; height: 50px; width: 50px;}

.board_wrap .edu_link .sit_link2 {position:relative; margin-top:25px; font-family:'Noto Sans'; font-weight: 500; font-size:18px; line-height:1.3; text-align:left;}
.board_wrap .edu_link .sit_link2 .sit_link_tra a {border:1px solid #b6b6b6; border-radius: 28px; width:255px; height: 35px; margin:0 auto;}
.board_wrap .edu_link .sit_link2 .sit_link_tra .prt_link {display:block; padding: 7px 5px 7px 80px; background:url('../images/main/ico_flink01_2019.png') no-repeat 10% 50%;}
.board_wrap .edu_link .sit_link2 .sit_link_tra .prt_link:after {content:""; display:block; position:absolute; background:url('../images/main/btn_flink01_move_2019.png') no-repeat 15px 0; top: 18px; right: 30px; height: 50px; width: 50px;}
.board_wrap .edu_link .sit_link2 .sit_link_tra .prt_link:hover {color: #035990; background:url('../images/main/ico_flink01_hover_2019.png') no-repeat 10% 50%;}
.board_wrap .edu_link .sit_link2 .sit_link_tra .prt_link:hover:after {content:""; display:block; position:absolute; background:url('../images/main/btn_flink02_move_2019.png') no-repeat 15px 0; top: 18px; right: 30px; height: 50px; width: 50px;}

.banner_wrap {margin: 30px auto;}

/* 2019-09-23 */

#wrapper #container .content .board_menu {background:#f6f6f6; max-width: 1750px; margin: 0 auto;}
#wrapper #container .content .board_content {background:#ffffff;}

.board_wrap .board .cont ul li:hover a {color: #42973e;}
.board_wrap .board .cont ul li:hover a span {color: #42973e;}

.edu_wrap {position: relative; padding: 18px 0; height: 399px; background: url(../images/main/bg_edu_cont_2019.png) no-repeat center 0;}
.board_quick_box {width: 1200px; margin:0 auto; position: relative;}
.board_quick_box:after {content: ""; display:block; clear:both;}
.board_quick_box ul li {position: relative; float: left; text-align: center; font-family: 'Noto Sans'; font-weight: 500; font-size: 17px;  color: #414141;}
/* .board_quick_box ul li .board_quick_box1 a {display: block; width: 165px; height: 50px; border-right: 2px solid #ffffff;} */
.board_quick_box ul li .board_quick_box1 a {display: block; width: 137px; height: 50px; border-right: 2px solid #ffffff;}
.board_quick_box ul li .board_quick_box1 a:hover {color:#ffffff;}
.board_quick_box ul li .board_quick_box1 .quick_box1 {padding-top:105px; padding-bottom:15px; border-left: 2px solid #ffffff; background: #f6f6f6 url(../images/main/bg_edu01_02_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box1:hover {background: #011e3a url(../images/main/bg_edu01_01_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box2 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu02_02_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box2:hover {background: #011e3a url(../images/main/bg_edu02_01_2019.png) no-repeat center 25%;}
.board_quick_box ul li .board_quick_box1 .quick_box8 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu05_02_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box8:hover {background: #011e3a url(../images/main/bg_edu05_01_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box3 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu03_02_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box3:hover {background: #011e3a url(../images/main/bg_edu03_01_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box4 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu04_02_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box1 .quick_box4:hover {background: #011e3a url(../images/main/bg_edu04_01_2019.png) no-repeat center 30%;}
/* .board_quick_box ul li .board_quick_box1 .quick_box5 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu05_02_2019.png) no-repeat center 30%; border-right: none;} */
/* .board_quick_box ul li .board_quick_box1 .quick_box5:hover {background: #011e3a url(../images/main/bg_edu05_01_2019.png) no-repeat center 30%;} */
.board_quick_box ul li .board_quick_box1 .quick_box5 {padding-top:105px; padding-bottom:15px; background: #f6f6f6 url(../images/main/bg_edu06_02_2020.png) no-repeat center 30%; border-right: none;}
.board_quick_box ul li .board_quick_box1 .quick_box5:hover {background: #011e3a url(../images/main/bg_edu06_01_2020.png) no-repeat center 30%;}

.board_quick_box ul li .board_quick_box2 a {display: block; width: 182px; height: 65px; color: #ffffff;}
.board_quick_box ul li .board_quick_box2 button {width: 182px; height: 170px; color: #ffffff; float: left; font-family: 'Noto Sans'; font-weight: 500; font-size: 17px; }
.board_quick_box ul li .board_quick_box2 .quick_box6 {padding-top: 102px; padding-bottom:3px; background: #42983b url(../images/main/bg_edu06_01_2019.png) no-repeat center 30%;}
.board_quick_box ul li .board_quick_box2 .quick_box6:after {content:""; display:block; position:absolute; top: 60px; left: 100%; border-top: 16px solid transparent; border-right: 25px solid transparent; border-bottom: 16px solid transparent; border-left: 25px solid #42983b; z-index: 10;}
.board_quick_box ul li .board_quick_box2 .quick_box6:hover {color: #fff843;}
.board_quick_box ul li .board_quick_box2 .quick_box7 {padding-top:90px; padding-bottom:15px; background: #011e3a url(../images/main/bg_edu07_01_2019.png) no-repeat center 30%;line-height: 22px;}

/*20190923 메인 배너
.main-bnn-box{margin:0 auto;max-width:1200px;}
.main-bnn-box .main-bnn-carousel{position:relative; padding:67px 0px;}
.main-bnn-box .owl-carousel .owl-stage-outer{padding:0 0 0 2px;}
.main-bnn-box .owl-carousel .owl-item{display:inline-block; float:none; vertical-align:middle;}
.main-bnn-box .owl-carousel .owl-item img{margin:0 auto; width:171px; max-width:100%;}
.main-bnn-box .control-wrap{position:absolute; top:calc(50% - 20px); left:0; z-index:10; width:100%; height:0; transform:translateY(-50%); -ms-transform:translateY(-50%);}
.main-bnn-box .control-wrap:after{content:""; display:block; clear:both;}
.main-bnn-box .control-wrap a{display:block; width:45px; height:100px;}
.main-bnn-box .control-wrap .prev{background:url(../images/main/btn-main-link-prev-off.gif) no-repeat 0 0; position: absolute; left:0px; top: -30px;}
.main-bnn-box .control-wrap .prev:hover{background-image:url(/_res/kosha/img/main/btn-main-link-prev-on.gif);}
.main-bnn-box .control-wrap .next{background:url(../images/main/btn-main-link-next-off.gif) no-repeat 0 0; position: absolute; right:-1px; top: -30px;}
.main-bnn-box .control-wrap .next:hover{background-image:url(/_res/kosha/img/main/btn-main-link-next-on.gif);}
 */

/* 메인비주얼 롤링 */
.main-visual-box{position:relative;}
.main-visual-box .item{position:relative;}
.main-visual-box .main-visual-img-box{height:555px; min-width: 1200px; margin: 0 auto;}
.main-visual-box .main-visual-img-box img{height:100%; object-fit:cover;}
.main-visual-box .main-visual-txt-box{position:absolute; top:0; left:0; width:100%;}
.main-visual-box .main-visual-txt-box .visual-txt-box {margin:0 auto; padding:166px 0 0 200px ; max-width:1080px; text-align: left;}
.main-visual-box .main-visual-txt-box div p:nth-of-type(1){padding:0 0 20px; font-size:48px; color:#ffffff; font-family: 'LotteMartDream'; font-weight: 700;}
.main-visual-box .main-visual-txt-box div p span.txt-vio {color:#fff843;}
.main-visual-box .main-visual-txt-box div p:nth-of-type(2){width:800px; font-weight:400; font-size:24.28px; color:#ffffff; word-break:keep-all;}

/* .main-visual-box .main-visual-txt-box .main_visual_link {position: absolute; left: 63%; top: 370px; border: 1px solid #ffffff; text-align: center; font-family: 'Noto Sans'; font-weight: 300; font-size: 17px;} */
/* .main-visual-box .main-visual-txt-box .main_visual_link {position: absolute; right: 63%; top: 370px; border: 1px solid #ffffff; text-align: center; font-family: 'Noto Sans'; font-weight: 300; font-size: 17px;} */
.main-visual-box .main-visual-txt-box .main_visual_link {position: absolute; right: 63%; top: 370px; border: 1px solid #ffffff; text-align: center; font-family: 'Noto Sans'; font-weight: 300; font-size: 17px; width:198px;}
.main-visual-box .main-visual-txt-box .main_visual_link:hover {background-color:rgba(0, 0, 0, 0.3);}
.main-visual-box .main-visual-txt-box .main_visual_link .visual_link1 {width: 200px; height:20px; display: block; color: #ffffff; padding: 12px 0;}

.main-visual-box .owl-theme .owl-nav.disabled+.owl-dots{margin:0;}
.main-visual-box .owl-dots{position:absolute; top:500px; left:50%; width:100%; transform:translateX(-50%);}
.main-visual-box .owl-carousel .owl-dot:last-of-type{padding:0 16px 0 0;}
.main-visual-box .owl-theme .owl-dots .owl-dot span{margin:0 5px; width:15px; height:15px; border:1px solid #e1e1e1; background:transparent; box-sizing:border-box; background-color: #ffffff;}
.main-visual-box .owl-theme .owl-dots .owl-dot.active span{width:40px; border:1px solid #fff843; background:#fff843;}
.srch-wrap{position:absolute; top:322px;left:50%; z-index:10; width:90%; max-width:1200px; transform:translateX(-50%);}
.srch-wrap .input-search{padding:19px 10px; width:calc(100% - 65px); border:2px solid #fff; border-right:none; background:rgba(255,255,255,0.7); font-size:20px; box-sizing:border-box; vertical-align:top; max-height:65px; outline:none;}
.srch-wrap .input-search:focus, .srch-wrap .input-search:active, .srch-wrap .input-search:focus-within{z-index:-999;}
.srch-wrap .btn-search{margin:0 0 0 -4px; width:65px; height:65px; border:none; background:#fff url(/_res/kosha/img/main/ico-search.png) no-repeat 50% 50%; cursor:pointer; outline:none;}
.main-visual-box .mini-board-ctrl{position:absolute; top:500px; z-index:10;}
.main-visual-box .mini-board-ctrl.no-dots{display:none;}
.main-visual-box .mini-board-ctrl img{display:none;}
.main-visual-box .carousel-stop img:first-of-type{display:inline-block;}
.main-visual-box .carousel-play img:last-of-type{display:inline-block;}
.main-visual-box .mini-board-ctrl.no-dots{display:none;}

.main-visual-box.carousel-wrap{max-width: 1750px; width: 100%; min-width: 1200px; margin: 0 auto;}
.main-visual-box .control-wrap {position: absolute; top: calc(50% - 20px); left: 0; z-index: 10; width: 100%; height: 0; transform: translateY(-50%);}
.main-visual-box .control-wrap .prev {background: url(../images/main/bg_carousel_left.png) no-repeat 50% 50%; display: block; position: absolute; left:10%; width: 40px; height: 60px;}
.main-visual-box .control-wrap .next {background: url(../images/main/bg_carousel_right.png) no-repeat 50% 50%; display: block; position: absolute; right:10%; width: 40px; height: 60px;}

/* 20190926 메인 배너 */
.main-bnn-box{margin:0 auto;max-width:1200px;}
.main-bnn-box .main-bnn-carousel{position:relative; padding:67px 0px;}
.main-bnn-box .owl-carousel .owl-item{display:inline-block; float:none; vertical-align:middle;}
.main-bnn-box .owl-carousel .owl-item img{margin:0 auto; width:200px; max-width:100%;}
.main-bnn-box .control-wrap {position: absolute; top: calc(50% - 50px); z-index: 10; width: 100%;}
.main-bnn-box .control-wrap a {width: 45px; height: 100px;}
.main-bnn-box .control-wrap .prev {background:#e1e1e1 url(../images/main/btn-main-link-prev-off_new.png) no-repeat 0 0; position: absolute;}
.main-bnn-box .control-wrap .prev:hover {background:#42983b url(../images/main/btn-main-link-prev-off_new.png) no-repeat 0 0; position: absolute;}
.main-bnn-box .control-wrap .next {background:#e1e1e1 url(../images/main/btn-main-link-next-off_new.png) no-repeat 0 0; position: absolute; right: 0;}
.main-bnn-box .control-wrap .next:hover {background:#42983b url(../images/main/btn-main-link-next-off_new.png) no-repeat 0 0; position: absolute; right: 0;}

/* 20220920 하단 배너 */
.main-bnn-box {margin:0 auto;max-width:1400px; padding: 0 20px;}
.main-bnn-box > div {padding-bottom: 70px; box-sizing: border-box;}
.main-bnn-box ul li img {display: block; margin: 0 auto; max-width: 100%; width: 202px;}

/* 20190927 산업안전보건교육단 교육과정안내*/
.guide_menu {display:none; position:absolute; top:-255px; left:0; background-color:#f9f9f9; z-index: 100; padding: 20px 20px; border-radius: 10px; width: 320px;}
.guide_menu .guide_close {background: url(../images/main/pop-ico-close.png) no-repeat; width: 21px; height: 21px; display: inline-block; position: absolute; top: 20px; right: 15px;}
.guide_menu .guide_tit {font-family: 'Binggrae'; font-weight: 700; font-size:18px; margin-bottom: 20px; text-align: left; color:#333333;}
.guide_menu .guide_con ul li {position: relative; text-align: center; margin-bottom: 10px; font-weight: 500; font-size: 17px; color: #333;}
.guide_menu .guide_con ul li:last-child {margin-bottom: 0;}
.guide_menu .guide_con ul li a {padding: 13px 15px; border: 1px solid #b6b6b6; border-radius:28px; display: flex; align-items: center; width: 100%; font-family: 'Pretendard'; font-weight: 700; box-sizing: border-box;}
.guide_menu .guide_con ul li a span {font-family: 'Pretendard'; font-weight: 400; font-size: 15px; margin-left: 5px;}
.guide_menu .guide_con ul li .guide_link {background:#fff url('../images/main/btn_flink01_move_2019.png') no-repeat 95% center;}
.guide_menu .guide_con ul li .guide_link:hover {background: #435c81 url('../images/main/btn_flink03_move_2019.png') no-repeat 95% center; color: #ffffff;}

.guide_tit p {color:#054e7c; font-size: 20px;}

/*20220916 나에게 필요한 안전교육은?*/
.main-cont-wrap {background: #e2f8e3 url(../images/main/bg-need.png) no-repeat 68% 5%; padding: 50px 20px; height: 100%;}
.main-cont {margin: 0 auto; max-width: 1400px; width: 100%; display: flex; height: 100%;}
.main-cont .main-left-cont {width: 84%; margin-right: 45px;}
.main-cont .main-left-cont .need-tit {margin-bottom: 85px;}
.main-cont .main-left-cont .need-tit ul {position: relative; padding-left: 75px;}
.main-cont .main-left-cont .need-tit ul li {font-size: 24px; color: #333; font-weight: 500;}
.main-cont .main-left-cont .need-tit ul li:first-child {margin-bottom: 10px;}
/* .main-cont .main-left-cont .need-tit ul li h4 {font-size: 48px; color: #00ab4c; font-family: 'Binggrae'; font-weight: 700;} */
.main-cont .main-left-cont .need-tit ul li h4 {font-size: 48px; color: #009342; font-family: 'Binggrae'; font-weight: 700;}
.main-cont .main-left-cont .need-tit ul li h4::before {content: ""; background: url(../images/main/ico-need-tit.png) no-repeat; width: 59px; height: 59px; display: inline-block; position: absolute; left: 0;}
.main-cont .main-left-cont .need-tit ul li span {color: #f57300; font-weight: 700; background: linear-gradient(to top, #feff96 50%, transparent 70%);}
.main-cont .main-left-cont .need-job {display: flex; justify-content: space-around; width: 100%;}
.main-cont .main-left-cont .need-job dl {width: calc(100% / 6); margin-right: 20px; cursor: pointer;}
.main-cont .main-left-cont .need-job dl:last-child {margin-right: 0;}
.main-cont .main-left-cont .need-job dl::after {display: none;}
.main-cont .main-left-cont .need-job dl dt {background-color: #fff; border: 1px solid #d6d6d6; border-radius: 24px; text-align: center; padding: 12px 5px; font-size: 17px; font-family: 'Pretendard'; font-weight: 500; color: #333; box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%); margin-bottom: 20px;}
.main-cont .main-left-cont .need-job dl dd {position: relative; border: 1px solid #d6d6d6; border-radius: 10px; overflow: hidden; width: 100%; height: 185px; box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);}
.main-cont .main-left-cont .need-job dl:first-child dd {background: #fff url(../images/main/need-person01.png) no-repeat 50% 150%;}
.main-cont .main-left-cont .need-job dl:nth-child(2) dd {background: #fff url(../images/main/need-person04.png) no-repeat 50% 523%;}
.main-cont .main-left-cont .need-job dl:nth-child(3) dd {background: #fff url(../images/main/need-person02.png) no-repeat 44% 142%;}
.main-cont .main-left-cont .need-job dl:nth-child(4) dd {background: #fff url(../images/main/need-person07.png) no-repeat 50% 103%;}
.main-cont .main-left-cont .need-job dl:nth-child(5) dd {background: #fff url(../images/main/need-person04.png) no-repeat 50% -120%;}
.main-cont .main-left-cont .need-job dl:last-child dd {background: #fff url(../images/main/need-person06.png) no-repeat 50% 159%;}
.main-cont .main-left-cont .need-job dl:hover dt {background-color: #f58e00; color: #fff;}
.main-cont .main-left-cont .need-job dl:hover dd {border: 1px solid #f58e00;}
.main-cont .main-left-cont .need-job dl:hover dd:before {content: ""; position: absolute; background: url(../images/main/ico-need-person-hover.png) no-repeat; width: 51px; height: 51px; transform: translate(-50%, -50%); top: 50%; left: 50%; z-index: 9;}
.main-cont .main-left-cont .need-job dl:hover dd:after {background-color: #f58e00; position: absolute; content: ""; width: 100%; height: 185px; display: inline-block; opacity: 0.2; border-radius: 10px;}
.main-cont .main-right-cont {width: 16%;}
.main-cont .main-right-cont ul {height: 100%;}
.main-cont .main-right-cont ul li{height: calc(50% - 15px); box-sizing: border-box; text-align: center;}
.main-cont .main-right-cont ul li:first-child {margin-bottom: 30px;}
/* .main-cont .main-right-cont ul li a {width: 100%; height: 100%; color: #fff; background-color: #00ab4c; font-family: 'Binggrae'; font-family: 'Pretendard'; font-weight: 700; font-size: 16px; display: block; padding: 30px 20px 30px 20px; cursor: pointer; box-sizing: border-box; border-radius: 10px 40px 40px 40px;} */
.main-cont .main-right-cont ul li a {width: 100%; height: 100%; color: #fff; background-color: #009342; /* font-family: 'Binggrae'; */ font-family: 'Pretendard'; font-weight: 700; font-size: 16px; display: block; padding: 30px 20px 30px 20px; cursor: pointer; box-sizing: border-box; border-radius: 10px 40px 40px 40px;}
.main-cont .main-right-cont ul li .btn-edu:hover {box-shadow: 0px 0px 7px 5px rgb(0 159 71 / 20%);}
.main-cont .main-right-cont ul li .btn-edu::before {content: ""; background: url(../images/main/ico-workplace.png) no-repeat; display: block; width: 53px; height: 53px; margin: 0 auto; margin-bottom: 10px;}
.main-cont .main-right-cont ul li .btn-basic-edu {padding: 50px 20px 50px 20px; background-color: #4c6993;  border-radius: 40px 40px 40px 10px;}
.main-cont .main-right-cont ul li .btn-basic-edu:hover {box-shadow: 0px 0px 7px 5px rgb(65 99 149 / 20%);}
.main-cont .main-right-cont ul li .btn-basic-edu::before {content: ""; background: url(../images/main/ico-construction.png) no-repeat; display: block; width: 83px; height: 52px; margin: 0 auto; margin-bottom: 10px;}
.main-cont .main-right-cont ul li a span.br {display: block;}
.main-cont .main-right-cont ul li a span.txt {display: block; border: 1px solid #f2f2f2; font-size: 14px; font-family: 'Pretendard'; font-weight: 500; color: #fff; padding: 2px 5px 3px; text-align: center; border-radius: 13px; margin: 10px auto 0; max-width: 120px;}
/* 2024.04.19 메인페이지 이수증출력, 건설업 기초안전 보건교육 위치 변경  */
.main-cont .main-right-cont ul li .btn-cer-print {padding: 50px 20px 50px 20px; background-color: #2da8ba;  border-radius: 40px 40px 40px 10px;}
.main-cont .main-right-cont ul li .btn-cer-print:hover {box-shadow: 0px 0px 7px 5px rgb(65 99 149 / 20%);}
.main-cont .main-right-cont ul li .btn-cer-print::before {content: ""; background: url(../images/main/ico-print.png) no-repeat; display: block; width: 53px; height: 53px; margin: 0 auto; margin-bottom: 10px;}


.main-cont .main-left-cont .need-job dl {animation-name: fadeInUP; animation-duration: 1s; animation-fill-mode: both;}
.main-cont .main-left-cont .need-job dl:first-child {animation-delay: .1s;}
.main-cont .main-left-cont .need-job dl:nth-child(2) {animation-delay: .2s;}
.main-cont .main-left-cont .need-job dl:nth-child(3) {animation-delay: .3s;}
.main-cont .main-left-cont .need-job dl:nth-child(4) {animation-delay: .4s;}
.main-cont .main-left-cont .need-job dl:nth-child(5) {animation-delay: .5s;}
.main-cont .main-left-cont .need-job dl:last-child {animation-delay: .6s;}
.main-cont .main-right-cont ul li {animation-name: fadeInSIDE; animation-duration: 1s; animation-fill-mode: both;}
.main-cont .main-right-cont ul li:first-child {animation-delay: .1s;}
.main-cont .main-right-cont ul li:last-child {animation-delay: .3s;}
@keyframes fadeInUP {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInSIDE {
	from {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.board-cont-wrap {padding: 70px 20px 65px 20px; height: 640px; box-sizing: border-box;}
.board-cont {margin: 0 auto; max-width: 1400px; width: 100%; display: flex; height: 100%;}
.board-cont .left-board {width: 40%; margin-right: 45px; height: 100%;}
.board-pop-box {border-radius: 20px 20px 0 20px; overflow: hidden; height: 78%; max-height: 340px; width: 100%;; margin-bottom: 30px;}
.board-pop-box.control-wrap {position: absolute; top: calc(50% - 20px); left: 0; z-index: 10; width: 100%; height: 0; transform: translateY(-50%);}
.board-pop-box .owl-stage-outer {height:100%;}
.board-pop-box .owl-carousel {height:calc(100% - 50px);}
.board-pop-box .owl-carousel .owl-stage {height:100%;}
.board-pop-box .owl-carousel .owl-stage div {height:100%;width: 560px; max-width: 100%;}
.board-pop-box .owl-carousel .owl-stage div img {height:100%; /* object-fit:cover; */ }
/* .board-pop-box .owl-theme .owl-dots {display: flex; align-items: center; margin-top: 0; padding: 0 25px 0 5px; border-radius: 30px; position: absolute; right: 20px; bottom: -38px;} */
.board-pop-box .owl-theme .owl-dots {display: flex; align-items: center; margin-top: 0; padding: 0 5px 0 5px; border-radius: 30px; position: absolute; right: 15px; bottom: -37px;}
.board-pop-box .owl-theme .owl-dots .owl-dot span {background-color:#fff; width:15px; height:15px;}
.board-pop-box .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background-color:#0fa14d;}
.board-pop-box .owl-theme .owl-nav.disabled+.owl-dots {display:flex; align-items:center; margin-top:0; border-radius:30px;}
/* .board-pop-box .mainpopup-cntr {position: relative; background-color: #343440; font-size: 20px; color: #fff; display: flex; justify-content: space-between; padding: 15px 15px; line-height: 1; border-radius: 0 0 20px 0;} */
/* .board-pop-box .mainpopup-cntr {position: relative; background-color: #343440; font-size: 20px; color: #fff; display: flex; justify-content: space-between; padding: 35px 15px; line-height: 1; border-radius: 0 0 20px 0;} */
.board-pop-box .mainpopup-cntr {position: relative; background-color: #343440; font-size: 20px; color: #fff; display: flex; line-height: 1; border-radius: 0 0 20px 0; box-sizing: border-box; height: 50px; padding: 15px 15px;}
.board-pop-box .mainpopup-cntr a {color: #fff;}
.board-pop-box .mainpopup-cntr a.file01 {margin-left: 15px;}
.board-pop-box .mainpopup-cntr a.file01:first-child {margin-left: 0;}
.board-pop-box .mini-board-ctrl {position: absolute; bottom: 15px; right: 25px; z-index: 5; left: unset !important;}
.board-pop-box .mini-board-ctrl img{display:none;}
.board-pop-box .carousel-stop img:first-of-type{display:inline-block;}
.board-pop-box .carousel-play img:last-of-type{display:inline-block;}	
.board-pop-box .cardnews-box .mini-board-ctrl {position:absolute; bottom:17px; right:25px; z-index:5;}

.btn-board-wrap {height: 22%; position: relative;}
.btn-board-wrap ul.btn-board {display: flex; width: 100%; height: 100%;}
.btn-board-wrap ul.btn-board li {width: 50%; height: 100%;}


.btn-board-wrap ul.btn-board li:first-child {margin-right: 30px;}
.btn-board-wrap ul.btn-board li a {height: 100%;font-family: 'Binggrae'; font-weight: 700; font-size: 16px; color: #fff; background-color: #4c6993; border-radius: 10px 10px 10px 10px; display: block; padding: 0px 10px; box-sizing: border-box; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.btn-board-wrap ul.btn-board li .btn-cir-info:hover {box-shadow: 0px 0px 7px 5px rgb(68 95 134 / 20%);}
.btn-board-wrap ul.btn-board li .btn-cer-print {border-radius: 10px; background-color: #2da8ba;}
.btn-board-wrap ul.btn-board li .btn-cer-print:hover {box-shadow: 0px 0px 7px 5px rgb(39 161 179 / 20%);}
.btn-board-wrap ul.btn-board li a::before {content: ""; background: url(../images/main/ico-curriculum.png) no-repeat; display: block; width: 50px; height: 50px; left: 30px; top: 45px; margin-right: 20px;}
.btn-board-wrap ul.btn-board li .btn-cer-print::before {content: ""; background: url(../images/main/ico-print.png) no-repeat; display: block; width: 57px; height: 53px; left: 30px; top: 45px; margin-right: 20%;}
/* 2024.04.19 건설업 기초안전 보건교육 안내 버튼 */
.btn-board-wrap ul.btn-board li .btn-basic-edu {border-radius: 10px; background-color: #4c6993;}
.btn-board-wrap ul.btn-board li .btn-basic-edu:hover {box-shadow: 0px 0px 7px 5px rgb(39 161 179 / 20%);}
.btn-board-wrap ul.btn-board li .btn-basic-edu::before {content: ""; background: url(../images/main/ico-construction.png) no-repeat; display: block; width: 83px; height: 53px; left: 30px; top: 45px; margin-right: 10%;}


.board-cont .right-board {width: 60%;}
.main-board-box {height: 480px;}
.main-board-box .tab-wrap {padding-bottom: 0;}
.main-board-box .tab-wrap>ul {position: relative;}
.main-board-box .tab-wrap>ul>li {float: left; width: 50%;}
.main-board-box .tab-wrap>ul>li:not(.on) div {display: none;}
.main-board-box .tab-wrap>ul>li>a {border: 1px solid #e0e0e0; font-size: 18px; display: block; text-align: center; color: #242424; padding: 20px 5px; height: 66px; box-sizing: border-box; font-weight: 700; font-family: 'Pretendard';}
.main-board-box .tab-wrap>ul>li:first-child>a {border-radius: 10px 0 0 10px; border-right: 0;}
.main-board-box .tab-wrap>ul>li:last-child>a {border-left: 0; border-radius: 0 10px 10px 0;}
.main-board-box .tab-wrap>ul>li.on>a {background-color: #394659; color: #fff; border: 1px solid #394659;}
.main-board-box .tab-cont {position: absolute; left: 0; width: 100%;}
.main-board-box .tab-cont ul {padding-top: 25px;}
.main-board-box .tab-cont ul li {padding: 15px 30px 15px 0; border-bottom: 1px solid #e4e4e4; display: flex; align-items: center; justify-content: space-between;}
.main-board-box .tab-cont ul li:first-child {padding: 40px 30px; background-color: #f6f7f9; width: 100%; box-sizing: border-box; align-items: center; display: flex; margin-bottom: 15px; border-bottom: 0;}
.main-board-box .tab-cont ul li a {display:block; float:left; width:calc(100% - 90px); font-size:17px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; font-family: 'Pretendard'; }
.main-board-box .tab-cont ul li:first-child a {font-weight: 700; font-size: 20px;}
.main-board-box .tab-cont ul li:hover a {color: #00ab4c;}
.main-board-box .tab-cont ul li:hover span {color: #00ab4c;}
.main-board-box .tab-cont ul li span {color: #7e7e7e; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; /* font-family: 'Pretendard' */;}
.main-board-box .tab-cont ul li:first-child a span {font-size: 16px; color: #6b6b6b; font-weight: 400; margin-top: 5px;}

.need-pop-wrap {width: 100%; height: 100%; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 666;}
.pop-bg {background-color: #000; opacity: 0.7; width: 100%; height: 100%;}
.need-pop-cont-wrap {background-color: #fff; width: 80%; max-width: 795px; padding: 30px 30px 40px 30px; display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 2px; min-width: 338px; box-sizing: border-box;}
.need-pop-cont {position: relative;}
.need-pop-cont .btn-close {background: url(../images/main/pop-ico-close.png) no-repeat; width: 21px; height: 21px; display: inline-block; position: absolute; top: 0; right: 0px; z-index: 5;}
.need-pop-cont .need-img {border: 1px solid #d6d6d6; width: 120px; height: 120px; border-radius: 50%; margin: 0 auto; margin-bottom: 25px; overflow: hidden;}
.need-pop01 .need-pop-cont .need-img {background: #fff url(../images/main/need-person01-01.png) no-repeat 50% -300%;}
.need-pop02 .need-pop-cont .need-img {background: #fff url(../images/main/need-person04-01.png) no-repeat 50% -71%;}
.need-pop03 .need-pop-cont .need-img {background: #fff url(../images/main/need-person02-01.png) no-repeat 18% -1300%;}
.need-pop04 .need-pop-cont .need-img {background: #fff url(../images/main/need-person06-01.png) no-repeat 50% -1300%;}
.need-pop05 .need-pop-cont .need-img {background: #fff url(../images/main/need-person07.png) no-repeat 50% 600%; background-size: 107px; }
.need-pop06 .need-pop-cont .need-img {background: #fff url(../images/main/need-person06-01.png) no-repeat 50% -1200%;}
.need-pop-cont h5 {font-size: 30px; font-family: 'Binggrae'; color: #00ab4c; font-weight: 700; margin-bottom: 10px; text-align: center;}
.need-pop-cont h5::before {content:""; background: url(../images/main/pop-ico-need-tit.png)no-repeat; width: 37px; height: 37px; display: inline-block; vertical-align: middle; margin-right: 15px;}
.need-pop-cont ul.list {display: flex; flex-flow: row wrap;}
.need-pop-cont ul.list li {display: inline-block; width: calc((100% - 60px) /4); text-align: center; margin-right: 20px;}
.need-pop-cont ul.list li:nth-child(4n) {margin-right: 0;}
.need-pop-cont ul.list li a {border: 1px solid #c1c1c1; border-radius: 4px; display: block; font-family: 'Pretendard'; font-weight: 500; font-size: 17px; color: #333; box-sizing: border-box; min-height: 115px; margin-top: 20px; position: relative; background: #fff url(../images/main/pop-ico-need-bg.png) no-repeat 120% 170%;}
.need-pop-cont ul.list li a:hover {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 120% 170%; color: #fff;}
.need-pop-cont ul.list li a:hover:before {content:""; background: url(../images/main/pop-ico-check.png) no-repeat; width: 14px; height: 10px; display: inline-block; position: absolute; top: 10px; left: 10px;}
.need-pop-cont ul.list li a.on {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 120% 170%; color: #fff;}
.need-pop-cont ul.list li a.on:before {content:""; background: url(../images/main/pop-ico-check.png) no-repeat; width: 14px; height: 10px; display: inline-block; position: absolute; top: 10px; left: 10px;}
.need-pop-cont ul.list li a span.txt {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.need-pop-cont .view {box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);}
.need-pop-cont .view .view-header {background-color: #00ab4c; padding: 14px 20px; border-radius: 4px 4px 0 0;}
.need-pop-cont .view .view-header h6 {color: #fff; font-family: 'Binggrae'; font-weight: 700; font-size: 23px;}
.need-pop-cont .view .view-cont {padding: 30px; position: relative; overflow: hidden;}
.need-pop-cont .view .view-cont img.detail-pop-bg {position: absolute; bottom: -10%; right: -30px; z-index: -9;}
.need-pop-cont .view .view-cont h7 {color: #333; font-size: 20px; font-family: 'Pretendard'; font-weight: 700; display: inline-block;}
.need-pop-cont .view .view-cont h7::before {content:""; background: url(../images/main/pop-ico-need-tit02.png)no-repeat; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 10px; transform: translateY(-2px);}
.need-pop-cont .view .view-cont dl {display: flex; align-items: center; margin-top: 15px;}
.need-pop-cont .view .view-cont dl dt {background-color: #f2f2f2; border: 1px solid #d4d4d4; border-radius: 20px; color: #666; font-size: 14px; font-family: 'Pretendard'; font-weight: 500; margin-right: 10px; min-width: 60px; box-sizing: border-box; text-align: center; padding: 2px 5px;}
.need-pop-cont .view .view-cont dl dd {font-family: 'Pretendard'; font-size: 16px; font-weight: 500; color: #333;}
.need-pop-cont .view .view-cont dl.dl-down dd .btn-share {font-size: 16px; color: #2f70e3; border-bottom: 1px solid #2f70e3; margin-right: 10px; cursor: pointer;}
.need-pop-cont .view .view-cont dl.dl-down dd .btn-share::after {content: ""; display: inline-block; background: url(../images/main/pop-ico-share.png) no-repeat; width: 13px; height: 13px; margin-left: 5px;}
.need-pop-cont .view .view-cont dl.dl-down dd .btn-down {background: #567ac2 url(../images/main/pop-ico-down.png) no-repeat 12% 50%; color: #fff; font-size: 14px; padding: 6px 16px 6px 36px; border-radius: 15px; cursor: pointer; white-space: nowrap; display: inline-block;}
.need-pop-cont .view .view-cont dl.dl-ex span:first-child {margin-right: 10px;}
.need-pop-cont .view .view-cont dl.dl-ex span:first-child:after {content: ""; display: inline-block; height: 14px; width: 2px; background-color: #333; margin-left: 10px; transform: translateY(1px);}
.need-pop-btn-wrap ul {display: flex; justify-content: center; margin-top: 40px;}
.need-pop-btn-wrap ul li {margin-right: 10px;}
.need-pop-btn-wrap ul li:last-child {margin-right: 0;}
.need-pop-btn-wrap ul li a {background-color: #394659; color: #fff; white-space: nowrap; display: inline-block; padding: 13px 22px; border-radius: 4px; font-family: 'Pretendard'; font-weight: 600; font-size: 18px; max-width: 100%; text-align: center; box-sizing: border-box;}
.btn-choose {width: 162px;}
.need-detail-pop-wrap h5 {margin-bottom: 20px;}
.need-detail-pop-wrap h5::before {display: none;}

@media screen and (max-width:1400px) {
	/* Main - Layer popup 반응형 */
	.popup1 .popup-wrap{right:50px; top:10px;}
	.popup2 .popup-wrap{right:460px; top:10px;}
	.popup3 .popup-wrap{right:50px; top:500px;}
	.popup4 .popup-wrap{right:460px; top:500px;}
	.popup5 .popup-wrap{right:50px; top:1000px;}
	.popup6 .popup-wrap{right:460px; top:1000px;}
	.popup7 .popup-wrap{right:50px; top:1500px;}
	.popup8 .popup-wrap{right:460px; top:1500px;}
	.popup9 .popup-wrap{right:50px; top:2000px;}
	
#wrapper #header .header nav .nav_wrap .tot_menu {width:100% !important}
#wrapper #header .header nav .nav_wrap .tot_menu .tot_left {width:19% !important}
#wrapper #header .header nav .nav_wrap .tot_menu .tot_right {width:81% !important}
#wrapper #header .header nav .nav_wrap .tot_menu .tot_right ul:first-child {width:30% !important}
#wrapper #header .header nav #sub_hover {max-width:inherit !important; background:#fff !important}
#wrapper #header .header nav .hover_wrap .hover_ul_wrap {width:100% !important}
#wrapper #header .header nav .hover_wrap .hover_ul_wrap ul {width:25% !important}
#wrapper #header .header nav .hover_wrap .hover_ul_wrap ul:first-child {margin-left:0 !important}
}

@media (max-width:1300px){
	/*나에게 필요한 안전교육은?*/
	.main-cont .main-left-cont {margin-right: 15px;}
	.main-cont .main-left-cont .need-job dl {margin-right: 15px;}
	
	.board-cont .left-board {width: 50%; margin-right: 30px;}
	.board-pop-box .owl-carousel .owl-stage div {width: 100%;}
	.board-cont .right-board {width: 50%}
	.btn-board-wrap ul.btn-board li a::before {margin-right: 15px;}
	
}
@media screen and (max-width:1200px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont {display: block;}
	.main-cont .main-left-cont {width: 100%; margin-right: 0; margin-bottom: 30px;}
	.main-cont .main-right-cont {width: 100%; height: 100%;}
	.main-cont .main-right-cont ul {display: flex; width: 100%;}
	.main-cont .main-right-cont ul li {width: 50%; height: 100%;}
	.main-cont .main-right-cont ul li:first-child {margin-bottom: 0; margin-right: 30px;}
	.main-cont .main-right-cont ul li a {display: flex; align-items: center; justify-content: center;}
	.main-cont .main-right-cont ul li .btn-basic-edu {padding: 31px 20px 30px 20px;}
	.main-cont .main-right-cont ul li a span.txt {margin: 0 0 0 10px;}
	.main-cont .main-right-cont ul li .btn-edu::before {margin: 0 20px 0 0;}
	.main-cont .main-right-cont ul li .btn-basic-edu::before {margin: 0 20px 0 0;}
	.main-cont .main-right-cont ul li a span.br {margin-left: 5px;}
	
	.need-pop-cont h5 {font-size: 27px;}
}
@media screen and (max-width:1024px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont-wrap {padding: 30px 20px;}
	.main-cont .main-left-cont .need-tit {margin-bottom: 55px;}
	.main-cont .main-left-cont .need-tit ul {padding-left: 65px;}
	.main-cont .main-left-cont .need-tit ul li {font-size: 20px;}
	.main-cont .main-left-cont .need-tit ul li h4 {font-size: 40px;}
	.main-cont .main-left-cont .need-tit ul li h4::before {width: 50px; height: 50px; background-size: 100% 100%;}
	.main-cont .main-left-cont .need-job {flex-flow: row wrap;}
	.main-cont .main-left-cont .need-job dl {width: calc((100% - 40px) / 3); margin-right: 20px;}
	.main-cont .main-left-cont .need-job dl:nth-child(3n) {margin-right: 0;}
	.main-cont .main-left-cont .need-job dl:nth-child(-n+2) {margin-bottom: 20px;}
	.main-cont .main-left-cont .need-job dl dt {margin-bottom: 15px;}
	
	.board-cont-wrap {height: 100%; padding: 40px 20px 50px 20px;}
	.board-cont {display: block;}
	.board-cont .left-board {display: flex; margin-right: 0; width: 100%; margin-bottom: 40px;}
	.board-pop-box {margin-bottom: 0; height: auto; width: 60%; margin-right: 30px; max-height: 300px;}
	.btn-board-wrap {width: 40%; height: auto;}
	.btn-board-wrap ul.btn-board {display: block; height: 100%;}
	.btn-board-wrap ul.btn-board li {width: 100%; height: calc((100% - 20px) / 2);}
	.btn-board-wrap ul.btn-board li:first-child {margin-right: 0; margin-bottom: 20px;}
	.btn-board-wrap ul.btn-board li a {border-radius: 10px;}
	.board-cont .right-board {width: 100%; height: 455px;}
	.main-board-box .tab-cont ul li:first-child {padding: 30px 30px;}
	.main-board-box .tab-wrap>ul>li>a {padding: 18px 5px; height: 60px;}
	.main-bnn-box ul {padding-bottom: 50px;}
	
	.guide_menu {right: 0; left: inherit;}
	
	.main-bnn-box > div {padding-bottom: 40px;}
}
@media screen and (max-width:930px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont .main-right-cont ul li a {position: relative;}
	.main-cont .main-right-cont ul li:first-child a {align-items: inherit;}
	.main-cont .main-right-cont ul li a span.txt {position: absolute;top: 63%; left: 53%; transform: translate(-50%, -50%);}
}
@media screen and (max-width:900px) {
	/* Main - Layer popup 반응형 */
	.popup-wrap ul li a{font-size:11px;}
	.popup-wrap{width:300px !important; height:300px !important;}
	.popup-wrap .popup-cont-wrap{width:300px !important; height:300px !important;}
	.popup-wrap .popup-cont-wrap img{width:300px !important; height:300px !important;}
	.popup1 .popup-wrap{right:50px; top:10px;}
	.popup2 .popup-wrap{right:360px; top:10px;}
	.popup3 .popup-wrap{right:50px; top:400px;}
	.popup4 .popup-wrap{right:360px; top:400px;}
	.popup5 .popup-wrap{right:50px; top:800px;}
	.popup6 .popup-wrap{right:360px; top:800px;}
	.popup7 .popup-wrap{right:50px; top:1200px;}
	.popup8 .popup-wrap{right:360px; top:1200px;}
	.popup9 .popup-wrap{right:50px; top:1600px;}
	
	.board-pop-box .mainpopup-cntr a.file01 {font-size: 18px;}
}
@media screen and (max-width:768px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont .main-left-cont .need-tit {margin-bottom: 40px;}
	.main-cont .main-left-cont .need-tit ul {padding-left: 60px;}
	.main-cont .main-left-cont .need-tit ul li {font-size: 18px;}
	.main-cont .main-left-cont .need-tit ul li h4 {font-size: 33px;}
	.main-cont .main-left-cont .need-tit ul li h4::before {width: 45px; height: 45px;}
	.main-cont .main-left-cont .need-job dl {width: calc((100% - 30px) / 3); margin-right: 15px;}
	.main-cont .main-left-cont .need-job dl dt {padding: 10px 5px;}
	
	.need-pop-cont-wrap {padding: 25px 25px 30px 25px;}
	.need-pop-cont h5 {font-size: 25px;}
	.need-pop-cont h5::before {width: 33px; height: 33px; margin-right: 10px; background-size: 100%;}
	.need-pop-cont ul.list li {width: calc((100% - 30px)/3); margin-right: 15px;}
	.need-pop-cont ul.list li:nth-child(3n) {margin-right: 0;}
	.need-pop-cont ul.list li:nth-child(4n) {margin-right: 15px;}
	.need-pop-cont ul.list li a {min-height: 100px;  margin-top: 10px; background: #fff url(../images/main/pop-ico-need-bg.png) no-repeat 115% 300%;}
	.need-pop-cont ul.list li a:hover {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 115% 300%;}
	.need-pop-cont ul.list li a.on {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 115% 300%;}
	.need-pop-btn-wrap ul {margin-top: 30px;}
	.btn-choose {width: 142px;}
	.need-pop-cont .view .view-cont {padding: 20px;}
	.need-pop-cont .view .view-header h6 {font-size: 20px;}
	
	.main-cont .main-right-cont ul li .btn-basic-edu {padding: 37px 20px 38px 20px;}
	.main-cont .main-right-cont ul li .btn-edu::before {margin: 0 auto; margin-bottom: 10px;}
	.main-cont .main-right-cont ul li .btn-basic-edu::before {margin: 0 auto; margin-bottom: 10px;}
	.main-cont .main-right-cont ul li a {display: block;}
	.main-cont .main-right-cont ul li:first-child a {position: initial; padding: 20px 20px 20px 20px;}
	.main-cont .main-right-cont ul li a span.txt {position: initial; transform: translate(0, 0); margin: 10px auto 0;}
	
	.board-cont .left-board {display: block;}
	.board-pop-box {width: 100%; margin-bottom: 20px; margin-right: 0; max-height: 100%; height: 380px;}
	.board-pop-box .owl-carousel .owl-stage div {width: 100%;}
	.btn-board-wrap {width: 100%;}
	.btn-board-wrap ul.btn-board {display: flex;}
	.btn-board-wrap ul.btn-board li {width: 50%;}
	.btn-board-wrap ul.btn-board li:first-child {margin-bottom: 0; margin-right: 20px;}
	.btn-board-wrap ul.btn-board li a {padding: 40px 10px;}
	.btn-board-wrap ul.btn-board li a::before {margin-right: 10px;}
	
	.guide_menu {left: 0;}
	
}
@media screen and (max-width:700px) {
	.popup-wrap{transform: translate(-20%);}
	.popup1 .popup-wrap{right:0; top:10px;}
	.popup2 .popup-wrap{right:0; top:400px;}
	.popup3 .popup-wrap{right:0; top:800px;}
	.popup4 .popup-wrap{right:0; top:1200px;}
	.popup5 .popup-wrap{right:0; top:1600px;}
	.popup6 .popup-wrap{right:0; top:2000px;}
	.popup7 .popup-wrap{right:0; top:2400px;}
	.popup8 .popup-wrap{right:0; top:2800px;}
	.popup9 .popup-wrap{right:0; top:3200px;}
	
	/*나에게 필요한 안전교육은?*/
	.need-pop-cont h5 {position: relative; padding-left: 40px; text-align: left;}
	.need-pop-cont h5::before {position: absolute; left: 0;}
	.need-detail-pop-wrap h5 {padding-left: 0; text-align: center;}
}

@media screen and (max-width:650px) {
	.board-pop-box {height: 350px;}
}

@media screen and (max-width:600px) {
	.need-pop-cont-wrap {padding: 20px 20px 20px 20px;}
	.need-pop-cont h5 {padding-left: 35px; margin-bottom: 0; font-size: 23px;}
	.need-detail-pop-wrap h5 {padding-left: 0; font-size: 23px; margin-bottom: 15px;}
	.need-pop-cont .need-img {width: 100px; height: 100px;}
	.need-pop01 .need-pop-cont .need-img {background: #fff url(../images/main/need-person01-01.png) no-repeat 50% -40%;}
	.need-pop02 .need-pop-cont .need-img {background: #fff url(../images/main/need-person04-01.png) no-repeat 60% -30%;}
	.need-pop03 .need-pop-cont .need-img {background: #fff url(../images/main/need-person02-01.png) no-repeat 85% -50%;}
	.need-pop04 .need-pop-cont .need-img {background: #fff url(../images/main/need-person06-01.png) no-repeat 40% -50%;}
	.need-pop05 .need-pop-cont .need-img {background: #fff url(../images/main/need-person07.png) no-repeat 50% -50%; background-size: 107px;}
	.need-pop06 .need-pop-cont .need-img {background: #fff url(../images/main/need-person06-01.png) no-repeat 50% -50%;}
	.need-pop-cont ul.list li {width: calc((100% - 15px)/2);}
	.need-pop-cont ul.list li:nth-child(3n) {margin-right: 15px;}
	.need-pop-cont ul.list li:nth-child(2n) {margin-right: 0;}
	.need-pop-cont ul.list li a {min-height: 80px; background: #fff url(../images/main/pop-ico-need-bg.png) no-repeat 115% 0%;}
	.need-pop-cont ul.list li a:hover {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 120% 0%;}
	.need-pop-cont ul.list li a.on {background: #00ab4c url(../images/main/pop-ico-need-bg-hover.png) no-repeat 120% 0%;}
	.need-pop-btn-wrap ul {margin-top: 20px;}
	.need-pop-btn-wrap ul li a {font-size: 16px; padding: 12px 10px;}
	
	.board-pop-box {height: 280px;}
}
@media screen and (max-width:520px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont .main-left-cont .need-tit ul {padding-left: 55px;}
	.main-cont .main-left-cont .need-tit ul li h4 {font-size: 30px;}
	.main-cont .main-left-cont .need-tit ul li h4::before {width: 43px; height: 43px;}
	.main-cont .main-left-cont .need-job dl {width: calc((100% - 15px) / 2);}
	.main-cont .main-left-cont .need-job dl:nth-child(-n+4) {margin-bottom: 20px;}
	.main-cont .main-left-cont .need-job dl:nth-child(3n) {margin-right: 15px;}
	.main-cont .main-left-cont .need-job dl:nth-child(2n) {margin-right: 0;}
	
	.btn-board-wrap ul.btn-board {display: block;}
	.btn-board-wrap ul.btn-board li {width: 100%;}
	.btn-board-wrap ul.btn-board li:first-child {margin-right: 0; margin-bottom: 15px;}
	.btn-board-wrap ul.btn-board li a {padding: 30px 10px;}
	.btn-board-wrap ul.btn-board li a::before {margin-right: 20px;}
	
	.board-pop-box .owl-theme .owl-dots .owl-dot span {width: 15px; height: 15px;}
	
	.board-cont-wrap {padding: 40px 20px 40px 20px;}
	.board-cont .left-board {margin-bottom: 30px;}
	.board-cont .right-board {height: 435px;}
	.main-board-box .tab-wrap>ul>li>a {padding: 15px 5px; height: 50px; font-size: 16px;}
	.main-board-box .tab-cont ul li:first-child {padding: 25px 30px;}
	.main-board-box .tab-cont ul li:first-child a {font-size: 18px;}
}
@media screen and (max-width:450px) {
	/*나에게 필요한 안전교육은?*/
	.main-cont .main-right-cont ul {display: block;}
	.main-cont .main-right-cont ul li {width: 100%;}
	.main-cont .main-right-cont ul li:first-child {margin-bottom: 20px;}
	.main-cont .main-right-cont ul li a {display: flex;}
	.main-cont .main-right-cont ul li:first-child a {position: relative;}
	.main-cont .main-right-cont ul li .btn-basic-edu {padding: 31px 20px 30px 20px;}
	.main-cont .main-right-cont ul li .btn-edu::before {margin: 0 15px 0 0;}
	.main-cont .main-right-cont ul li .btn-basic-edu::before {margin: 0 15px 0 0;}
	.main-cont .main-right-cont ul li a span.txt {position: absolute; transform: translate(-50%, -50%); margin: 0 0 0 8px;}

	.guide_menu {width: 290px; top: -242px;}
	.guide_tit p {font-size: 18px;}
	.guide_menu .guide_tit {margin-bottom: 15px;}
	.guide_menu .guide_con ul li {font-size: 16px;}
	.guide_menu .guide_con ul li a {padding: 13px 10px;}
	.guide_menu .guide_con ul li .guide_link {background: #fff url(../images/main/btn_flink01_move_2019.png) no-repeat 97% center;}
	.guide_menu .guide_con ul li .guide_link:hover {background: #435c81 url(../images/main/btn_flink03_move_2019.png) no-repeat 97% center;}
	
	.board-pop-box {height: 230px;}
	.board-pop-box .mainpopup-cntr a.file01 {font-size: 0; background: url(../images/common/btn_down_big.png) no-repeat; width: 19px; height: 18px;}
}
