@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;}
#wrap {overflow: hidden;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 15px;border: 1px solid #ddd;font-size: 15px;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{background: #fff;height: 38px;}
.table1 tbody td.bg {background: #f1f1f1;}

.table2{ width: 100%; }
.table2 caption {display: none;}
.table2 tr > *{height: 20px;padding: 15px;border: 1px solid #ddd;font-size: 16px;color: #555555;letter-spacing: -0.08em;}
.table2 thead th{background: #3c5ca8;color: #fff;font-weight: normal;}
.table2 tbody th{background: #3c5ca8;color: #fff;font-weight: normal;}
.table2 tbody td{background: #fff;}
.table2 tbody td span {font-size: 16px;color: #999;}
.table2 tfoot th{background: #444444;color: #fff;line-height: 26px;font-weight: normal;}

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 40px; }
.btnWrap > *{margin: 0 2px;}
.btnWrap .btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px; }
.btnWrap .btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 35px;padding: 0 20px; }
.btn3{ display: inline-block;background: #8c8f98;border: 1px solid #8c8f98;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px; }

/* Paging */
.paging{text-align: center;white-space: nowrap;margin-top: 30px;}
.paging > a{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;width: 30px;height: 30px;line-height: 30px;text-align: center;border: 1px solid #dddddd;margin: 0 2px;font-size: 12px;text-decoration: none;}
.paging > a.first{}
.paging > a.prev{}
.paging > a.next{}
.paging > a.last{}
.paging > a.active{border-color: #ddd;background: #ddd;}
.paging > a:hover{border-color: #ddd;background: #ddd;}

/**************************************************
	Layout
**************************************************/
#header{position: absolute;top: 0;left: 0;width: 100%;z-index: 90;background: rgba(0,0,0,0.3);transition: background 0.1s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
#header .inner{position: relative;width: 1300px;height: 70px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;width: 217px;background: url('/miryang/images/layout/logo.png') no-repeat center center;text-indent: -999em;}
#header:after{position: absolute;bottom: -1px;left: 0;content: '';display: block;width: 100%;height: 1px;background: rgba(0,0,0,0.1);}

.sub #header,
#header.on,
#header:hover{background: #fff;}
.sub #header .logo,
#header.on .logo,
#header:hover .logo{background-image: url('/miryang/images/layout/logo2.png');}
.sub #header #slide-btn button span,
.sub #header #slide-btn button:before,
.sub #header #slide-btn button:after,
#header.on #slide-btn button span,
#header.on #slide-btn button:before,
#header.on #slide-btn button:after,
#header:hover #slide-btn button span,
#header:hover #slide-btn button:before,
#header:hover #slide-btn button:after{background: #333;}
.sub #header #gnb > li > a,
#header.on #gnb > li > a,
#header:hover #gnb > li > a{color: #333;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 28px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #fff;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#gnb{position: absolute;top: 0;right: 253px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 47px;line-height: 70px;font-size: 18px;color: #fff;font-weight: 600;text-decoration: none;letter-spacing: -0.08em;}
#gnb > li.active > a{color: #3c59a3 !important;font-weight: 600;}
#gnb > li > ul{position: absolute;top: 70px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #3f4581;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li > ul li.active a{font-weight: bold;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}
#gnb > li > ul.hidden-gnb{display: none;}
#gnb > li > ul li ul {display: none;}

#drdw{position: absolute;top: 70px;left: 0;width: 100%;background: #fff;z-index: 91;display: none;box-shadow:0 10px 10px rgba(0,0,0,0.05);}
#drdw:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #3b5eab;height: 50px;}
#drdw .inner{position: relative;width: 1300px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: rgba(0,0,0,0.1);}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;font-size: 16px;color: #fff;text-align: center;line-height: 50px;background: #3b5eab;}
#drdw .inner > li ul{padding: 20px 0;}
#drdw .inner > li ul li a{display: block;font-size: 14px;line-height: 34px;color: #333333;text-align: center;font-weight: 300;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li ul li ul {display: none;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .inner > li ul.hidden-gnb{display: none;}

#tnb{position: absolute;top: 10px;right: 0;}
#tnb > li{display: inline-block;margin-left: 10px;box-sizing: border-box;}
#tnb > li a{font-size: 13px;color: #666;}

#footer{background: #181b26;}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 30px 0;}
#footer address{font-size: 14px;line-height: 20px;color: #c4c7d1;font-style: normal;padding-left: 240px;background: url('/miryang/images/layout/flogo.jpg') no-repeat 0 center;min-height: 46px;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 5px;font-size: 13px;color: #94979f;}

#gotop{position: absolute;top: 10px;right: 0;display: block;background: url('/miryang/images/main/bodytop.jpg') no-repeat center center;background-size: contain;width: 50px;height: 50px;text-indent: -999em;}

#fnb > li{display: inline-block;padding: 0 15px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 14px;color: #fff;letter-spacing: -1px;line-height: 70px;}

#ft-fam{position: absolute;top: 50%;right: 0;width: 250px;height: 46px;margin-top: -23px;}
#ft-fam > a{display: block;line-height: 46px;padding: 0 25px;font-size: 15px;color: #c4c7d1;text-decoration: none;background: #292e3e url('/miryang/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 46px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #323849;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-bg{display: none;}

#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 300;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
.sitemap{ text-align: center; }
.sitemap > li{display: inline-block;width: 19%;margin: 0 0.5px;vertical-align: top;margin-bottom: 10px;}
.sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 300;line-height: 40px;border-radius: 3px;}
.sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
.sitemap > li ul li:first-child{border-top: none;}
.sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

#alert{position: fixed;top: 50%;left: 50%;width: 750px;height: 300px;margin-top: -150px;margin-left: -375px;z-index: 301;background: #f3f4f7;border: 1px solid #ddd;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#alert .pop-tit .close{display: block;position: absolute;top: -60px;right: -60px;font-size: 16px;color: #fff;}
#alert .pop-wrap{height: 100%;overflow-x: hidden;overflow-y: auto;padding: 50px;box-sizing: border-box;}
#alert .pop-wrap strong {display: block;margin: 25px 0 0;font-size: 24px;color: #000000;font-weight: 600;}
#alert.on{opacity: 1;}
#alertBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#alertBG.on{opacity: 1;}

/**************************************************
	Main
**************************************************/
#main #mainWrap{position: relative;width: 1200px;margin: 50px auto;}

#main .visual{position: relative;}
#main .visual .roll li{position: relative;overflow: hidden;}
#main .visual .roll li img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .bx-pager{width: 1300px;position: absolute;bottom: 195px;left: 50%;margin-left: -650px;z-index: 81;}
#main .visual .bx-pager-item{margin-right: 1px;display: inline-block;vertical-align: top;}
#main .visual .bx-pager a{display: block;text-indent: -999em;width: 72px;height: 5px;background: rgba(256,256,256,0.7);line-height: 5px;}
#main .visual .bx-pager a.active{background: #648feb;}
#main .visual .bx-controls-direction{position: absolute;top: 50%;right: 50%;margin-right: -650px;z-index: 81;width: 71px;height: 160px;margin-top: -80px;}
#main .visual .bx-prev{display: block;text-indent: -999em;background: url('/miryang/images/main/vis-prev.png') no-repeat center center;background-size: contain;width: 71px;height: 71px;margin-bottom: 15px;}
#main .visual .bx-next{display: block;text-indent: -999em;background: url('/miryang/images/main/vis-next.png') no-repeat center center;background-size: contain;width: 71px;height: 71px;}

#main .latWrap{zoom: 1;width: 1300px;position: relative;margin: 0 auto;padding: 60px 0;}
#main .latWrap:after{display: block;content: '';clear: both;}
#main .latWrap > *{float: left;}

#main .left{position: relative;width: 900px;}
#main .left .tab{margin-bottom: 20px;}
#main .left .tab li{display: inline-block;margin-right: 20px;vertical-align: middle;}
#main .left .tab li a{font-size: 18px;color: #858585;letter-spacing: -1px;text-decoration: none;}
#main .left .tab li.active a{font-size: 22px;font-weight: 600;color: #333333;padding-right: 20px;background: url('/miryang/images/main/lat-tab-spr.jpg') no-repeat right center;}
#main .left .cate:after {display: block;clear: both;content: '';}
#main .left .cate a {float: left;background: #f7f7f7;border: 1px solid #f7f7f7;color: #111;height: 30px;line-height: 30px;padding: 0 20px;}
#main .left .cate a.active {background: #fff;color: #000;border-color: #333;}
#main .left .list > li{position: relative;width: calc(50% - 35px);margin-top: 20px;padding-left: 80px;display: inline-block;vertical-align: top;box-sizing: border-box;}
#main .left .list > li:nth-child(odd) {margin-right: 35px;}
#main .left .list > li:nth-child(even) {margin-left: 35px;}
#main .left .list .date{position: absolute;top: 0;left: 0;width: 55px;}
#main .left .list .date em{display: block;font-style: normal;font-size: 14px;color: #3f4581;font-weight: 600;text-align: center;}
#main .left .list .date .d{display: block;text-align: center;font-size: 46px;font-weight: 600;letter-spacing: -1px;color: #333333;margin-top: -5px;}
#main .left .list .sbj{display: block;margin-bottom: 30px;font-size: 17px;line-height: 26px;min-height: 52px;color: #333333;letter-spacing: -0.08em;display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 2 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
#main .left .list .sbj em{font-style: normal;margin-right: 4px;width: 55px;line-height: 20px;text-align: center;font-size: 14px;color: #fff;display: inline-block;vertical-align: middle;}
#main .left .list .sbj em.cj{background: #3b5eab;}
#main .left .list .sbj em.my{background: #3e4581;}
#main .left .list .sbj:hover{color: #1067a8;font-weight: 600;}
#main .left .list .view{font-size: 12px;letter-spacing: -1px;color: #555555;}
#main .left .more{display: block;text-indent: -999em;width: 30px;height: 30px;position: absolute;top: 0;right: 0;background: url('/miryang/images/main/lat-more.jpg') no-repeat center center;background-size: contain;}

#main .rig{width: 370px;margin-left: 30px;position: relative;}
#main .rig h4{margin-bottom: 25px;font-size: 20px;color: #333333;letter-spacing: -1px;font-weight: 700;}
#main .rig .bx-next{position: absolute;top: 3px;right: 0;display: block;text-indent: -999em;width: 12px;height: 19px;background: url('/miryang/images/main/lat-next.jpg') no-repeat center center;background-size: contain;}
#main .rig .bx-prev{position: absolute;top: 3px;right: 23px;display: block;text-indent: -999em;width: 12px;height: 19px;background: url('/miryang/images/main/lat-prev.jpg') no-repeat center center;background-size: contain;}
#main .rig .bx-pager{position: absolute;top: 0;right: 65px;line-height: 20px;}
#main .rig .bx-pager-item{display: inline-block;margin-left: 15px;vertical-align: middle;}
#main .rig .bx-pager-item a{display: block;text-indent: -999em;width: 10px;height: 10px;border-radius: 50%;background: #cccccc;}
#main .rig .bx-pager-item a.active{background: #3f4581;}
#main .rig .roll li{position: relative;}
#main .rig .roll li > a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
#main .rig .roll li .tmb{padding-bottom: 63%;position: relative;background-size: cover;background-position: center center;background-color: #f8f8f8;}
#main .rig .roll li .sbj{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(51,51,51,0.9);text-align: center;line-height: 35px;font-size: 16px;letter-spacing: -1px;color: #fff;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;}

#main .midqk{background: #f7f8fb;padding: 40px 0;}
#main .midqk .inner{width: 1300px;position: relative;margin: 0 auto;text-align: center;}
#main .midqk .inner li{position: relative;display: inline-block;width: 33.333%;vertical-align: top;}
#main .midqk .inner li:after {position:absolute; content:''; width:1px; height:100%; top:0; right:0; background:#ddd; }
#main .midqk .inner li:first-child:before {position:absolute;  content:''; width:1px; height:100%; top:0; left:0; background:#ddd; }
#main .midqk .inner li .link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
#main .midqk .inner li .tit{display: block;text-align: center;font-size: 16px;color: #000;font-weight: 600;letter-spacing: -1px;}
#main .midqk .inner li > img{display: block;margin: 0 auto;margin-bottom: 12px;}

#main .ftWrap{zoom: 1;width: 1300px;position: relative;margin: 0 auto;padding: 60px 0;}
#main .ftWrap:after{display: block;content: '';clear: both;}
#main .ftWrap .box{position: relative;float: left;margin-left: 20px;box-sizing: border-box;}
#main .ftWrap .box:first-child{margin-left: 0;}

#main .ftWrap .wea{width: 247px;}
#main .ftWrap .wea h4{font-size: 20px;color: #333333;font-weight: 600;letter-spacing: -1px;margin-bottom: 20px;}
#main .ftWrap .wea .roll li{padding: 30px;padding-left: 160px;position: relative;background: #f9f9fc;height: 150px;box-sizing: border-box;}
#main .ftWrap .wea .roll li .ico{position: absolute;top: 25px;left: 20px;}
#main .ftWrap .wea .roll .sbj{display: block;font-size: 16px;color: #333333;letter-spacing: -1px;font-weight: 300;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#main .ftWrap .wea .roll p{display: block;margin-top: 3px;font-size: 14px;color: #333333;letter-spacing: -1px;}
#main .ftWrap .wea .roll .no{font-size: 36px;color: #3c5ca8;letter-spacing: -1px;font-weight: 600;}

#main .ftWrap .ban{width: 247px;}
#main .ftWrap .ban h4{font-size: 20px;color: #333333;font-weight: 600;letter-spacing: -1px;margin-bottom: 20px;}
#main .ftWrap .ban .in{display: block;height: 150px;text-decoration: none !important;}
#main .ftWrap .ban .in img {display: block;width: 100%;height: 100%;object-fit: cover;}

#main .ftWrap .reg{width: 247px;}
#main .ftWrap .reg h4{font-size: 20px;color: #333333;font-weight: 600;letter-spacing: -1px;margin-bottom: 20px;}
#main .ftWrap .reg .in{display: block;position: relative;background: #f3f6ff url('/miryang/images/main/today_img_3.jpg') no-repeat right bottom;background-size: contain;height: 150px;box-sizing: border-box;padding: 24px;display: flex;align-items: center;text-decoration: none !important;}
#main .ftWrap .reg .more{display: block;text-indent: -999em;width: 30px;height: 30px;position: absolute;top: 0;right: 0;background: url('/miryang/images/main/lat-more.jpg') no-repeat center center;background-size: contain;}
#main .ftWrap .reg .sbj{display: block;font-size: 16px;color: #3b5eab;letter-spacing: -1px;margin-bottom: 5px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#main .ftWrap .reg p{font-size: 16px;line-height: 24px;color: #3f4581;letter-spacing: -1.6px;font-weight: 700;display: block;}
#main .ftWrap .reg .btns{position: absolute;top: 20px;right: 20px;}
#main .ftWrap .reg .btns li{margin-left: 3px;display: inline-block;}
#main .ftWrap .reg .btns li a{display: block;width: 113px;height: 113px;box-sizing: border-box;text-align: center;font-size: 14px;font-weight: 300;letter-spacing: -1px;}

#main .ftWrap .fam{width: 499px;}
#main .ftWrap .fam h4{font-size: 20px;color: #333333;font-weight: 600;letter-spacing: -1px;margin-bottom: 20px;}
#main .ftWrap .fam .roll ul{border: 1px solid #ddd;border-width: 0 0 0 1px;}
#main .ftWrap .fam .roll ul li{display: inline-block;vertical-align: top;box-sizing: border-box;border: 1px solid #ddd;border-width: 0 1px 1px 0;width: calc(100%/3);}
#main .ftWrap .fam .roll ul li:nth-child(1),
#main .ftWrap .fam .roll ul li:nth-child(2),
#main .ftWrap .fam .roll ul li:nth-child(3) {border-top-width: 1px;}
#main .ftWrap .fam .roll ul li img{width: 100%;height: 74px;object-fit: contain;}

#main .ftWrap .bx-next{position: absolute;top: 3px;right: 0;display: block;text-indent: -999em;width: 12px;height: 19px;background: url('/miryang/images/main/lat-next.jpg') no-repeat center center;background-size: contain;}
#main .ftWrap .bx-prev{position: absolute;top: 3px;right: 23px;display: block;text-indent: -999em;width: 12px;height: 19px;background: url('/miryang/images/main/lat-prev.jpg') no-repeat center center;background-size: contain;}
#main .ftWrap .bx-pager{position: absolute;top: 0;right: 65px;line-height: 20px;}
#main .ftWrap .bx-pager-item{display: inline-block;margin-left: 15px;vertical-align: middle;}
#main .ftWrap .bx-pager-item a{display: block;text-indent: -999em;width: 10px;height: 10px;border-radius: 50%;background: #cccccc;}
#main .ftWrap .bx-pager-item a.active{background: #3f4581;}

#main .main_inf {padding: 25px 0;background: #3f4581;}
#main .main_inf .inner {max-width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
#main .main_inf .tel img {display: inline-block;vertical-align: middle;margin-right: 5px;}
#main .main_inf .tel strong {display: inline-block;vertical-align: middle;font-style: normal;font-size: 16px;color: #fff;font-weight: 600;letter-spacing: -0.08em;line-height: 30px;}
#main .main_inf .tel a {display: block;font-size: 26px;color: #fff;font-weight: 600;letter-spacing: -0.08em;line-height: 34px;}
#main .main_inf .txt {flex-basis: 0;flex-grow: 1;margin: 0 45px;}
#main .main_inf .txt > li {padding-left: 110px;position: relative;margin: 5px 0;}
#main .main_inf .txt > li img {position: absolute;top: 50%;left: 0;transform: translate(0, -50%);}
#main .main_inf .txt > li em {position: absolute;top: 50%;left: 25px;transform: translate(0, -50%);font-size: 16px;color: #ebeeff;font-weight: 600;letter-spacing: -0.08em;font-style: normal;}
#main .main_inf .txt > li p {font-size: 16px;color: #fff;letter-spacing: -0.08em;line-height: 1.6em;}
#main .main_inf .btns {font-family: empty;font-size: 0;}
#main .main_inf .btns > a {display: inline-block;vertical-align: middle;margin-left: 6px;border: 1px solid #ddd;width: 140px;height: 42px;line-height: 38px;box-sizing: border-box;text-align: center;font-size: 16px;color: #fff;font-weight: 600;letter-spacing: -0.08em;text-decoration: none !important;font-family: 'Malgun Gothic', '맑은 고딕', dotum,gullim,Tahoma,Arial,Helvetica,sans-serif}
#main .main_inf .btns > a.btn_blue {background-color: #648feb;border-color: #648feb;}

/**************************************************
	Sub
**************************************************/
#sub{ padding-top: 70px; }
#sub #content{ position: relative;width: 1300px;margin: 0 auto;padding: 50px 0; }

#sub #content > *{}

#sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#sub .sub-tit > * {display: inline-block;vertical-align: middle;}
#sub .sub-tit h3{font-size: 32px;color: #000;font-weight: 600;letter-spacing: -1px;}
#sub .sub-tit img {margin-left: 12px;}
#sub .sub-tit p {display: block;margin-top: 12px;font-size: 16px;color: #444;line-height: 1.3em;}

.lnbWrap{background: url('/miryang/images/main/lnb-bg.jpg') no-repeat center center;background-size: cover;}
#lnb{position: relative;width: 1300px;margin: 0 auto;}
#lnb:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(256,256,256,0.3);}
#lnb > li{position: relative;display: inline-block;vertical-align: top;box-sizing: border-box;padding-top: 2px;}
#lnb > li:before{content: '';display: block;position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(256,256,256,0.3);}
#lnb > li a{display: block;line-height: 52px;font-size: 16px;text-decoration: none;text-align: center;color: #fff;font-weight: 600;letter-spacing: -1px;}
#lnb > li.active a{background: #fff;color: #3c5aa4;}
#lnb > li ul {display: none;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 13px;line-height: 11px;font-family: arial;}
#status > ul > li a{font-size: 14px;color: #565759;text-decoration: none;letter-spacing: -0.5px;}
#status > ul > li:last-child a{color: #3c569f;font-weight: 600;}

.fulldiv{width: 4000px;position: relative;left: 50%;margin-left: -2000px;padding: 50px 0;}
.fulldiv.bg{background: #f7f7f7;}
.w1200{width: 1200px;position: relative;margin: 0 auto;}
.w1300{width: 1300px;position: relative;margin: 0 auto;}

.ctit1{padding-left: 25px;background: url('/miryang/images/sub/ctit-bull.png') no-repeat 0 center;font-size: 24px;color: #333333;letter-spacing: -1px;font-weight: 600;margin-bottom: 30px;}
.ctit2{border-bottom: 1px solid #3e4581;margin-bottom: 30px;}
.ctit2 strong{width: 195px;line-height: 45px;text-align: center;background: #3e4581;font-size: 16px;font-weight: 300;color: #fff;display: inline-block;}
.ctit2 span {margin-left: 10px;vertical-align: middle;font-size: 16px;color: #444;letter-spacing: 1px;line-height: 1em;margin-top: -9px;display: inline-block;}
.ctit22 {border-bottom: 1px solid #000;padding-bottom: 20px;margin-bottom: 30px;}
.ctit22 img {margin-right: 10px;vertical-align: middle;}
.ctit22 strong {line-height: 40px;font-size: 30px;color: #000000;font-weight: 600;letter-spacing: -0.08em;vertical-align: middle;}
.ctit3{display: block;margin-bottom: 15px !important;font-size: 18px;color: #000000;letter-spacing: -1px;font-weight: 600;}

.ctxt1{display: block;font-size: 16px;color: #555555;letter-spacing: -1px;font-weight: normal;}
.ctxt1.ml25 {margin-left: 25px;}

.colorBlue {color: #3c59a3 !important;}

.ctab{text-align: center;margin: 0 -5px 30px;}
.ctab li{display: inline-block;margin: 0 5px;width: calc(100%/6 - 10px);}
.ctab li a{display: block;line-height: 50px;text-align: center;box-sizing: border-box;border: 1px solid #ddd;font-size: 16px;color: #666666;letter-spacing: -1px;text-decoration: none;}
.ctab li.active a{color: #3c5ca8;font-weight: 600;border: 3px solid #3c5ca8;line-height: 44px;}
.ctab.len5 li a{width: 220px;}

.ctab2{text-align: center;margin-bottom: 30px;border-top: 2px solid #3c5ca8;border-bottom: 1px solid #ddd;background: #fff;padding: 15px 0;}
.ctab2 li{display: inline-block;width: 14.25%;border-left: 1px solid #ddd;line-height: 16px;box-sizing: border-box;margin: 7px 0;}
.ctab2 li:first-child{border-left: none;}
.ctab2 li a{font-size: 15px;color: #666666;letter-spacing: -1px;}
.ctab2 li.active a{color: #3c5ca8;font-weight: 600;}

.tmblist{margin: -10px;}
.tmblist > li{display: inline-block;width: 285px;margin: 10px;vertical-align: top;}
.tmblist > li .tit{display: block;text-align: center;margin-top: 10px;font-size: 16px;color: #000;letter-spacing: -1px;}

.exlist{margin: -15px;}
.exlist > li{display: inline-block;width: 585px;margin: 15px;vertical-align: top;font-family: empty;font-size: 0;}
.exlist > li .tmb{text-align: center;border: 1px solid #ddd;background: #fff;}
.exlist > li .alt{display: block;margin: 15px 0 0 0;font-size: 20px;color: #000;letter-spacing: -1px;font-weight: 600;font-family: noto;}
.exlist > li .alt img {margin-right: 10px;vertical-align: middle;}
.exlist > li .sbj{display: block;margin: 20px 0 20px 0;padding-bottom: 20px;font-size: 20px;color: #000;letter-spacing: -1px;font-weight: 300;border-bottom: 1px solid #ddd;font-family: noto;}
.exlist > li .cat{display: inline-block;width: 90px;line-height: 30px;text-align: center;border-radius: 30px;background: #3c5ca8;font-size: 16px;color: #fff;font-weight: 300;font-family: noto;}
.exlist > li p{display: block;font-size: 16px;line-height: 26px;color: #333333;letter-spacing: -1px;margin-top: 10px;}
.exlist.len1 > li{width: 1200px;}
.exlist .abs-info{display: inline-block;width: 48%;vertical-align: top;margin-right: 4%;}
.exlist .abs-info:last-child{margin-right: 0;}

.mb-50{margin-bottom: -50px;}

.whitebox{padding: 30px;background: #fff;border: 1px solid #ddd;}

/* 약관 내용 출력 박스 */
/* .policybox{white-space: pre-wrap;}
.policybox strong {font-weight:normal; font-size:16px; font-weight:600;}
.policybox a {display:block; color:#3498db; position:relative; padding-left:10px; box-sizing:border-box; line-height:24px;}
.policybox a:after {position:absolute; content:''; width:4px; height:4px; top:10px; left:0; border-radius:50%; background:#3498db;} */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

/* 연혁 */
.his-wrap .top{margin-bottom:60px;}
.his-wrap .top:after{content:'';display:block;clear:both;}
.his-wrap .top > div{float:left;width:50%;height:250px;box-sizing:border-box;}
.his-wrap .top .left{padding:75px 60px 75px 60px;background:url(/miryang/images/sub/history-bg1.jpg);}
.his-wrap .top .left h3{margin-bottom:10px;font-size:26px;color:#ffffff;}
.his-wrap .top .left h4{font-weight:normal;font-size:16px;color:#ffffff;}
.his-wrap .top .right{background:url(/miryang/images/sub/history-bg2.jpg);}
.his-wrap dl{position:relative;padding-left:170px;padding-bottom:40px;min-height:50px;}
.his-wrap dl.last{padding-bottom:0px;}
.his-wrap dt{position:absolute;left:0;top:-10px;font-weight:bold;font-size:38px;color:#222222;}
.his-wrap dd{position:relative;padding-left:118px;font-size:16px;line-height:37px;}
.his-wrap dd strong{position:absolute;left:0;top:0;padding-left:35px;font-size:18px;color:#000;}
.his-wrap dl:before{content:'';position:absolute;left:165px;top:13px;width:10px;height:10px;background:#999;z-index:1;border-radius: 50%;}
.his-wrap dl:after{content:'';position:absolute;left:170px;top:10px;width:1px;height:100%;background:#ddd;}
.his-wrap dl.last:after{display:none;}
.his-wrap .tab{margin-bottom: 40px;text-align: center;}
.his-wrap .tab li{display: inline-block;margin-right: 5px;}
.his-wrap .tab li a{display: block;line-height: 45px;height: 45px;text-align: center;width: 120px;font-size: 16px;background: #f7f7f7;border: 1px solid #f7f7f7;}
.his-wrap .tab li.active a{background: #fff;border: 1px solid #333;}

.abutxt1 {text-align: center;}
.abutxt1 em {display: inline-block;padding: 5px 25px;font-size: 16px;color: #fff;font-weight: normal;letter-spacing: -0.02em;height: 25px;line-height: 25px;font-style: normal;background: #3b61b1;background: -webkit-linear-gradient(to right, #3e427b, #3b61b1);background: linear-gradient(to right, #3e427b, #3b61b1);}
.abutxt1 strong {display: block;margin-top: 10px;font-size: 38px;color: #333333;font-weight: normal;letter-spacing: -0.02em;}
.abutxt1 strong .blue {font-size: 38px;color: #3c5ca8;font-weight: 600;}
.abutxt1 p {display: block;margin-top: 20px;font-size: 19px;color: #555555;letter-spacing: -0.02em;line-height: 1.6em;}

.abubox1{zoom: 1;}
.abubox1:after{display: block;content: '';clear: both;}
.abubox1 > *{float: left;height: 360px;overflow: hidden;}
.abubox1 dd{width: 435px;padding: 45px;box-sizing: border-box;background: #3c5ca8 url('/miryang/images/sub/abu-bg1.jpg') no-repeat right bottom;}
.abubox1 dd em{display: block;font-style: normal;font-size: 14px;color: #fff;}
.abubox1 dd h5{font-size: 30px;line-height: 38px;color: #fff;font-weight: 300;letter-spacing: -1px;margin-top: 10px;}
.abubox1 dd p{display: block;margin-top: 20px;padding-top: 20px;font-size: 18px;line-height: 30px;color: #fff;font-weight: 600;letter-spacing: -1px;position: relative;}
.abubox1 dd p:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 30px;height: 1px;background: #fff;}
.abubox1 dt {width: 764px;background-repeat: no-repeat;background-position: 50% 50%;-webkit-background-size: cover;background-size: cover;}

.abubox2 .inner{padding-left: 310px;position: relative;min-height: 150px;}
.abubox2 h5{position: absolute;top: 0;left: 0;font-size: 30px;color: #333333;letter-spacing: -1px;font-weight: normal;}
.abubox2 h5 em{font-style: normal;display: block;font-size: 16px;color: #666666;font-weight: normal;}
.abubox2 h5 strong{font-weight: 600;color: #3c5ca8;}
.abubox2 hgroup{padding-left: 150px;position: relative;margin-bottom: 30px;}
.abubox2 hgroup h6{position: absolute;top: 0;left: 0;width: 120px;line-height: 40px;text-align: center;border-radius: 40px;font-size: 18px;color: #fff;font-weight: 300;background: #3c5ca8;}
.abubox2 hgroup h6:after {display: block;content: '';position: absolute;top: 50%;left: 100%;width: 30px;height: 1px;background: #ddd;}
.abubox2 hgroup ul li{position: relative;padding: 10px 0;padding-left: 85px;}
.abubox2 hgroup ul li > strong{position: absolute;top: 0;left: 0;line-height: 40px;font-size: 16px;font-weight: 600;letter-spacing: -1px;color: #333333;padding-left: 15px;}
.abubox2 hgroup ul li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: #ddd;}
.abubox2 hgroup ul li:after{content: '';display: block;position: absolute;top: 17px;left: -3px;background: #3c5ca8;border-radius: 50%;width: 6px;height: 6px;}
.abubox2 hgroup ul li > p{font-size: 16px;color: #333333;}

.abubox3 {background: #f7f7f7;position: relative;}
.abubox3 dt {position: absolute;top: 12px;left: 30px;}
.abubox3 dt .ctit1 {font-size: 18px;color: #333;margin: 0;}
.abubox3 dd {padding: 14px 30px;min-height: 22px;}
.abubox3 dd p {margin-left: 110px;font-size: 16px;color: #555555;letter-spacing: -0.08em;line-height: 22px;}
.abubox3 .table2 {margin-top: 40px;}

.sub .gateway{margin-top: 45px;}
.sub .gateway > li{display: inline-block;width: 50%;vertical-align: top;}
.sub .gateway > li .inner{padding: 40px 50px;}
.sub .gateway > li .inner:after {display: block;clear: both;content: '';}
.sub .gateway > li:first-child{background: url('/miryang/images/main/gate1-bg.jpg') no-repeat center center;background-size: cover;}
.sub .gateway > li:last-child{background: url('/miryang/images/main/gate2-bg.jpg') no-repeat center center;background-size: cover;}
.sub .gateway h6 {float: left;font-size: 26px;color: #fff;font-weight: 300;letter-spacing: -1px;}
.sub .gateway .btns{float: right;}
.sub .gateway .btns a{display: inline-block;margin-right: 3px;width: 120px;height: 40px;line-height: 40px;text-align: center;box-sizing: border-box;}
.sub .gateway .btns .b1{background: #ab8dff;font-size: 14px;color: #fff;}
.sub .gateway .btns .b2{border: 1px solid #fff;font-size: 14px;color: #fff;}

.map-wrap {position: relative;}
.map-wrap .image {position: absolute;top: 0;left: 0;width: 49.167%;height: 100%;background-repeat: no-repeat;background-position: 50% 50%;-webkit-background-size: contain;background-size: contain;background-color: #f7f7f7;}
.map-wrap .image a {position: absolute;z-index: 2;width: 130px;height: 66px;background: #fff;opacity: 0;border-radius: 50%;overflow: hidden;}
.map-wrap .image a.ch {top: 20.5%;left: 41.5%;}
.map-wrap .image a.my {top: 42.7%;left: 50%;}
#map {background: #f7f7f7;position: relative;}
#map .tac {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#map .tac:before {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;content: '';width: 0;height: 100%;}
#map .tac span {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;font-size: 16px;color: #444444;}

.locbox1 .list{margin-top: 30px;}
.locbox1 .list li{display: inline-block;width: 50%;position: relative;min-height: 60px; vertical-align:top; padding: 7px 0;padding-left: 80px;margin-bottom: 10px;box-sizing: border-box;}
.locbox1 .list li.w100 {width: 100%;}
.locbox1 .list li > img{position: absolute;top: 0;left: 0;}
.locbox1 .list li strong{display: block;font-size: 18px;font-weight: 600;letter-spacing: -1px;color: #000;}
.locbox1 .list li p{display: block;font-size: 16px;letter-spacing: -1px;color: #333333;}

.my2index{zoom: 1;background: #fff;border: 1px solid #ddd;}
.my2index:after{display: block;content: '';clear: both;}
.my2index > *{float: left;box-sizing: border-box;}
.my2index dt{width: 55%;}
.my2index dd{padding: 60px 0 0 60px;width: 45%;}
.my2index dd ul li{margin-bottom: 20px;}
.my2index dd ul li strong{display: block;font-size: 18px;color: #000000;letter-spacing: -1px;}
.my2index dd ul li p{display: block;font-size: 16px;line-height: 24px;color: #333333;letter-spacing: -1px;}

.siteslist{margin: -15px;}
.siteslist li{display: inline-block;vertical-align: top;margin: 15px;border: 1px solid #ddd;}

.regtxt{border: 1px solid #ddd;padding: 20px;margin-bottom: 30px;background: #f3f4f7;font-size: 15px;line-height: 23px;color: #666666;}
.regtxt strong{font-size: 15px;color: #333333;font-weight: 300;}

.regcal .txt{display: block;margin-top: 20px;font-size: 15px;line-height: 23px;color: #666666;letter-spacing: -1px;}

.form-txt{display: block;padding: 30px;border: 1px solid #ddd;background: #f7f7f7;font-size: 16px;line-height: 30px;color: #555555;margin-bottom: 50px;}
.form-txt strong{color: #333333;}
.form-txt span{font-size: 16px;}


/* 달력 */
#calendarWrap .cal-head {text-align: center;font-family: empty;font-size: 0;}
#calendarWrap .cal-head strong {vertical-align: middle;font-family: noto;font-size: 35px;color: #000000;font-weight: 600;}
#calendarWrap .cal-head button {vertical-align: middle;border: 0;background: #fff;margin: 0 30px;}
#calendarWrap .cal-head button img {display: block;}
#calendarWrap .cal-body {width: 100%;margin-top: 30px;}
#calendarWrap .cal-body caption {display: none;}
#calendarWrap .cal-body tr > * {border: 1px solid #ddd;}
#calendarWrap .cal-body tr > th {height: 50px;font-size: 15px;color: #333333;font-weight: 600;background: #f3f4f7;}
#calendarWrap .cal-body tr > td {height: 130px;position: relative;padding: 0;}
#calendarWrap .cal-body tr > td em {position: absolute;top: 10px;left: 10px;line-height: 1em;font-style: normal;font-size: 15px;color: #666666;}
#calendarWrap .cal-body tr > td.sun em {color: #ff0000;}
#calendarWrap .cal-body tr > td.sat em {color: #0040ff;}
#calendarWrap .cal-body .bg {background: #f7f7f7;}
#calendarWrap .cal-body .cen {width: calc(100% - 48px);height: calc(100% - 20px);margin: 10px 0 10px 48px;}
#calendarWrap .cal-body .vam {width: calc(100% - 96px);margin: 10px auto;font-family: empty;font-size: 0;text-align: center;}
#calendarWrap .cal-body .vam:before {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;content: '';width: 0;height: 100%;}
#calendarWrap .cal-body .vam-in {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;font-size: 15px;color: #333333;font-weight: 600;letter-spacing: -0.08em;}
#calendarWrap .cal-body .list {height: 100%;overflow: auto;}
#calendarWrap .cal-body .list > li {margin-bottom: 1px;font-size: 12px;color: #333333;letter-spacing: -0.08em;line-height: 20px;}
#calendarWrap .cal-body .list > li b {display: inline-block;zoom: 1;*display: inline;vertical-align: middle;margin-right: 5px;width: 60px;height: 20px;line-height: 20px;background: #000000;font-size: 12px;color: #fff;font-weight: 400;letter-spacing: -0.08em;text-align: center;}
#calendarWrap .cal-body .list > li b.blue {background: #3a5eaa;}
#calendarWrap .cal-body .btn {position: absolute;bottom: 10px;left: 50%;margin-left: -40px;width: 80px;height: 25px;line-height: 25px;background: #ff6600;font-size: 15px;color: #fff;font-weight: 600;letter-spacing: -0.08em;text-align: center;text-decoration: none;}
#calendarWrap .cal-body .btn + .list {height: calc(100% - 30px);margin-bottom: 30px;}


/* 예약 확인/취소 */
#reservView {border: 1px solid #ddd;background: #f3f4f7;padding: 45px 0;}
#reservView fieldset {width: 400px;margin: 0 auto !important;display: block;}
#reservView fieldset legend {display: block;margin: 0 auto 20px;text-align: center;font-size: 24px;color: #000000;font-weight: 600;padding-top: 90px;background: url(/miryang/miryang/images//sub/view-icon1.jpg) no-repeat 50% 0;}
#reservView fieldset input[type=text] {margin-bottom: 10px;height: 40px;line-height: 40px;}


/* 전시/교육안내 */
#intro-exhibi > li {width: 48%;display: inline-block;zoom: 1;*display: inline;vertical-align: top;position: relative;}
#intro-exhibi > li a {display: block;height: 0;padding-bottom: 79%;background-repeat: no-repeat;background-position: 50% 50%;-webkit-background-size: cover;background-size: cover;border: 1px solid #ddd;}
#intro-exhibi > li a:after {display: block;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #3c59a3;opacity: 0;transition: all 0.2s;}
#intro-exhibi > li strong {position: absolute;bottom: 45px;left: 50px;z-index: 2;font-size: 30px;color: #ffffff;letter-spacing: -0.08em;}
#intro-exhibi > li:first-child {margin-right: 4%;}
#intro-exhibi > li:first-child strong {color: #ffffff;}
#intro-exhibi > li:hover a:after {opacity: 0.3;}


.character-list {margin-top: 10px;border: 1px solid #ddd;position: relative;background: #fff;}
.character-list:after {display: block;clear: both;content: '';}
.character-list > * {float: left;}
.character-list dt {width: 298px;font-family: empty;font-size: 0;text-align: center;}
.character-list dt img {vertical-align: middle;}
.character-list dd {width: calc(100% - 358px);padding: 10px 30px;}
.character-list dd:after {display: block;content: '';width: 1px;height: 100%;position: absolute;top: 0;background: #ddd;margin-left: -30px;}
.character-list dd hgroup {display: block;border-bottom: 1px solid #ddd;}
.character-list dd h6 {display: inline-block;padding: 20px 0;margin-bottom: -1px;padding-right: 20px;border-bottom: 1px solid #3c5399;font-size: 26px;color: #000000;font-weight: 600;letter-spacing: -1px;line-height: 1em;}
.character-list dd p {margin-top: 17px;font-size: 16px;color: #333333;letter-spacing: -1px;line-height: 1.6em;}



.showroom-wrap {position: relative;}
.showroom-wrap .mark {position: absolute;top: 10px;left: 10px;z-index: 2;padding: 0 20px;background: #01609a;color: #fff;line-height: 25px;display: inline-block;}
.showroom-wrap .image {position: relative;}
.showroom-wrap .image img {display: block;max-width: 100%;}
.showroom-wrap .list article {margin-top: 100px;}
.showroom-wrap .ctit22 {position: relative;}
.showroom-wrap .ctit22 .gotop {position: absolute;bottom: 20px;right: 0;height: 30px;line-height: 30px;padding: 0 15px;background: #3a5eaa;color: #fff;border-radius: 3px;}


/*  */

.inq {width:100%; box-sizing:border-box; padding:0 60px;}
.inq ul {width:100%;}
.inq ul:after {display:block; content:''; clear:both;}
.inq ul li {width:calc(50% - 10px); float:left; box-sizing:border-box; box-sizing:border-box; padding:60px;}
.inq ul li.box_1 { margin-right:20px;background:url('/miryang/images/sub/inq_img_1.png') no-repeat; background-size:cover;}
.inq ul li.box_2 {background:url('/miryang/images/sub/inq_img_2.png') no-repeat; background-size:cover;}

.inq ul li strong {display:block; font-size:28px; line-height:32px; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.2);}
.inq ul li.box_1 strong {color:#aa8cff;}
.inq ul li.box_2 strong {color:#2bcbff;}
.inq ul li p {line-height:50px; position:relative; box-sizing:border-box; padding-left:70px; color:#fff; font-size:18px; margin-top:10px;}
.inq ul li p b {font-weight:600; margin-right:5px;}

.inq ul li p.t1 {background:url('/miryang/images/sub/inq_img_3.png') left center no-repeat;  }
.inq ul li p.e1 {background:url('/miryang/images/sub/inq_img_4.png') left center no-repeat; }
.inq ul li p.t2 {background:url('/miryang/images/sub/inq_img_5.png') left center no-repeat; }
.inq ul li p.e2 {background:url('/miryang/images/sub/inq_img_6.png') left center no-repeat; }


.mb-50 {margin-bottom: -50px !important;}

.memoWrap .imgc {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
