@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;600;700;900&display=swap');

/* reset */
*, *:before, *:after {margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;vertical-align:top;padding:0;margin:0;-webkit-font-smoothing:antialiased;font-family:'Noto Sans KR', sans-serif;}
html{height:100%; font-size:17px; overflow-x:auto; letter-spacing:-0.03em;  }
fieldset{border:0 none}
img{border:0 none;vertical-align: top;}
dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input,select,textarea,button,label{font-size:100%;vertical-align:middle;font-family:'Noto Sans KR', sans-serif;}
button{border:0 none;background-color:transparent;}
table{width:100%;border-collapse:collapse;border-spacing:0}
textarea{resize:none;padding:5px 10px;border:1px solid #d0d0d0;}

input{border-radius:0}
input[type="text"],input[type="password"]{padding:0 10px;border:1px solid #d0d0d0;font-size:15px;}
input[type="text"]::placeholder,
input[type="password"]::placeholder { color:#848484; }
input[type="file"]{border:0;}
select{background:#fff; border:1px solid #d0d0d0;}

a, a:active, a:hover{text-decoration:none}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
a,button {cursor:pointer}

body{min-width:1200px; position:relative; color: #060606;word-break: keep-all;word-wrap: break-word;line-height:1.6; overflow-x:hidden;}

/* common */
.inner{position:relative;width:1200px;margin:0 auto;}
.inner:after { content:''; display:block; visibility:visible; clear:both; }
.dim{display:none; position:fixed; top:0; bottom:0; left:0; width:100%; z-index:100; background:rgba(0,0,0,0.6);}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.clear_float:after{content:""; display: block; clear: both;}
.sprites { background-image: url(../images/sprites.png); background-repeat: no-repeat;}
.hide_text {    font-size: 0;    text-indent: -99999px;}

/* header */
header{ position:relative;  z-index:1000; }
header h1{ width:100%; position:absolute; left:0; top:50px; display:flex; align-items:center; justify-content:center; z-index:10; }
header h1 a{display: block; width:236px; height:64px; margin-right:50px; background:url(../images/logo.png) no-repeat top left; font-size:0; text-indent:-99999px; }
header .btn_openGnb{display: none;}

/* util */
.util{ width:100%; height:30px; margin-bottom:120px; position:relative; display:flex; justify-content:end; align-items:center; z-index:1; }
.util:before { content:''; width:100vw; height:30px; position:absolute; left:50%; top:0; background:#1270d9; transform:translateX(-50%); }
.util a{ height:30px; position:relative; font-size:14px; color: #fff; line-height:30px; }
.util a+a { margin-left:12px; }
.util .myInfo{display:none;}
.util .mo { display:none; }


.btnAllMenu { width:23px; height:18px; position:absolute; right:0; bottom:30px;  background:url('../images/btnAllMenu.png') center center no-repeat; background-size:100% auto; font-size:0; text-indent:-99999px; }

.boxAllMenu { width:1200px; height:690px; display:none; padding:40px 70px; position:absolute; left:50%; top:228px; margin-left:-600px; background:url('../images/bgAllMenu.jpg') center center no-repeat #fff; border:1px solid #c7c7c7; box-shadow:8.12px 10.23px 10px rgba(0, 0, 0, 0.21); z-index:100; }
.boxAllMenu .depth01>li { display:flex; align-items:center; }
.boxAllMenu .depth01>li>a { width:124px; flex-shrink:0; position:relative; padding:24px 0; color:#000; font-size:21px; }
.boxAllMenu .depth01>li>a:after { content:''; width:2px; height:18px; position:absolute; right:-1px; top:50%; margin-top:-9px; background:#0e4194; }
.boxAllMenu .depth02 { padding-left:30px; overflow:hidden; }
.boxAllMenu .depth02 li { float:left; margin-right:35px; line-height:1.6; }
.boxAllMenu .depth02 a { font-size:17px; color:#000; }
.boxAllMenu .close { width:40px; height:40px; position:absolute; right:30px; top:28px; background:url('../images/btnClose.png') center center no-repeat; font-size:0; text-indent:-99999px; }

#container { position:relative; z-index:2; }

/* gnb */
.menu {  }
.menu .btn_openGnb{display: none;}
.menu .gnb { position:relative; padding-left:22px; display:flex; align-items:center; }
.menu .gnb:before { content:''; width:100vw; height:1px; position:absolute; left:50%; top:0; background:#c7c7c7; z-index:1; transform: translateX(-50%); }
.menu .gnb>li { position:relative; }
.menu .gnb>li>a{display:block; position:relative; height:78px; padding:0 36px; font-size:21px; color:#000; line-height:78px; text-align:center; z-index:10; }
.menu .gnb .depth02{display:none;position:absolute; top:78px; left:50%; padding:18px 25px; background:#0e4194; z-index:5; transform:translateX(-50%); }
.menu .gnb .depth02:after { content:''; width:17px; height:8px; position:absolute; left:50%; top:-8px; margin-left:-8px; background:url('../images/bgEdge.png') center top no-repeat; }
.menu .gnb .depth02>li>a { display:block; font-size:17px; color:#ffffff; line-height:38px; white-space:nowrap; text-align:left; }
.menu .gnb .depth03>li>a { display:block; font-size:17px; color:#fff; line-height:38px; white-space:nowrap; }
.menu .gnb .depth03>li>a:before { content:'- '; }
.menu .gnb .depth02>li>a:hover,
.menu .gnb .depth03>li>a:hover { color:#19c0f5; }

.btn_closeGnb{display:none;}

/* footer */
footer{ padding:45px 0; position:relative; border-top:1px solid #cfcfcf; z-index:1; }
footer .f_logo { width:216px; height:60px; margin-top:29px; float:left; background:url('../images/f_logo.png') center center no-repeat; font-size:0; text-indent:-99999px; }
footer .privacy { margin-left:312px; margin-bottom:15px; overflow:hidden;}
footer .privacy a { float:left; color:#2c2c2c; font-size:16px; }
footer .privacy a+a { margin-left:14px; }
footer address { margin-left:312px; font-size:14px; color:#6f6f6f; }
footer .social { position:absolute; right:50px; top:12px; display:flex; align-items:center; }
footer .social a { width:45px; height:45px; background-repeat:no-repeat; background-size:100% auto; background-position:center center; font-size:0; text-indent:-99999px; }
footer .social a.btnFacebook { background-image:url('../images/btnFacebook.png'); }
footer .social a.btnYoutube { background-image:url('../images/btnYoutube.png'); }
footer .social a.btnQR { width:99px; height:99px;  background-image:url('../images/btnQR.png'); }
footer .social a+a { margin-left:10px; }


/* main */
.mainVisual { height:660px; position:relative; background-size:auto 100%; background-position:center top; background-repeat:repeat-x; z-index:1; }
.mainVisual .pc { display:block; }
.mainVisual .mo { display:none; }
.mainVisual>.owl-carousel .item { height:660px; background-size:auto 100%; background-position:center top; background-repeat:no-repeat; }
.mainVisual .boxBanner { width:421px; height:421px;/* height:463px; */ position:absolute; left:50%; top:100px; margin-left:170px; overflow:hidden; box-shadow:6.13px 7.81px 10px 0px rgba(0, 0, 0, 0.23); background:#fff; border-radius:10px; z-index:10; }
.mainVisual .boxBanner .owl-theme .owl-dots { height:12px; position:absolute; right:30px; bottom:30px; }
.mainVisual .boxBanner .owl-theme .owl-dots .owl-dot span { width:12px; height:12px; margin:0 4px; background:#cee1ff; }
.mainVisual .boxBanner .owl-theme .owl-dots .owl-dot.active span,
.mainVisual .boxBanner .owl-theme .owl-dots .owl-dot:hover span { background:#0d4191; }
.mainVisual .mainQuick { display:flex; flex-direction: column; justify-content:center; position:absolute; left:50%; top:50px; margin-left:680px; z-index:20; }
.mainVisual .mainQuick .item { width:130px; height:130px; display:flex; align-items:center; justify-content:center; border-radius:10px;font-size:18px; color:#fff; box-shadow:2.27px 4.46px 5px 0px rgba(0, 0, 0, 0.26); text-align:center; }

.mainVisual .mainQuick .item:nth-child(1) {background:rgba(14,65,148,.9) url('../images/icon_quick_1.png') no-repeat 50% 30px;} 
.mainVisual .mainQuick .item:nth-child(2) {background:rgba(33,187,239,.9) url('../images/icon_quick_2.png') no-repeat 50% 30px;} 
.mainVisual .mainQuick .item:nth-child(3) {background:rgba(14,65,148,.9) url('../images/icon_quick_3.png') no-repeat 50% 30px;} 
.mainVisual .mainQuick .item:nth-child(4) {background:rgba(33,187,239,.9) url('../images/icon_mypage2_1.png') no-repeat 50% 30px;} 
.mainVisual .mainQuick .item+.item { margin-top:8px; }
.mainVisual .mainQuick .item a { height:130px; display:flex; align-items:center; justify-content:center; color:#fff;padding-top:40px; }

.mainSection { position:relative; z-index:5; }

.mainTop { margin:80px 0 100px; position:relative; z-index:-1; }
.mainTop .boxArea { width:770px; float:left; position:relative; }
.mainTop .boxArea h4 { display:block; margin-bottom:35px; font-size:40px; line-height:1; }
.mainTop .boxArea .itemNotice { overflow:hidden; }
.mainTop .boxArea .item { width:370px; height:220px; float:left; background:#f3f3f3;/*  border:1px solid #f3f3f3; border-radius:12px; */ box-sizing:border-box;    /*  border: 2px solid #404040; */
    border-radius: 8px 8px 25px 8px;   }
.mainTop .boxArea .item:hover { border:2px solid #2b77d5; background:#f2fbff;/*  -webkit-box-shadow: -3px 1px 10px 0px rgba(64, 64, 64, 0.25);    box-shadow: -3px 1px 10px 0px rgba(64, 64, 64, 0.25); */  }
.mainTop .boxArea .item a { height:220px; display:block; padding:25px 25px; }
.mainTop .boxArea .item+.item { margin-left:30px; }
.mainTop .boxArea .item:nth-child(3) { margin-top:20px; margin-left:0; }
.mainTop .boxArea .item:nth-child(4) { margin-top:20px; }
.mainTop .boxArea .item .title { margin-bottom:15px; position:relative; font-size:20px; color:#000; line-height:1.5; }

.mainTop .boxArea .item .title.is--new:after { content:''; width:19px; height:19px; display:inline-block; margin-left:8px; background:url('../images/ico_new.png') center center no-repeat; background-size:100% auto; vertical-align:middle; }
.mainTop .boxArea .item .date { font-size:16px; color:#ababab; word-break:keep-all;margin-top:40px;} 
.mainTop .boxArea .item .date:before{ display: block; content: ''; clear: both; position: relative; top: -10px; left: 0;    width: 77px;    height: 2px;    background-color: #ccc /*afe2ff*/;}

.mainTop .boxArea .item .date2 { font-size:16px; color:#ffe400; word-break:keep-all;background:url('../images/icon_cal2.png')  0 center no-repeat;padding-left:30px;}
.mainTop .boxArea .item .venue2 { font-size:16px; color:#ffe400; word-break:keep-all;background:url('../images/icon_venue2.png')  2px center no-repeat;padding-left:30px;}
.mainTop .boxArea .btnMore { width:32px; height:32px; position:absolute; right:0; top:4px; background:url('../images/ico_more.png') center center no-repeat; background-size:100% auto; font-size:0; text-indent:-99999px;  }

.mainTop .boxArea.area--sch { width:370px; float:right; }
.mainTop .boxArea.area--sch .item { margin-left:0; background:#404040; color:#fff; }
.mainTop .boxArea.area--sch .item+.item { margin-top:20px; }
.mainTop .boxArea.area--sch .item:hover { background:#0d3f8f; }
.mainTop .boxArea.area--sch .item .title { color:#fff; }

.areaContents { height:460px; background:url('../images/bgContents.jpg') center top no-repeat; background-size:cover; }
.listContents { height:460px; display:flex; }
.listContents li { flex:1; }
.listContents li a { height:460px; display:flex; align-items:center; justify-content:center; flex-direction:column; color:#fff; font-size:22px; }
.listContents li .icon { margin-bottom:35px; }

.areaQuick { height:494px; background:url('../images/bgQuick.jpg') center top no-repeat; background-size:auto 100%; }
.boxQuick { padding-top:100px; display:flex; }
.boxQuick .pc { display:block; }
.boxQuick .mo { display:none; }
.boxQuick .quick1 { width:587px; position:relative; margin-right:26px; }
.boxQuick .quick1 .bg { position:relative; z-index:1; }
.boxQuick .quick1 a { width:39.522%; position:absolute; left:48.381%; z-index:10; }
.boxQuick .quick1 a.link1 { top:47.959%; }
.boxQuick .quick1 a.link2 { top:68.027%; }
.boxQuick .quick2,
.boxQuick .quick3 { width:293px; }

.areaSleep { height:350px; background:url('../images/bgSleep.jpg') center top no-repeat; background-size:cover; }
.areaSleep .inner { height:350px; padding-top:75px; }
.areaSleep .titleArea p { font-size:18px; color:#000; }
.areaSleep .titleArea h5 { font-size:28px; color:#000; font-weight:700; }
.areaSleep .titleArea h5 span { color:#0e4194; }
.areaSleep .listSleep { position:absolute; right:0; top:50%; display:flex; align-items:center; transform:translateY(-50%); }
.areaSleep .listSleep li { width:188px; height:188px; }
.areaSleep .listSleep li+li { margin-left:20px; }
.areaSleep .listSleep li a { height:188px; padding-top:44px; display:block; border-radius:50%; background:#e2ebff; border:1px solid #c1d8fd; box-sizing:border-box; text-align:center; box-shadow:3px 4px 10px rgba(0, 0, 0, 0.06); }
.areaSleep .listSleep li:nth-child(2n) a { background:#d5f4ff; border-color:#a7dbeb; }
.areaSleep .listSleep li .icon { width:56px; margin:0 auto; }
.areaSleep .listSleep li .title { height:68px; display:flex; align-items:center; justify-content:center; font-size:18px; color:#000; }

.bnSponsor { padding:80px 0 100px; }
.bnSponsor:after { content:''; display:block; clear:both; visibility:visible; }
.bnSponsor .owl-carousel { width:auto; padding:0 38px; }
.bnSponsor .owl-carousel .item a { display:block; padding:0 12px; }
.bnSponsor .owl-dots{display:none;}
.bnSponsor .owl-nav{ margin:0; }
.bnSponsor .owl-nav.disabled { display:block; }
.bnSponsor .owl-nav .owl-prev{ position:absolute; top:50%; left:7px; width:13px; height:20px; margin:-10px 0 0; padding:0; background:url('../images/btn_banner_prev.png') no-repeat center center; background-size:100% auto; font-size:0; text-indent:-999999px;}
.bnSponsor .owl-nav .owl-next{position:absolute; top:50%; right:7px; width:14px; height:24px; margin:-10px 0 0; padding:0; background:url('../images/btn_banner_next.png') no-repeat center center; background-size:100% auto; font-size:0; text-indent:-999999px;}


/* sub page */
/* contents */
section { background:#fff; }
section .inner:after { content:''; clear:both; display:block; }
section .left { position:relative; border-bottom:1px solid #c7c7c7; }
section .right{ }

/* contents title */
.box_tit{height:350px; background-position:center center;}

.contents .left .home { width:70px; height:70px; float:left; background:#0e4194; line-height:70px; text-align:center; }
.contents .left .home img { vertical-align:middle; }
.contents .left h2 { min-width:190px; height:70px; position:relative; float:left; padding:0 45px 0 30px; border-left:1px solid #fff; color:#000; font-size:18px; font-weight:500; line-height:70px; }
.contents .left .select_lnb { min-width:290px; height:70px; float:left; position:relative; border-left:1px solid #c7c7c7; border-right:1px solid #c7c7c7; border-bottom:2px solid #0e4194; }
.contents .left .select_lnb.is--active { border-bottom:0; }
.contents .left .select_lnb>a { height:70px; display:block; padding:0 45px 0 35px; color:#000; font-size:18px; font-weight:500; line-height:70px; }
.contents .left h2:after,
.contents .left .select_lnb>a:after { content:''; width:14px; height:9px; position:absolute; right:30px; top:50%; margin-top:-4px; background:url('../images/iconLnbArrow.png') no-repeat; }


/* lnb */
.lnb{ position:absolute; left:-1px; top:70px; padding:18px 0; display:none; border:1px solid #c7c7c7; background:#fff; z-index:10; box-sizing:content-box; }
.lnb>li>a{position:relative;display:block;padding:9px 20px; font-size:18px; color:#000; letter-spacing:-0.05em; font-weight:500; white-space :nowrap; }
.lnb>li .depth02 { display:none; background:#f3f3f3;}
.lnb>li.is-selected a { display:block; color:#0e4194;}
.lnb>li.is-selected .depth02 { display:block; color:#0e4194;padding: 10px 0;}
.lnb>li .depth02 a { padding:9px 20px; display:block; color:#000; font-size:16px; font-weight:500; }
.lnb>li .depth02 a:before { content:'- '; }
.lnb>li>a:hover,
.lnb>li .depth02 a:hover { color:#0e4194; }
.lnb>li .depth02 li.is-selected a { color:#0e4194;}

/* contents */
.contentsTop { position:relative; }
.contentsTop h3 { margin-bottom:55px;/*  padding-left:50px; background:url('../images/iconTitle.png') left center no-repeat; */ font-size:40px; color:#000; font-weight:600; }

.location { position:absolute; right:0; bottom:28px; display:block; color:#737373; font-size:16px; letter-spacing:-.05em; }
.location img { display:inline-block; margin-bottom:4px; vertical-align:middle; }

.contents .right {padding-top:80px; margin-bottom:140px;}

.titleArea { position:relative; margin-bottom:20px; }
.titleArea h5 { padding-left:35px; background:url('../images/iconSubject.png') left center no-repeat; font-size:24px; color:#000; font-weight:600; }
h4.subtit { padding-left:35px; background:url('../images/iconSubject.png') left center no-repeat; font-size:24px; color:#000; font-weight:600; } /*#0e4194*/
h4.tit_bar_blue { font-size:24px; color:#000; font-weight:600; }


.topText { margin-bottom:55px; font-size:30px; font-family:'Noto Serif', serif; font-weight:400; color:#000; }
.topText span { color:#ac490d; font-family:'Noto Serif', serif; }
.topText p { font-size:20px; font-weight:300; }

.btn {  }
.btn.left { padding:0; margin:0 0 20px; float:none; text-align:left; }
.btn.center { text-align:center; }
.btn.right { padding:0; margin:0 0 20px; float:none; text-align:right; }
.btn a { display:inline-block; vertical-align:middle; }

.btnLink { width:342px; height:62px; border-radius:10px; background:#0e4194; text-align:center; line-height:62px; color:#fff; font-size:20px; }
.btnJoinForm { width:225px; height:40px; position:relative; right:0; top:0;  background:#3b3b3b; border-radius:5px; color:#fff; font-size:16px; text-align:center; }
.btnJoinForm:after { content:''; width:16px; height:15px; margin-left:8px; display:inline-block; background:url('../images/iconDownload.png') center center no-repeat; vertical-align:baseline; }
.btnGoForm { display:inline-block;width:225px; height:40px;line-height: 40px;/* position:absolute; right:0; top:0;  */margin-top:0; background:#3b3b3b; border-radius:5px; color:#fff; font-size:16px; text-align:center; }
.btnGoForm:after { content:''; width:16px; height:15px; margin-left:8px; display:inline-block; background:url('../images/ico_arr1.png') center center no-repeat; vertical-align:baseline; }

.boxTable { margin-bottom:60px; overflow-x:auto; }
.tableBasic.pc { display:block; }
.tableBasic.mo { display:none; }
.tableBasic { width:100%; border-top:2px solid #0e4194; }
.tableBasic thead th { padding:15px 20px; background:#f1f1f1; border-bottom:1px solid #c7c7c7; font-size:18px; font-weight:400; }
.tableBasic th { padding:15px 20px; background:#f5f5f5; border-bottom:1px solid #c7c7c7; font-size:18px; font-weight:400; }
.tableBasic tbody td { padding:15px 20px; border-bottom:1px solid #c7c7c7; font-size:18px; text-align:center; font-weight:400; }
.tableBasic tbody td.title { text-align:left; }

.listBasic { margin-bottom:45px; }
.listBasic li { position:relative; padding-left:10px; font-size:18px; line-height:34px; color:#000; font-weight:400; }
.listBasic>li:before { content:'-'; position:absolute; left:0; top:0; }
.listBasic li.str { color:#ff4d83; }
.listBasic li ol li { padding-left:0; }

.boxJoinInfo { height:134px; margin-bottom:35px; padding-left:160px; display:flex; align-items:center; background:url('../images/imgJoin.png') left center no-repeat; }
.boxJoinInfo .listBasic { margin-bottom:0; }


/* 이후추가 */

.pcOnly{display:inline-block;}
.moOnly{display:none;}
 
.w100p{width:100%; !important;}
.w80{width:80px !important;}
.w60{width:60px; !important;}
.w100{width:100px !important;}
.w120{width:120px; !important;}
.w160{width:160px; !important;}
.w220{width:220px; !important;}
.w300{width:300px !important;}

.mr1{margin-right:1px !important;}.mr2{margin-right:2px !important;}.mr3{margin-right:3px !important;}.mr4{margin-right:4px !important;}.mr5{margin-right:5px !important;}.mr6{margin-right:6px !important;}.mr7{margin-right:7px !important;}.mr8{margin-right:8px !important;}.mr9{margin-right:9px !important;}.mr10{margin-right:10px !important;}.mr11{margin-right:11px !important;}.mr12{margin-right:12px !important;}.mr13{margin-right:13px !important;}.mr14{margin-right:14px !important;}.mr15{margin-right:15px !important;}.mr16{margin-right:16px !important;}.mr17{margin-right:17px !important;}.mr18{margin-right:18px !important;}.mr19{margin-right:19px !important;}.mr20{margin-right:20px !important;}.mr21{margin-right:21px !important;}.mr22{margin-right:22px !important;}.mr23{margin-right:23px !important;}.mr24{margin-right:24px !important;}.mr25{margin-right:25px !important;}.mr26{margin-right:26px !important;}.mr27{margin-right:27px !important;}.mr28{margin-right:28px !important;}.mr29{margin-right:29px !important;}.mr30{margin-right:30px !important;}.mr31{margin-right:31px !important;}.mr32{margin-right:32px !important;}.mr33{margin-right:33px !important;}.mr34{margin-right:34px !important;}.mr35{margin-right:35px !important;}.mr36{margin-right:36px !important;}.mr37{margin-right:37px !important;}.mr38{margin-right:38px !important;}.mr39{margin-right:39px !important;}.mr40{margin-right:40px !important;}.mr41{margin-right:41px !important;}.mr42{margin-right:42px !important;}.mr43{margin-right:43px !important;}.mr44{margin-right:44px !important;}.mr45{margin-right:45px !important;}.mr46{margin-right:46px !important;}.mr47{margin-right:47px !important;}.mr48{margin-right:48px !important;}.mr49{margin-right:49px !important;}.mr50{margin-right:50px !important;}.mr51{margin-right:51px !important;}.mr52{margin-right:52px !important;}.mr53{margin-right:53px !important;}.mr54{margin-right:54px !important;}.mr55{margin-right:55px !important;}.mr56{margin-right:56px !important;}.mr57{margin-right:57px !important;}.mr58{margin-right:58px !important;}.mr59{margin-right:59px !important;}.mr60{margin-right:60px !important;}.mr61{margin-right:61px !important;}.mr62{margin-right:62px !important;}.mr63{margin-right:63px !important;}.mr64{margin-right:64px !important;}.mr65{margin-right:65px !important;}.mr66{margin-right:66px !important;}.mr67{margin-right:67px !important;}.mr68{margin-right:68px !important;}.mr69{margin-right:69px !important;}.mr70{margin-right:70px !important;}.mr71{margin-right:71px !important;}.mr72{margin-right:72px !important;}.mr73{margin-right:73px !important;}.mr74{margin-right:74px !important;}.mr75{margin-right:75px !important;}.mr76{margin-right:76px !important;}.mr77{margin-right:77px !important;}.mr78{margin-right:78px !important;}.mr79{margin-right:79px !important;}.mr80{margin-right:80px !important;}.mr81{margin-right:81px !important;}.mr82{margin-right:82px !important;}.mr83{margin-right:83px !important;}.mr84{margin-right:84px !important;}.mr85{margin-right:85px !important;}.mr86{margin-right:86px !important;}.mr87{margin-right:87px !important;}.mr88{margin-right:88px !important;}.mr89{margin-right:89px !important;}.mr90{margin-right:90px !important;}.mr91{margin-right:91px !important;}.mr92{margin-right:92px !important;}.mr93{margin-right:93px !important;}.mr94{margin-right:94px !important;}.mr95{margin-right:95px !important;}.mr96{margin-right:96px !important;}.mr97{margin-right:97px !important;}.mr98{margin-right:98px !important;}.mr99{margin-right:99px !important;}.mr100{margin-right:100px !important;}
.ml1{margin-left:1px !important;}.ml2{margin-left:2px !important;}.ml3{margin-left:3px !important;}.ml4{margin-left:4px !important;}.ml5{margin-left:5px !important;}.ml6{margin-left:6px !important;}.ml7{margin-left:7px !important;}.ml8{margin-left:8px !important;}.ml9{margin-left:9px !important;}.ml10{margin-left:10px !important;}.ml11{margin-left:11px !important;}.ml12{margin-left:12px !important;}.ml13{margin-left:13px !important;}.ml14{margin-left:14px !important;}.ml15{margin-left:15px !important;}.ml16{margin-left:16px !important;}.ml17{margin-left:17px !important;}.ml18{margin-left:18px !important;}.ml19{margin-left:19px !important;}.ml20{margin-left:20px !important;}.ml21{margin-left:21px !important;}.ml22{margin-left:22px !important;}.ml23{margin-left:23px !important;}.ml24{margin-left:24px !important;}.ml25{margin-left:25px !important;}.ml26{margin-left:26px !important;}.ml27{margin-left:27px !important;}.ml28{margin-left:28px !important;}.ml29{margin-left:29px !important;}.ml30{margin-left:30px !important;}.ml31{margin-left:31px !important;}.ml32{margin-left:32px !important;}.ml33{margin-left:33px !important;}.ml34{margin-left:34px !important;}.ml35{margin-left:35px !important;}.ml36{margin-left:36px !important;}.ml37{margin-left:37px !important;}.ml38{margin-left:38px !important;}.ml39{margin-left:39px !important;}.ml40{margin-left:40px !important;}.ml41{margin-left:41px !important;}.ml42{margin-left:42px !important;}.ml43{margin-left:43px !important;}.ml44{margin-left:44px !important;}.ml45{margin-left:45px !important;}.ml46{margin-left:46px !important;}.ml47{margin-left:47px !important;}.ml48{margin-left:48px !important;}.ml49{margin-left:49px !important;}.ml50{margin-left:50px !important;}.ml51{margin-left:51px !important;}.ml52{margin-left:52px !important;}.ml53{margin-left:53px !important;}.ml54{margin-left:54px !important;}.ml55{margin-left:55px !important;}.ml56{margin-left:56px !important;}.ml57{margin-left:57px !important;}.ml58{margin-left:58px !important;}.ml59{margin-left:59px !important;}.ml60{margin-left:60px !important;}.ml61{margin-left:61px !important;}.ml62{margin-left:62px !important;}.ml63{margin-left:63px !important;}.ml64{margin-left:64px !important;}.ml65{margin-left:65px !important;}.ml66{margin-left:66px !important;}.ml67{margin-left:67px !important;}.ml68{margin-left:68px !important;}.ml69{margin-left:69px !important;}.ml70{margin-left:70px !important;}.ml71{margin-left:71px !important;}.ml72{margin-left:72px !important;}.ml73{margin-left:73px !important;}.ml74{margin-left:74px !important;}.ml75{margin-left:75px !important;}.ml76{margin-left:76px !important;}.ml77{margin-left:77px !important;}.ml78{margin-left:78px !important;}.ml79{margin-left:79px !important;}.ml80{margin-left:80px !important;}.ml81{margin-left:81px !important;}.ml82{margin-left:82px !important;}.ml83{margin-left:83px !important;}.ml84{margin-left:84px !important;}.ml85{margin-left:85px !important;}.ml86{margin-left:86px !important;}.ml87{margin-left:87px !important;}.ml88{margin-left:88px !important;}.ml89{margin-left:89px !important;}.ml90{margin-left:90px !important;}.ml91{margin-left:91px !important;}.ml92{margin-left:92px !important;}.ml93{margin-left:93px !important;}.ml94{margin-left:94px !important;}.ml95{margin-left:95px !important;}.ml96{margin-left:96px !important;}.ml97{margin-left:97px !important;}.ml98{margin-left:98px !important;}.ml99{margin-left:99px !important;}.ml100{margin-left:100px !important;}
.mt1{margin-top:1px !important;}.mt2{margin-top:2px !important;}.mt3{margin-top:3px !important;}.mt4{margin-top:4px !important;}.mt5{margin-top:5px !important;}.mt6{margin-top:6px !important;}.mt7{margin-top:7px !important;}.mt8{margin-top:8px !important;}.mt9{margin-top:9px !important;}.mt10{margin-top:10px !important;}.mt11{margin-top:11px !important;}.mt12{margin-top:12px !important;}.mt13{margin-top:13px !important;}.mt14{margin-top:14px !important;}.mt15{margin-top:15px !important;}.mt16{margin-top:16px !important;}.mt17{margin-top:17px !important;}.mt18{margin-top:18px !important;}.mt19{margin-top:19px !important;}.mt20{margin-top:20px !important;}.mt21{margin-top:21px !important;}.mt22{margin-top:22px !important;}.mt23{margin-top:23px !important;}.mt24{margin-top:24px !important;}.mt25{margin-top:25px !important;}.mt26{margin-top:26px !important;}.mt27{margin-top:27px !important;}.mt28{margin-top:28px !important;}.mt29{margin-top:29px !important;}.mt30{margin-top:30px !important;}.mt31{margin-top:31px !important;}.mt32{margin-top:32px !important;}.mt33{margin-top:33px !important;}.mt34{margin-top:34px !important;}.mt35{margin-top:35px !important;}.mt36{margin-top:36px !important;}.mt37{margin-top:37px !important;}.mt38{margin-top:38px !important;}.mt39{margin-top:39px !important;}.mt40{margin-top:40px !important;}.mt41{margin-top:41px !important;}.mt42{margin-top:42px !important;}.mt43{margin-top:43px !important;}.mt44{margin-top:44px !important;}.mt45{margin-top:45px !important;}.mt46{margin-top:46px !important;}.mt47{margin-top:47px !important;}.mt48{margin-top:48px !important;}.mt49{margin-top:49px !important;}.mt50{margin-top:50px !important;}.mt51{margin-top:51px !important;}.mt52{margin-top:52px !important;}.mt53{margin-top:53px !important;}.mt54{margin-top:54px !important;}.mt55{margin-top:55px !important;}.mt56{margin-top:56px !important;}.mt57{margin-top:57px !important;}.mt58{margin-top:58px !important;}.mt59{margin-top:59px !important;}.mt60{margin-top:60px !important;}.mt61{margin-top:61px !important;}.mt62{margin-top:62px !important;}.mt63{margin-top:63px !important;}.mt64{margin-top:64px !important;}.mt65{margin-top:65px !important;}.mt66{margin-top:66px !important;}.mt67{margin-top:67px !important;}.mt68{margin-top:68px !important;}.mt69{margin-top:69px !important;}.mt70{margin-top:70px !important;}.mt71{margin-top:71px !important;}.mt72{margin-top:72px !important;}.mt73{margin-top:73px !important;}.mt74{margin-top:74px !important;}.mt75{margin-top:75px !important;}.mt76{margin-top:76px !important;}.mt77{margin-top:77px !important;}.mt78{margin-top:78px !important;}.mt79{margin-top:79px !important;}.mt80{margin-top:80px !important;}.mt81{margin-top:81px !important;}.mt82{margin-top:82px !important;}.mt83{margin-top:83px !important;}.mt84{margin-top:84px !important;}.mt85{margin-top:85px !important;}.mt86{margin-top:86px !important;}.mt87{margin-top:87px !important;}.mt88{margin-top:88px !important;}.mt89{margin-top:89px !important;}.mt90{margin-top:90px !important;}.mt91{margin-top:91px !important;}.mt92{margin-top:92px !important;}.mt93{margin-top:93px !important;}.mt94{margin-top:94px !important;}.mt95{margin-top:95px !important;}.mt96{margin-top:96px !important;}.mt97{margin-top:97px !important;}.mt98{margin-top:98px !important;}.mt99{margin-top:99px !important;}.mt100{margin-top:100px !important;}
.mb1{margin-bottom:1px !important;}.mb2{margin-bottom:2px !important;}.mb3{margin-bottom:3px !important;}.mb4{margin-bottom:4px !important;}.mb5{margin-bottom:5px !important;}.mb6{margin-bottom:6px !important;}.mb7{margin-bottom:7px !important;}.mb8{margin-bottom:8px !important;}.mb9{margin-bottom:9px !important;}.mb10{margin-bottom:10px !important;}.mb11{margin-bottom:11px !important;}.mb12{margin-bottom:12px !important;}.mb13{margin-bottom:13px !important;}.mb14{margin-bottom:14px !important;}.mb15{margin-bottom:15px !important;}.mb16{margin-bottom:16px !important;}.mb17{margin-bottom:17px !important;}.mb18{margin-bottom:18px !important;}.mb19{margin-bottom:19px !important;}.mb20{margin-bottom:20px !important;}.mb21{margin-bottom:21px !important;}.mb22{margin-bottom:22px !important;}.mb23{margin-bottom:23px !important;}.mb24{margin-bottom:24px !important;}.mb25{margin-bottom:25px !important;}.mb26{margin-bottom:26px !important;}.mb27{margin-bottom:27px !important;}.mb28{margin-bottom:28px !important;}.mb29{margin-bottom:29px !important;}.mb30{margin-bottom:30px !important;}.mb31{margin-bottom:31px !important;}.mb32{margin-bottom:32px !important;}.mb33{margin-bottom:33px !important;}.mb34{margin-bottom:34px !important;}.mb35{margin-bottom:35px !important;}.mb36{margin-bottom:36px !important;}.mb37{margin-bottom:37px !important;}.mb38{margin-bottom:38px !important;}.mb39{margin-bottom:39px !important;}.mb40{margin-bottom:40px !important;}.mb41{margin-bottom:41px !important;}.mb42{margin-bottom:42px !important;}.mb43{margin-bottom:43px !important;}.mb44{margin-bottom:44px !important;}.mb45{margin-bottom:45px !important;}.mb46{margin-bottom:46px !important;}.mb47{margin-bottom:47px !important;}.mb48{margin-bottom:48px !important;}.mb49{margin-bottom:49px !important;}.mb50{margin-bottom:50px !important;}.mb51{margin-bottom:51px !important;}.mb52{margin-bottom:52px !important;}.mb53{margin-bottom:53px !important;}.mb54{margin-bottom:54px !important;}.mb55{margin-bottom:55px !important;}.mb56{margin-bottom:56px !important;}.mb57{margin-bottom:57px !important;}.mb58{margin-bottom:58px !important;}.mb59{margin-bottom:59px !important;}.mb60{margin-bottom:60px !important;}.mb61{margin-bottom:61px !important;}.mb62{margin-bottom:62px !important;}.mb63{margin-bottom:63px !important;}.mb64{margin-bottom:64px !important;}.mb65{margin-bottom:65px !important;}.mb66{margin-bottom:66px !important;}.mb67{margin-bottom:67px !important;}.mb68{margin-bottom:68px !important;}.mb69{margin-bottom:69px !important;}.mb70{margin-bottom:70px !important;}.mb71{margin-bottom:71px !important;}.mb72{margin-bottom:72px !important;}.mb73{margin-bottom:73px !important;}.mb74{margin-bottom:74px !important;}.mb75{margin-bottom:75px !important;}.mb76{margin-bottom:76px !important;}.mb77{margin-bottom:77px !important;}.mb78{margin-bottom:78px !important;}.mb79{margin-bottom:79px !important;}.mb80{margin-bottom:80px !important;}.mb81{margin-bottom:81px !important;}.mb82{margin-bottom:82px !important;}.mb83{margin-bottom:83px !important;}.mb84{margin-bottom:84px !important;}.mb85{margin-bottom:85px !important;}.mb86{margin-bottom:86px !important;}.mb87{margin-bottom:87px !important;}.mb88{margin-bottom:88px !important;}.mb89{margin-bottom:89px !important;}.mb90{margin-bottom:90px !important;}.mb91{margin-bottom:91px !important;}.mb92{margin-bottom:92px !important;}.mb93{margin-bottom:93px !important;}.mb94{margin-bottom:94px !important;}.mb95{margin-bottom:95px !important;}.mb96{margin-bottom:96px !important;}.mb97{margin-bottom:97px !important;}.mb98{margin-bottom:98px !important;}.mb99{margin-bottom:99px !important;}.mb100{margin-bottom:100px !important;}
.pr1{padding-right:1px !important;}.pr2{padding-right:2px !important;}.pr3{padding-right:3px !important;}.pr4{padding-right:4px !important;}.pr5{padding-right:5px !important;}.pr6{padding-right:6px !important;}.pr7{padding-right:7px !important;}.pr8{padding-right:8px !important;}.pr9{padding-right:9px !important;}.pr10{padding-right:10px !important;}.pr11{padding-right:11px !important;}.pr12{padding-right:12px !important;}.pr13{padding-right:13px !important;}.pr14{padding-right:14px !important;}.pr15{padding-right:15px !important;}.pr16{padding-right:16px !important;}.pr17{padding-right:17px !important;}.pr18{padding-right:18px !important;}.pr19{padding-right:19px !important;}.pr20{padding-right:20px !important;}.pr21{padding-right:21px !important;}.pr22{padding-right:22px !important;}.pr23{padding-right:23px !important;}.pr24{padding-right:24px !important;}.pr25{padding-right:25px !important;}.pr26{padding-right:26px !important;}.pr27{padding-right:27px !important;}.pr28{padding-right:28px !important;}.pr29{padding-right:29px !important;}.pr30{padding-right:30px !important;}.pr31{padding-right:31px !important;}.pr32{padding-right:32px !important;}.pr33{padding-right:33px !important;}.pr34{padding-right:34px !important;}.pr35{padding-right:35px !important;}.pr36{padding-right:36px !important;}.pr37{padding-right:37px !important;}.pr38{padding-right:38px !important;}.pr39{padding-right:39px !important;}.pr40{padding-right:40px !important;}.pr41{padding-right:41px !important;}.pr42{padding-right:42px !important;}.pr43{padding-right:43px !important;}.pr44{padding-right:44px !important;}.pr45{padding-right:45px !important;}.pr46{padding-right:46px !important;}.pr47{padding-right:47px !important;}.pr48{padding-right:48px !important;}.pr49{padding-right:49px !important;}.pr50{padding-right:50px !important;}.pr51{padding-right:51px !important;}.pr52{padding-right:52px !important;}.pr53{padding-right:53px !important;}.pr54{padding-right:54px !important;}.pr55{padding-right:55px !important;}.pr56{padding-right:56px !important;}.pr57{padding-right:57px !important;}.pr58{padding-right:58px !important;}.pr59{padding-right:59px !important;}.pr60{padding-right:60px !important;}.pr61{padding-right:61px !important;}.pr62{padding-right:62px !important;}.pr63{padding-right:63px !important;}.pr64{padding-right:64px !important;}.pr65{padding-right:65px !important;}.pr66{padding-right:66px !important;}.pr67{padding-right:67px !important;}.pr68{padding-right:68px !important;}.pr69{padding-right:69px !important;}.pr70{padding-right:70px !important;}.pr71{padding-right:71px !important;}.pr72{padding-right:72px !important;}.pr73{padding-right:73px !important;}.pr74{padding-right:74px !important;}.pr75{padding-right:75px !important;}.pr76{padding-right:76px !important;}.pr77{padding-right:77px !important;}.pr78{padding-right:78px !important;}.pr79{padding-right:79px !important;}.pr80{padding-right:80px !important;}.pr81{padding-right:81px !important;}.pr82{padding-right:82px !important;}.pr83{padding-right:83px !important;}.pr84{padding-right:84px !important;}.pr85{padding-right:85px !important;}.pr86{padding-right:86px !important;}.pr87{padding-right:87px !important;}.pr88{padding-right:88px !important;}.pr89{padding-right:89px !important;}.pr90{padding-right:90px !important;}.pr91{padding-right:91px !important;}.pr92{padding-right:92px !important;}.pr93{padding-right:93px !important;}.pr94{padding-right:94px !important;}.pr95{padding-right:95px !important;}.pr96{padding-right:96px !important;}.pr97{padding-right:97px !important;}.pr98{padding-right:98px !important;}.pr99{padding-right:99px !important;}.pr100{padding-right:100px !important;}
.pl1{padding-left:1px !important;}.pl2{padding-left:2px !important;}.pl3{padding-left:3px !important;}.pl4{padding-left:4px !important;}.pl5{padding-left:5px !important;}.pl6{padding-left:6px !important;}.pl7{padding-left:7px !important;}.pl8{padding-left:8px !important;}.pl9{padding-left:9px !important;}.pl10{padding-left:10px !important;}.pl11{padding-left:11px !important;}.pl12{padding-left:12px !important;}.pl13{padding-left:13px !important;}.pl14{padding-left:14px !important;}.pl15{padding-left:15px !important;}.pl16{padding-left:16px !important;}.pl17{padding-left:17px !important;}.pl18{padding-left:18px !important;}.pl19{padding-left:19px !important;}.pl20{padding-left:20px !important;}.pl21{padding-left:21px !important;}.pl22{padding-left:22px !important;}.pl23{padding-left:23px !important;}.pl24{padding-left:24px !important;}.pl25{padding-left:25px !important;}.pl26{padding-left:26px !important;}.pl27{padding-left:27px !important;}.pl28{padding-left:28px !important;}.pl29{padding-left:29px !important;}.pl30{padding-left:30px !important;}.pl31{padding-left:31px !important;}.pl32{padding-left:32px !important;}.pl33{padding-left:33px !important;}.pl34{padding-left:34px !important;}.pl35{padding-left:35px !important;}.pl36{padding-left:36px !important;}.pl37{padding-left:37px !important;}.pl38{padding-left:38px !important;}.pl39{padding-left:39px !important;}.pl40{padding-left:40px !important;}.pl41{padding-left:41px !important;}.pl42{padding-left:42px !important;}.pl43{padding-left:43px !important;}.pl44{padding-left:44px !important;}.pl45{padding-left:45px !important;}.pl46{padding-left:46px !important;}.pl47{padding-left:47px !important;}.pl48{padding-left:48px !important;}.pl49{padding-left:49px !important;}.pl50{padding-left:50px !important;}.pl51{padding-left:51px !important;}.pl52{padding-left:52px !important;}.pl53{padding-left:53px !important;}.pl54{padding-left:54px !important;}.pl55{padding-left:55px !important;}.pl56{padding-left:56px !important;}.pl57{padding-left:57px !important;}.pl58{padding-left:58px !important;}.pl59{padding-left:59px !important;}.pl60{padding-left:60px !important;}.pl61{padding-left:61px !important;}.pl62{padding-left:62px !important;}.pl63{padding-left:63px !important;}.pl64{padding-left:64px !important;}.pl65{padding-left:65px !important;}.pl66{padding-left:66px !important;}.pl67{padding-left:67px !important;}.pl68{padding-left:68px !important;}.pl69{padding-left:69px !important;}.pl70{padding-left:70px !important;}.pl71{padding-left:71px !important;}.pl72{padding-left:72px !important;}.pl73{padding-left:73px !important;}.pl74{padding-left:74px !important;}.pl75{padding-left:75px !important;}.pl76{padding-left:76px !important;}.pl77{padding-left:77px !important;}.pl78{padding-left:78px !important;}.pl79{padding-left:79px !important;}.pl80{padding-left:80px !important;}.pl81{padding-left:81px !important;}.pl82{padding-left:82px !important;}.pl83{padding-left:83px !important;}.pl84{padding-left:84px !important;}.pl85{padding-left:85px !important;}.pl86{padding-left:86px !important;}.pl87{padding-left:87px !important;}.pl88{padding-left:88px !important;}.pl89{padding-left:89px !important;}.pl90{padding-left:90px !important;}.pl91{padding-left:91px !important;}.pl92{padding-left:92px !important;}.pl93{padding-left:93px !important;}.pl94{padding-left:94px !important;}.pl95{padding-left:95px !important;}.pl96{padding-left:96px !important;}.pl97{padding-left:97px !important;}.pl98{padding-left:98px !important;}.pl99{padding-left:99px !important;}.pl100{padding-left:100px !important;}
.pt1{padding-top:1px !important;}.pt2{padding-top:2px !important;}.pt3{padding-top:3px !important;}.pt4{padding-top:4px !important;}.pt5{padding-top:5px !important;}.pt6{padding-top:6px !important;}.pt7{padding-top:7px !important;}.pt8{padding-top:8px !important;}.pt9{padding-top:9px !important;}.pt10{padding-top:10px !important;}.pt11{padding-top:11px !important;}.pt12{padding-top:12px !important;}.pt13{padding-top:13px !important;}.pt14{padding-top:14px !important;}.pt15{padding-top:15px !important;}.pt16{padding-top:16px !important;}.pt17{padding-top:17px !important;}.pt18{padding-top:18px !important;}.pt19{padding-top:19px !important;}.pt20{padding-top:20px !important;}.pt21{padding-top:21px !important;}.pt22{padding-top:22px !important;}.pt23{padding-top:23px !important;}.pt24{padding-top:24px !important;}.pt25{padding-top:25px !important;}.pt26{padding-top:26px !important;}.pt27{padding-top:27px !important;}.pt28{padding-top:28px !important;}.pt29{padding-top:29px !important;}.pt30{padding-top:30px !important;}.pt31{padding-top:31px !important;}.pt32{padding-top:32px !important;}.pt33{padding-top:33px !important;}.pt34{padding-top:34px !important;}.pt35{padding-top:35px !important;}.pt36{padding-top:36px !important;}.pt37{padding-top:37px !important;}.pt38{padding-top:38px !important;}.pt39{padding-top:39px !important;}.pt40{padding-top:40px !important;}.pt41{padding-top:41px !important;}.pt42{padding-top:42px !important;}.pt43{padding-top:43px !important;}.pt44{padding-top:44px !important;}.pt45{padding-top:45px !important;}.pt46{padding-top:46px !important;}.pt47{padding-top:47px !important;}.pt48{padding-top:48px !important;}.pt49{padding-top:49px !important;}.pt50{padding-top:50px !important;}.pt51{padding-top:51px !important;}.pt52{padding-top:52px !important;}.pt53{padding-top:53px !important;}.pt54{padding-top:54px !important;}.pt55{padding-top:55px !important;}.pt56{padding-top:56px !important;}.pt57{padding-top:57px !important;}.pt58{padding-top:58px !important;}.pt59{padding-top:59px !important;}.pt60{padding-top:60px !important;}.pt61{padding-top:61px !important;}.pt62{padding-top:62px !important;}.pt63{padding-top:63px !important;}.pt64{padding-top:64px !important;}.pt65{padding-top:65px !important;}.pt66{padding-top:66px !important;}.pt67{padding-top:67px !important;}.pt68{padding-top:68px !important;}.pt69{padding-top:69px !important;}.pt70{padding-top:70px !important;}.pt71{padding-top:71px !important;}.pt72{padding-top:72px !important;}.pt73{padding-top:73px !important;}.pt74{padding-top:74px !important;}.pt75{padding-top:75px !important;}.pt76{padding-top:76px !important;}.pt77{padding-top:77px !important;}.pt78{padding-top:78px !important;}.pt79{padding-top:79px !important;}.pt80{padding-top:80px !important;}.pt81{padding-top:81px !important;}.pt82{padding-top:82px !important;}.pt83{padding-top:83px !important;}.pt84{padding-top:84px !important;}.pt85{padding-top:85px !important;}.pt86{padding-top:86px !important;}.pt87{padding-top:87px !important;}.pt88{padding-top:88px !important;}.pt89{padding-top:89px !important;}.pt90{padding-top:90px !important;}.pt91{padding-top:91px !important;}.pt92{padding-top:92px !important;}.pt93{padding-top:93px !important;}.pt94{padding-top:94px !important;}.pt95{padding-top:95px !important;}.pt96{padding-top:96px !important;}.pt97{padding-top:97px !important;}.pt98{padding-top:98px !important;}.pt99{padding-top:99px !important;}.pt100{padding-top:100px !important;}
.pb1{padding-bottom:1px !important;}.pb2{padding-bottom:2px !important;}.pb3{padding-bottom:3px !important;}.pb4{padding-bottom:4px !important;}.pb5{padding-bottom:5px !important;}.pb6{padding-bottom:6px !important;}.pb7{padding-bottom:7px !important;}.pb8{padding-bottom:8px !important;}.pb9{padding-bottom:9px !important;}.pb10{padding-bottom:10px !important;}.pb11{padding-bottom:11px !important;}.pb12{padding-bottom:12px !important;}.pb13{padding-bottom:13px !important;}.pb14{padding-bottom:14px !important;}.pb15{padding-bottom:15px !important;}.pb16{padding-bottom:16px !important;}.pb17{padding-bottom:17px !important;}.pb18{padding-bottom:18px !important;}.pb19{padding-bottom:19px !important;}.pb20{padding-bottom:20px !important;}.pb21{padding-bottom:21px !important;}.pb22{padding-bottom:22px !important;}.pb23{padding-bottom:23px !important;}.pb24{padding-bottom:24px !important;}.pb25{padding-bottom:25px !important;}.pb26{padding-bottom:26px !important;}.pb27{padding-bottom:27px !important;}.pb28{padding-bottom:28px !important;}.pb29{padding-bottom:29px !important;}.pb30{padding-bottom:30px !important;}.pb31{padding-bottom:31px !important;}.pb32{padding-bottom:32px !important;}.pb33{padding-bottom:33px !important;}.pb34{padding-bottom:34px !important;}.pb35{padding-bottom:35px !important;}.pb36{padding-bottom:36px !important;}.pb37{padding-bottom:37px !important;}.pb38{padding-bottom:38px !important;}.pb39{padding-bottom:39px !important;}.pb40{padding-bottom:40px !important;}.pb41{padding-bottom:41px !important;}.pb42{padding-bottom:42px !important;}.pb43{padding-bottom:43px !important;}.pb44{padding-bottom:44px !important;}.pb45{padding-bottom:45px !important;}.pb46{padding-bottom:46px !important;}.pb47{padding-bottom:47px !important;}.pb48{padding-bottom:48px !important;}.pb49{padding-bottom:49px !important;}.pb50{padding-bottom:50px !important;}.pb51{padding-bottom:51px !important;}.pb52{padding-bottom:52px !important;}.pb53{padding-bottom:53px !important;}.pb54{padding-bottom:54px !important;}.pb55{padding-bottom:55px !important;}.pb56{padding-bottom:56px !important;}.pb57{padding-bottom:57px !important;}.pb58{padding-bottom:58px !important;}.pb59{padding-bottom:59px !important;}.pb60{padding-bottom:60px !important;}.pb61{padding-bottom:61px !important;}.pb62{padding-bottom:62px !important;}.pb63{padding-bottom:63px !important;}.pb64{padding-bottom:64px !important;}.pb65{padding-bottom:65px !important;}.pb66{padding-bottom:66px !important;}.pb67{padding-bottom:67px !important;}.pb68{padding-bottom:68px !important;}.pb69{padding-bottom:69px !important;}.pb70{padding-bottom:70px !important;}.pb71{padding-bottom:71px !important;}.pb72{padding-bottom:72px !important;}.pb73{padding-bottom:73px !important;}.pb74{padding-bottom:74px !important;}.pb75{padding-bottom:75px !important;}.pb76{padding-bottom:76px !important;}.pb77{padding-bottom:77px !important;}.pb78{padding-bottom:78px !important;}.pb79{padding-bottom:79px !important;}.pb80{padding-bottom:80px !important;}.pb81{padding-bottom:81px !important;}.pb82{padding-bottom:82px !important;}.pb83{padding-bottom:83px !important;}.pb84{padding-bottom:84px !important;}.pb85{padding-bottom:85px !important;}.pb86{padding-bottom:86px !important;}.pb87{padding-bottom:87px !important;}.pb88{padding-bottom:88px !important;}.pb89{padding-bottom:89px !important;}.pb90{padding-bottom:90px !important;}.pb91{padding-bottom:91px !important;}.pb92{padding-bottom:92px !important;}.pb93{padding-bottom:93px !important;}.pb94{padding-bottom:94px !important;}.pb95{padding-bottom:95px !important;}.pb96{padding-bottom:96px !important;}.pb97{padding-bottom:97px !important;}.pb98{padding-bottom:98px !important;}.pb99{padding-bottom:99px !important;}.pb100{padding-bottom:100px !important;}

.ta-c {    text-align: center !important;}
.ta-l {    text-align: left !important;}
.ta-r {    text-align: right !important;}


.tableBasic.pc { display:block; }
.tableBasic.mo { display:none; }
.tableBasic2 { width:100%; border-top:2px solid #0e4194; table-layout: fixed;}
.tableBasic2 thead th { padding:15px 20px; background:#f1f1f1; border-bottom:1px solid #c7c7c7; font-size:18px; font-weight:400; }
.tableBasic2 th       { padding:15px 20px; background:#f5f5f5; border-bottom:1px solid #c7c7c7; font-size:18px; font-weight:400;}
.tableBasic2 tbody td { padding:15px 20px; border-bottom:1px solid #c7c7c7; font-size:18px; text-align:center; font-weight:400;word-break:keep-all; }
.tableBasic2 tbody td.title { text-align:left; }


 

/* table - common */
.tbl {
    font-size: 17px;
}
.tbl th {
    border-bottom: 1px solid #d0d0d0;
    background: #f5f5f5;
    font-weight: 400;
}
.tbl td {
    border-bottom: 1px solid #d0d0d0;
}
.tbl a {
    color: #2f2f2f;
}
.tbl .nodata {
    text-align: center;
}

/* table - list */
.tbl_list {
    table-layout: fixed;
}

.tbl_list th {
    padding: 15px 0;
    border-top: 1px solid #0e4194;
    font-size: 17px;
}
.tbl_list td {
    padding: 18px 0;
    text-align: center;
    vertical-align: middle;
}

.tbl_list .tit {
    text-align: left;
}
.tbl_list .tit a {
    display: inline-block;
    max-width: 100%;
    color: #2f2f2f;
	font-weight:400;
}
.tbl_list .tit a.ellipsis {
    max-width: 93%;
}

.tbl_list .btn_admin a {
    display: inline-block;
    line-height: 1;
}
.tbl_list .btn_admin a + a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #989898;
}

.tbl_list .link {
    color: #007ed6;
    text-decoration: underline;
}

.ico_notice {
    display: inline-block;
    padding: 2px 5px 3px 5px;
    border-radius: 3px;
    background: #fa610e;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    font-weight: 400;
}

.board_count {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: -0.01em;
	float:left;
	position: relative;
    top: 10px;

}

/* table - view */
.tbl_view {
    table-layout: fixed;
}
.tbl_view th {
    padding: 15px 20px;
    border-top: 1px solid #bebebe;
    text-align: left;
    font-size: 16px;
    color: #333;
    min-width: 100%;
}
.tbl_view th strong {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: #2f2f2f;
}
.tbl_view td {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    overflow: auto;
}
.tbl_view td img {
    overflow: auto;
}
.tbl_view .box_editor {
    width: 100%;
    height: auto;
    padding: 20px;
}
.tbl_view .files {
    padding: 15px 20px;
}
.tbl_view .files a {
    color: #2f2f2f;
}
.tbl_view .files .file {
    color: #2f2f2f;
}
.tbl_view .files .file:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/sprites.png) no-repeat -140px -80px;
    vertical-align: middle;
}

/* table - write */
.tbl_write {
    table-layout: fixed;
    border-top: 1px solid #bebebe;
}
.tbl_write th {
    padding: 15px 3px;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
    background: #f5f5f5;
    font-weight: 400;
}
.tbl_write th.title {
    width: 100%;
    padding: 15px 5px;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.tbl_write td {
    padding: 5px 10px;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
}
.tbl_write td select,
.tbl_write td input[type="text"],
.tbl_write td input[type="password"] {
    height: 37px;
    font-size: 14px;
}
.tbl_write .addFile th,
.tbl_write .addFile td {
    border-top: 1px solid #bebebe;
}
.tbl_write .box_editor {
    padding: 20px 0;
}
.tbl_write .innerTable {
    padding: 0;
}
.tbl_write .innerTable table {
    border-top: 0;
}
.tbl_write .innerTable table th,
.tbl_write .innerTable table td {
    border-bottom: 0;
    border-top: 1px solid #d0d0d0;
}
.tbl_write .innerTable tr:first-child th,
.tbl_write .innerTable tr:first-child td {
    border-top: 0;
}
.tbl_write .innerTable .btn {
    height: 30px;
    line-height: 30px;
}
.tbl_write .innerTable input[type="radio"] + label {
    margin: 0 10px 0 5px;
}
.tbl_write .innerTable span {
    display: inline-block;
    vertical-align: middle;
}
.tbl_write td.tdtitle {
    background: #f4f4f4;
    border-top: 1px solid #bebebe;
    text-align: center;
    padding: 10px;
}

.addFile {
    overflow: hidden;
}
.addFile .files {
    float: left;
    width: 90%;
    padding: 30px 0;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #9d9d9d;
    text-align: center;
}
.addFile .btn_del_file {
    display: inline-block;
    float: left;
    width: 10%;
    padding: 30px 0;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    font-size: 14px;
    color: #2f2f2f;
    text-align: center;
}
.addFile .files + .btn_del_file {
    border-left: 0;
}

.chk_onoff {
    display: inline-block;
    position: relative;
}
.chk_onoff input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.chk_onoff label {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 26px;
    padding: 2px;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    z-index: 1;
}
.chk_onoff label:before {
    content: "ON";
    display: inline-block;
    width: 30px;
    margin-left: 0;
    line-height: 20px;
    font-size: 11px;
    color: #929292;
    letter-spacing: -0.05em;
    font-weight: bold;
    text-align: center;
}
.chk_onoff label:after {
    content: "OFF";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 31px;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #2b2b2b;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chk_onoff input:checked + label:after {
    content: "ON";
    left: 2px;
    background: #fa610e;
}
.chk_onoff input:checked + label:before {
    content: "OFF";
    margin-left: 37px;
}

/* table - standard */
.tbl_fix {
    table-layout: fixed;
    border-top: 1px solid #bebebe;
    font-size: 17px;
}
.tbl_fix th {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
    background: #f5f5f5;
	font-size:16px;
    font-weight:500;
}
.tbl_fix td {
    padding: 5px 10px;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
	font-size:16px;
}
.tbl_fix td select,
.tbl_fix td input[type="text"],
.tbl_fix td input[type="password"] {
    height: 40px;
    font-size: 14px;
}

.tbl_fix .addFile th,
.tbl_fix .addFile td {
    border-top: 1px solid #bebebe;
}
.tbl_fix .box_editor {
    padding: 20px 0;
}

/* paging */
.pagingWrap1 {
    margin-top: 30px;
    text-align: center;
}

.paging1 {
    display: inline-block;
    overflow: hidden;
}
.paging1 a {
    display: inline-block;
    float: left;
    width: 33px;
    height: 33px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #404040;
    text-align: center;
    line-height: 33px;
}
.paging1 .is-selected {
    border: 1px solid #0c4ca3;
    color: #0c4ca3;
}
.paging1 a img {
    margin-top: 13px;
}
.paging1 a + a,
.paging1 span a,
.paging1 span + a {
    border-left: 0;
}

/* table vod- list */
.tbl_vod_list {
    table-layout: fixed;
}
.tbl_vod_list th {
    padding: 15px 0;
    border-top: 1px solid #d0d0d0;
    font-size: 15px;
}
.tbl_vod_list td {
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}
.tbl_vod_list .tit {
    text-align: left;
    padding: 5px;
}
.tbl_vod_list .tit a {
    display: inline-block;
    max-width: 100%;
    color: #2f2f2f;
}
.tbl_vod_list .tit a.ellipsis {
    max-width: 90%;
}
.tbl_vod_list .btn_admin a {
    display: inline-block;
    line-height: 1;
}
.tbl_vod_list .btn_admin a + a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #989898;
}
.tbl_vod_list .link {
    color: #007ed6;
    text-decoration: underline;
}

.ico_notice {
    display: inline-block;
    padding: 2px 5px 3px 5px;
    border-radius: 3px;
    background: #fa610e;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    font-weight: 400;
}

/* button */
.btn1 {
    display: inline-block;
	padding: 5px 13px;
	height: 40px;
	line-height: 30px;
	vertical-align:middle;
	font-size: 15px;
    text-align: center;   
	
}
.btn2 {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
}

.btn90 {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
}

.btn_blue1 {
    background: #0e4194;
    color: #fff !important;
}
.btn_green1 {
    background: #e50015;
    color: #fff !important;
}
.btn_gray1 {
    background: #797979;
    color: #fff !important;
}
.btn_gray_sm1 {
    height: 30px;
    line-height: 30px;
    background: #797979;
    color: #fff !important;
}
.btn_black1 {
    background: #424242;
    color: #fff !important;
}
.btn_red2 {
    background: #921616;
    color: #fff;
}
.btn_red1 {
    border: 1px solid #fa610e;
    background: #fff2f6;
    color: #303030 !important;
}
.btnArea1 {
    margin-top: 30px;
    text-align: right;
}
.btnArea1 .btn + .btn {
    margin-left: 10px;
}
.btnArea1.center {
    text-align: center;
}
.btnArea1.center .btn {
    width: 150px;
}
.btnArea1.center .btn + .btn {
    margin-left: 20px;
}
.btnPaging1 {
    float: right;
    margin-top: 30px;
}
.black {
    background: #424242;
    color: #fff !important;
}

.btn1_modify {color:#0c4ca3;font-weight:600;font-size:15px;}
.btn1_del {color:#a30c0c;font-weight:600;font-size:15px;}

/* 검색 */
.box_search {
    float: right;
    margin-bottom: 15px;
    overflow: hidden;
}
.box_search:after {
    content: "";
    display: block;
    clear: both;
}
.box_search input {
    float: left;
    width: 200px;
    height: 40px;
}
.box_search a {
    float: left;
}
.box_search + .board_count {
    float: left;
    /* margin: 15px 0 0 0; */
}

.Box_topSearch {background: #f3f3f3;display: block; height: 60px;padding: 10px;margin-bottom: 10px;}

/* 댓글 */
.box_reply .id {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
    background: #f9f9f9;
    font-size: 14px;
    color: #9d9d9d;
}
.box_reply .box_write {
    position: relative;
    padding-right: 90px;
}
.box_reply .box_write textarea {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 120%;
}
.box_reply .box_write button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 60px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    background: #f9f9f9;
    text-align: center;
    font-size: 15px;
    line-height: 60px;
    color: #2f2f2f;
}
.box_reply .box_write a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 60px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    background: #f9f9f9;
    text-align: center;
    font-size: 15px;
    line-height: 60px;
    color: #2f2f2f;
}

.tbl_reply {
    margin-top: 20px;
}
.tbl_reply td {
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0;
}
.tbl_reply .userImage {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-position: -320px -130px;
}
.tbl_reply .reply {
    position: relative;
    padding-top: 30px;
    padding-right: 80px;
}
.tbl_reply .reply strong {
    font-size: 15px;
    color: #0c4ca3;
}
.tbl_reply .reply p {
    font-size: 14px;
}
.tbl_reply .btns {
    position: absolute;
    top: 50px;
    right: 0;
    width: 80px;
    text-align: center;
}
.tbl_reply .btns a {
    display: inline-block;
    width: 14px;
    height: 16px;
}
.tbl_reply .btns a + a {
    margin-left: 10px;
}
.tbl_reply .btn_modify {
    background-position: -180px -80px;
}
.tbl_reply .btn_del {
    background-position: -160px -80px;
}

/* 회원 검색 */
.memberSearch {
    margin-bottom: 20px;
    padding: 30px 100px;
    border: 4px solid #f3f3f3;
}
.memberSearch img .memberSearch span {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 150%;
}
.memberSearch p strong {
    font-size: 18px;
    color: #0e4194;
}
.memberSearch input {
    width: 180px;
    height: 40px;
    margin-right: 5px;
}
.memberSearch .btn {
    width: 100px;
}

/* 회원가입 */
.tab_joinstep {
    margin-bottom: 40px;
    overflow: hidden;
}
.tab_joinstep li {
    position: relative;
    float: left;
    width: 29%;
    padding: 15px 0;
    border: 0px solid #3d43c2;
    font-size: 15px;
    text-align: center;
    color: #707070;
    border-radius: 15px;
    background: #eee;
}
.tab_joinstep li + li {
    margin-left: 60px;
}
.tab_joinstep li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: -51px;
    width: 36px;
    height: 36px;
    background: url(../images/arrow_step.png) no-repeat top left;
}
.tab_joinstep li strong {
    display: block;
}
.tab_joinstep .is-selected {
    background: #0c4ca3;
    color: #fff;
}
.tab_joinstep li:nth-of-type(2) {
    border-color: #0e87dc;
}
.tab_joinstep li:nth-of-type(3) {
    border-color: #0e4194;
}
.tab_joinstep .is-selected:nth-of-type(2) {
    background-color: #0e87dc;
}
.tab_joinstep .is-selected:nth-of-type(3) {
    background-color: #0e4194;
}

/* 회원가입 약관동의 */
.box_terms {
    border: 1px solid #d0d0d0;
}
.box_terms pre {
    height: 180px;
    padding: 30px;
    border-bottom: 1px solid #d0d0d0;
    background: #f7f7f7;
    font-size: 15px;
    color: #454545;
    overflow-y: auto;
    white-space: pre-wrap;
    line-height: 170%;
}
.box_terms span {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}
.box_terms span label + input {
    margin-left: 50px;
}
.box_terms + .bulletBox {
    margin-top: 40px;
}

/* 가입완료 */
.complateJoin {
    text-align: center;
    font-size: 15px;
}
.complateJoin div {
    width: 400px;
    margin: 70px auto 40px auto;
    padding: 20px 120px;
    background: #ebf2fa;
    text-align: left;
    line-height: 200%;
}
.complateJoin div strong {
    color: #0c4ca3;
}
.complateJoin > strong {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #0c4ca3;
    font-weight: normal;
}
.complateJoin2 {
    text-align: center;
    font-size: 15px;
}
.complateJoin2 div {
    width: 600px;
    margin: 50px auto 40px auto;
    padding: 20px 50px;
    background: #ebf2fa;
    text-align: center;
    line-height: 200%;
}
.complateJoin2 div strong {
    color: #0c4ca3;
    vertical-align: middle;
}
.complateJoin2 > strong {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    color: #0c4ca3;
    font-weight: normal;
}

/* 행사일정 */
.event_selectUI {
    padding: 5px;
    height: 40px;
}

.tbl_event th {
    padding: 15px 0;
    border-top: 1px solid #d0d0d0;
    background: #f5f5f5;
    font-size: 15px;
}
.tbl_event th.pcOnly {
    padding: 15px 0;
    border-top: 1px solid #d0d0d0;
    background: #f5f5f5;
    font-size: 15px;
}
.tbl_event td {
    padding: 15px 0;
    font-size: 16px;
    vertical-align: middle;
}
.tbl_event td.pcOnly {
    padding: 15px 0;
    font-size: 16px;
    vertical-align: middle;
}
.tbl_event .month {
    background: #f8f8f8;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.tbl_event .nodata {
    text-align: center;
}
.tbl_event .tit {
    padding-left: 20px;
    padding-right: 10px;
}
.tbl_event .tit a {
    color: #2f2f2f;
}
.tbl_event .tbl_btn {
    padding: 5px 0;
    text-align: center;
	margin:2px;
}

.btn_inner1 {
    font-size: 12px;
    text-align: center;
}

.black1 {
    background: #424242;
    color: #fff !important;
}
.pink1 {
    background: #b69e79;
    color: #fff !important;
}

.bottom_search {
    margin-top: 20px;
    overflow: hidden;
}
.bottom_search .box_search {
    display: inline-block;
    float: left;
    margin: 0;
}
.bottom_search .box_search input {
    width: 300px;
}
.bottom_search .btnArea {
    display: inline-block;
    float: right;
    margin: 0;
}

.calendar_tab {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: right;
	padding: 20px 10px 10px 10px;
    background: #f3f3f3;
}
.calendar_tab .btnArea1 {
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
.calendar_tab .btnArea1 a {
    width: auto;
    /* padding: 0 25px; */
	vertical-align: middle;
}
.calendar_tab .btnArea1 .btn + .btn {
    margin-left: 5px;
}
.calendar_tab .btnArea1 .is-selected {
    background: #0e4194;
}
.calendar_tab select {
    width: 130px;
    height: 40px;
}

.ico_list:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
    background: url(../images/ico_list.png) no-repeat top left;
    vertical-align: middle;
}
.ico_calendar:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/ico_calendar.png) no-repeat top left;
    vertical-align: middle;
}

.calendar_tab3 {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: right;
}
.calendar_tab3 .btnArea {
    float: left;
    margin: 0;
}
.calendar_tab3 .btnArea a {
    width: auto;
    padding: 0 25px;
}
.calendar_tab3 .btnArea .btn + .btn {
    margin-left: 5px;
}
.calendar_tab3 .btnArea .is-selected {
    background: #0e4194;
}
.calendar_tab3 select {
    width: 130px;
    height: 40px;
}
.calendar_tab6 {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: right;
}
.calendar_tab6 .btnArea {
    float: left;
    margin: 0;
}
.calendar_tab6 .btnArea a {
    float: left;
    width: auto;
    padding: 0 25px;
}
.calendar_tab6 .btnArea .btn + .btn {
    margin-left: 5px;
}
.calendar_tab6 .btnArea .is-selected {
    background: #0e4194;
}
.calendar_tab6 select {
    width: 130px;
    height: 40px;
}

.eventInfo_box {
    height: 200px;
    padding: 40px 0 0 300px;
    border: 1px solid #999; /* border-bottom: 1px solid #3d43c2;  */
    background: url(../images/img_kb2.png) no-repeat top left;
}
.eventInfo_box dt {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}
.eventInfo_box dd {
    margin-top: 5px;
    font-size: 17px;
    color: #303030;
}
.eventInfo_box dd span {
    color: #0e4194;
}

.eventInfo_box dd span.workshop_info1 {display:inline-block;background:#0e4194;color:#fff;font-size:15px;border-radius:5px;padding:2px 12px;}

.event_txt_box1 {
    display: block;
    border: 10px solid #ebf2fa;
    padding: 15px 10px 15px 120px;
    background: url(../images/ico_regist_ok.png) no-repeat 30px 20px;
}

.btnJoinGo_gray {background:#333;color:#fff;padding:10px 30px;border-radius:5px;display:inline-block;min-width:160px; }
.btnJoinGo {background:#ff3600;color:#fff;padding:10px 30px;border-radius:5px;display:inline-block;min-width:160px; }

/* full calendar */
.fc th {
    padding: 14px 0 !important;
    font-size: 14px;
    font-weight: normal;
}
.fc td {
    font-size: 14px;
}

.fc-header-toolbar {
    position: relative;
}

.fc-toolbar .fc-left {
    float: none !important;
}

.fc-header-toolbar h2 {
    width: 100% !important;
    text-align: center !important;
    font-size: 34px !important;
    font-weight: 400;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 2px 10px !important;
}

.fc-today-button {
    position: absolute !important;
    top: 1px !important;
    left: 0 !important;
    float: none !important;
    width: 65px !important;
    height: auto !important;
    padding: 7px 0 !important;
    border: 2px solid #b6b6b6 !important;
    border-radius: 30px !important;
    background: #fff !important;
    font-size: 14px !important;
    letter-spacing: -0.05em !important;
    line-height: 1 !important;
}
.fc-prev-button {
    float: none !important;
    width: 32px !important;
    height: 32px !important;
    background: url(../images/btn_cal_prev.png) no-repeat top left !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.fc-prev-button span:after {
    display: none !important;
}
.fc-next-button {
    float: none !important;
    width: 32px !important;
    height: 32px !important;
    margin-left: 200px !important;
    background: url(../images/btn_cal_next.png) no-repeat top left !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.fc-next-button span:after {
    display: none !important;
}

.fc-button-group {
    position: absolute !important;
    top: 1px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
}

/* datepicker */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 30% !important;
    margin-left: 10px !important;
    font-size: 14px !important;
}
.ui-datepicker-trigger {
    margin-left: 5px !important;
}

.tab {
    margin-bottom: 40px;
    overflow: hidden;
}
.tab {
    margin-top: 30px;
    position: relative;
}
.tab:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0e4194;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    clear: both;
    z-index: 10;
}
.tab a {
    display: block;
    position: relative;
    width: 145px;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #e9f1fd;
    font-size: 17px;
    color: #000;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
}
.tab a:after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    height: 1px;
    bottom: 0;
    background: #0e4194;
}
.tab li {
    float: left;
    position: relative;
    z-index: 10;
}
.tab li + li {
    margin-left: 5px;
}
.tab .is-selected a {
    border: 2px solid #0e4194;
    border-bottom: 0;
    background: #0e4194;
    color: #fff;
}
.tab .is-selected a:after {
    display: none;
}

/* 학술행사 연혁 */
.tbl_history {
    border-top: 1px solid #d0d0d0;
}
.tbl_history td {
    padding: 30px 0;
    vertical-align: middle;
}
.tbl_history td dt {
    margin-bottom: 20px;
}
.tbl_history td dt a {
    color: #0e4194;
    font-weight: 700;
    font-size: 17px;
}
.tbl_history td dd {
    line-height: 180%;
}
.tbl_history .tbl_btn {
    text-align: right;
}
.tbl_history .tbl_btn a {
    width: 80px;
    margin: 5px 0;
}

/* 비밀번호 변경 */
.changePassword {
    padding: 30px 165px;
}
.changePassword p {
    height: 68px;
    margin-left: 30px;
    padding-top: 10px;
    padding-left: 70px;
    background: url(../images/ico_change_password.gif) no-repeat center left;
    color: #0e4194;
    font-size: 16px;
}
.changePassword input {
    width: 100%;
    font-size: 14px;
}
.changePassword input + input {
    margin-top: 10px;
}
.txt_changePassword {
    padding-left: 10px;
    text-indent: -10px;
    font-size: 14px;
    color: #303030;
    line-height: 150%;
}
.txt_changePassword li {
    margin-top: 20px;
}

/* 회원탈퇴 */
.withdrawal {
    padding: 30px 80px;
}
.withdrawal p {
    padding-top: 0;
    padding-left: 80px;
    background: url(../images/ico_withdrawal.gif) no-repeat center left;
    color: #0e4194;
    font-size: 16px;
}
.withdrawal .tbl_fix {
    margin-top: 10px;
}
.withdrawal .tbl_fix td {
    padding: 15px 0;
    text-align: center;
}

/* 공지팝업 */
.noticePopup .tit {
    padding: 20px 0;
    background: #0e4194;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.noticePopup .tit2 {
    padding: 20px 0;
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.noticePopup .bottom {
    padding: 5px 10px 10px 10px;
    background: #ececec;
    color: #4e4e4e;
    text-align: right;
    font-size: 14px;
    line-height: 1;
}
.noticePopup .bottom a {
    vertical-align: middle;
    line-height: 1;
    color: #4e4e4e;
}
.noticePopup .bottom label,
.noticePopup .bottom input {
    vertical-align: middle;
    line-height: 1;
}

.noticePopup .popCont {
    height: 100%;
    padding: 20px;
    font-size: 15px;
}
.noticePopup .popCont .txtBox {
    max-height: 50%;
    margin-bottom: 20px;
    overflow-y: auto;
    line-height: 180%;
}
.noticePopup .popCont .download a {
    text-align: center;
    color: #4e4e4e;
}
.noticePopup .popCont .download img {
    margin-left: 5px;
    vertical-align: middle;
}
.noticePopup .popCont .link {
    margin-top: 5px;
}
.noticePopup .popCont .link a {
    text-decoration: underline;
    color: #1081e1;
}
.noticePopup .popCont .btn_detail {
    display: block;
    width: 150px;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    border: 1px solid #363636;
    font-size: 16px;
    color: #323232;
    text-align: center;
}

/* login */
.login {
    padding: 60px 0;
    border: 10px solid #f3f3f3;
    text-align: center;
}
.login p {
    width: 650px;
    margin: 0 auto;
    color: #0e4194;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    padding-left: 50px;
}

.login p strong {
    display: inline-block;
    font-size: 50px;
    vertical-align: middle;
}
.login p strong img {
    margin-right: 15px;
    vertical-align: baseline;
}
.login p span {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}
.login + p {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}
.login .inputBox {
    position: relative;
    top: 0;
    left: 0;
    width: 535px;
    margin: 30px auto;
    text-align: left;
}
.login .inputBox span {
    display: block;
}
.login .inputBox span + span {
    margin-top: 10px;
}
.login .inputBox label {
    display: inline-block;
    width: 75px;
    vertical-align: middle;
    font-size: 16px;
}
.login .inputBox input {
    width: 300px;
    height: 40px;
    border: 1px solid #d0d0d0;
}
.login .inputBox button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: #0e4194;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 90px;
}

.btn_border1 {
    width: 160px;
    border: 1px solid #303030;
    color: #303030;
}

/* 아이디 비밀번호 찾기 */
.find_info {
    padding: 30px 0 30px 140px;
    border: 10px solid #f3f3f3;
    background: url(../images/ico_find_pw.gif) no-repeat 50px center;
}
.find_info span {
    display: block;
}
.find_info span + span {
    margin-top: 10px;
}
.find_info label {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
.find_info input {
    width: 300px;
    height: 40px;
    border: 1px solid #d0d0d0;
}
.find_info strong {
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
}

.login2 {
    padding: 30px 0;
    border: 10px solid #ebf2fa;
    text-align: center;
}
.login2 p {
    width: 590px;
    margin: 0 auto;
    color: #0c4ca3;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
.login2 p strong {
    display: inline-block;
    font-size: 50px;
    vertical-align: middle;
}
.login2 p strong img {
    margin-right: 15px;
    vertical-align: baseline;
}
.login2 p span {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.login2 + p {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}
.login2 .inputBox {
    position: relative;
    top: 0;
    left: 0;
    width: 535px;
    margin: 30px auto;
    text-align: left;
}
.login2 .inputBox span {
    display: block;
}
.login2 .inputBox span + span {
    margin-top: 10px;
}
.login2 .inputBox label {
    display: inline-block;
    width: 75px;
    vertical-align: middle;
    font-size: 16px;
}
.login2 .inputBox input {
    width: 250px;
    height: 40px;
    border: 1px solid #d0d0d0;
}
.login2 .inputBox a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: #0c4ca3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 90px;
}

 
/* 갤러리 */
.list_gallery {
	overflow: hidden;
	text-align: center;
}

.list_gallery a {
	display: block;
	float: left;
	width: 280px;
	margin: 15px 9px;
	border: 1px solid #d0d0d0;
	text-align: center;
	border-radius: 5px;
	box-shadow: -3px 1px 10px 0px rgba(86, 86, 86, 0.25);
    padding: 10px;
	background: #fff;
}

.list_gallery a .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.list_gallery a .img img {
	width: 100%;
	/* border-radius: 10px 10px 0 0; */
	min-height: 210px;
	max-height: 210px;
}

.list_gallery a .txt {
	display: block;
	padding: 15px 10px;
	font-size: 15px;
	color: #000;
	background: #fff;
	margin: 0;
}

/* .list_gallery a:nth-of-type(4n+1) {
	margin-left: 0;
}

.list_gallery a:nth-of-type(4n) {
	margin-right: 0;
} */

/* 사이트맵 */
.siteMap {
    overflow: hidden;
    padding: 18px 0;
}
.siteMap > dl {
    float: left;
    width: 190px;
    margin-left: 14px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.siteMap > dl > dt {
    background: #efefef;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #936518;
    border: 2px solid #d59b32;
}
.siteMap > dl > dd {
    padding: 5px 5px 10px 20px;
}
.siteMap > dl li {
    padding: 10px 0;
}
.siteMap > dl a {
    color: #666;
}

.m_scrollBox {
    width: 100%;
    overflow: auto;
}

/* 임원 */
.tbl_executive {
    border-top: 1px solid #000;
    font-size: 15px;
}
.tbl_executive th {
    padding: 15px 10px;
    border-bottom: 1px solid #d0d0d0;
    vertical-align: middle;
}
.tbl_executive td {
    padding: 15px 10px;
    border-bottom: 1px solid #d0d0d0;
    letter-spacing: normal;
}
.tbl_executive td a {
    color: #2f2f2f;
}
.tbl_executive thead th {
    background: #f1f1f1;
    font-weight: 400;
}
.tbl_executive th {
    background: #f5f5f5;
    font-weight: 400;
}
.tbl_executive tbody th {
    background: #f8f8f8;
}

.popup-gallery a img {
    margin-bottom: 3px;
}

.tbl_agree {
    border-top: 1px solid #bebebe;
}
.tbl_agree th {
    padding: 15px 0 15px 20px;
    text-align: left;
    vertical-align: middle;
}
.tbl_agree td {
    padding: 10px;
    line-height: 150%;
}

/* 연혁 */
.list_history {
    position: relative;
}
.list_history .yearWrap {
    position: relative;
    margin-left: 60px;
    padding-left: 80px;
    border-left: 2px solid #3d43c2;
}
.list_history .yearWrap + .yearWrap {
    padding-top: 20px;
}
.list_history .yearWrap .year {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100px;
    border: 4px solid #3d43c2;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 22px;
    color: #3d43c2;
    font-weight: bold;
}
.list_history .yearWrap .list + .list {
    border-top: 1px dotted #b6b6b6;
}
.list_history .yearWrap .list {
    padding: 15px 0;
    line-height: 24px;
}
.list_history .yearWrap .list strong {
    display: block;
}
.list_history .yearWrap .list .date {
    color: #0e4194;
}
.list_history .yearWrap .list p.first {
    padding-left: 100px;
    margin-top: -24px;
}
.list_history .yearWrap .list p {
    padding-left: 100px;
}

.general_list li {
    padding-left: 0px;
    line-height: 35px;
}
.general_list li span.tit {
    background: #0e4194;
    padding: 3px 18px;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 10px;
}

.admin_btn1 {
    position: relative;
    left: 90%;
    margin-top: -70px;
    width: 50px;
    text-align: center;
    padding-right: 10px;
}

/* 개인정보취급방침 */
.terms_box {
    padding: 15px;
    border: 4px solid #ebf2fa;
    font-size: 0.93em; /*14px*/
    line-height: 180%;
    margin-bottom: 10px;
}

.tbl_CaseSearch {
    table-layout: fixed;
    border: 1px solid #d0d0d0;
    margin-top: 10px;
}
.tbl_CaseSearch th {
    padding: 10px 0 10px 10px;
    vertical-align: middle;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    font-weight: 400;
    font-size: 15px;
}
.tbl_CaseSearch td {
    padding: 5px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #d0d0d0;
}
.tbl_CaseSearch td select,
.tbl_CaseSearch td input[type="text"],
.tbl_CaseSearch td input[type="password"] {
    height: 37px;
    font-size: 14px;
}
.tbl_CaseSearch .btn_black {
    width: auto;
    height: 37px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 37px;
}
.tbl_CaseSearch .btn_red2 {
    width: auto;
    height: 37px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 37px;
    background: #921616;
}

/*학술행사 사전등록 로그인 */
.regist_login_box {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.regist_login_box .regist_login_box1 {
    width: 290px;
    height: 145px;
    padding: 57px 60px;
    background: #821a1a url(../images/ico_arr1.png) no-repeat 90% 50%;
    margin-right: 25px;
    float: left;
}
.regist_login_box .regist_login_box1 a {
    color: #fff;
    font-size: 20px;
}
.regist_login_box .regist_login_box2 {
    width: 290px;
    height: 145px;
    padding: 57px 60px;
    background: #d59b32 url(../images/ico_arr1.png) no-repeat 90% 50%;
    float: left;
}
.regist_login_box .regist_login_box2 a {
    color: #fff;
    font-size: 20px;
}
.regist_login_box .regist_login_box3 {
    width: 270px;
    background: #26b9cd url(../images/icon_mem.png) no-repeat 16% 50%;
    margin-right: 25px;
    display: inline-block;
    height: 150px;
    text-align: center;
    line-height: 150px;
	border-radius:5px;
	
}
.regist_login_box .regist_login_box3 a {
    color: #fff;
    font-size: 20px;
	line-height: 1.5em;
	display:inline-block;
	vertical-align:middle;
	padding-left:40px;
}
.regist_login_box .regist_login_box4 {
    width: 270px;
    background: #264791 url(../images/icon_nonmem.png) no-repeat 16% 50%;
	display: inline-block;
    height: 150px;
    text-align: center;
    line-height: 150px;
	border-radius:5px;
}
.regist_login_box .regist_login_box4 a {
    color: #fff;
    font-size: 20px;
	line-height: 1.5em;
	display:inline-block;
	vertical-align:middle;
	padding-left:50px;
}
.regist_login_box_Big {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 150px;
    text-align: center;
    margin-top: 50px;
}

#pop_receipt {
    left: 0%;
    width: 580px;
    border: 2px solid #3c3c3c;
}
#pop_receipt .popup_inner {
    padding: 35px;
}
#pop_receipt .receipt {
    padding: 40px;
    border: 1px solid #3c3c3c;
    text-align: center;
    font-size: 1em; /*16px*/
}
#pop_receipt .receipt h3 {
    font-size: 1.625em; /*26px*/
    font-weight: 700;
}
#pop_receipt .receipt .fee {
    margin: 30px 0 20px 0;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 1.125em; /*18px*/
    font-weight: 700;
}
#pop_receipt .receipt .info01 {
    margin-top: 45px;
    text-align: left;
}
#pop_receipt .receipt .info01 span {
    font-size: 1em; /*16px*/
    text-decoration: underline;
}
#pop_receipt .receipt .info01 span + span {
    float: right;
}
#pop_receipt .receipt .info02 {
    text-decoration: underline;
}
#pop_receipt .receipt .info03 {
    margin-top: 40px;
}
#pop_receipt .receipt .info04 {
    margin-top: 15px;
}
#pop_receipt .receipt .info05 {
    margin-top: 40px;
    font-size: 1.25em; /*20px*/
    font-weight: 700;
}

 

.al_l {
    text-align: left !important;
}
.al_r {
    text-align: right !important;
}
.al_j {
    text-align: justify !important;
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}
.fl_none {
    float: none;
}

span.red {
    color: #e50015;
}
span.blue {
    color: #264791;
}
.blue2 {
    color: #3f65bc;
}

/* 뉴스레터 */
@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}
/* .new {animation: blink-effect 2s step-end infinite;background: red;    padding: 1px 5px;    font-size: 12px;    color: #fff;    border-radius: 5px;} */
/* .new {position:relative; background: url(../images/icon_new.png) no-repeat 100% 10px;} */
.item_newsletter {
    display: inline-block;
}
.list_newsletter {
    overflow: hidden;
}

.list_newsletter a {
    display: block;
    float: left;
    width: 220px;
    margin: 10px 25px 10px 0px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1); /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 10px;
}

.list_newsletter a .img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.list_newsletter a .img img {
    /*    width: 100%;     padding: 7px; */
}
.list_newsletter .txt_wz {
    display: block;
    font-family: calibri;
    padding: 20px 10px 17px;
    font-size: 30px;
    color: #000;
    letter-spacing: -0.07em;
}
.list_newsletter .txt_newsletter {
    display: block;
    font-family: calibri;
    padding: 0px 10px;
    font-size: 18px;
    color: #7a7a7a;
}
.list_newsletter .txt_vol {
    display: block;
    font-family: calibri;
    padding: 0px 10px;
    font-size: 15px;
    color: #000;
    background: #eee;
    margin: 8px;
}
.list_newsletter a:nth-of-type(3n + 1) {
    margin-left: 0;
}

.thum_webzine {
    display: inline-block;
}

.newsletter_year {
    position: absolute;
    right: 20px;
}

/* 이수증 출력 */
ul.tabMenu,
ul.tabStyle,
ul.sort {
    overflow: hidden;
    margin-bottom: 40px;
    border-top: 0px solid #ccc;
    border-right: 0px solid #ccc;
    box-sizing: border-box;
}

ul.tabMenu li,
ul.tabStyle li,
ul.sort li {
    float: left;
    border-bottom: 0px solid #ccc;
    border-left: 3px solid #fff;
    background-color: #0e4194;
    box-sizing: border-box;
}

ul.tabStyle li a,
ul.sort li a {
    display: block;
    line-height: 50px;
    color: #666;
    text-align: center;
}

ul.tabMenu li a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

ul.conMenu {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

ul.conMenu li {
    float: left;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

ul.conMenu li a {
    padding: 12px 0 13px;
    display: block;
}

ul.conMenu li a:hover,
ul.conMenu li.on a {
    background-color: #264791;
    color: #fff;
}

ul.tabStyle li.on a,
ul.sort li.on a {
    background-color: #264791;
    color: #fff;
}

ul.tabMenu li.on a {
    background: #000 url(../images/iconLnbArrow.png) 95% center no-repeat;
    color: #fff;
}

div.tabArea div.tabCon,
.toggleCon {
    display: none;
}

div.tabArea2 div.tabCon2 {
    display: none;
}
.menu02 li {
    width: 50%;
}

.menu03 li {
    width: 33%;
}

.menu03 li:first-child {
    width: 34%;
}

.menu04 li {
    width: 25%;
}

.menu05 li {
    width: 20%;
}

/** 교육참석 확인증 팝업 **/
div.popupWrap.edu {
    width: 100% /* 1070px */;
    border: 10px solid #d1d1d1;
    padding: 60px 30px;
}
div.popupWrap.edu > h1 {
    background-color: transparent;
    color: #221e1f;
    font-size: 35px;
    font-family: "NotoSansR", sans-serif;
    padding: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
}
div.popupWrap.edu > p {
    margin-top: 40px;
    font-size: 20px;
    font-family: "NotoSansR", sans-serif;
    line-height: 1.5em;
}
div.popupWrap.edu div.date {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: "NotoSansR", sans-serif;
    line-height: 1.5em;
    text-align: center;
}

div.popupWrap.edu > ul.eduList {
    margin-top: 40px;
}
div.popupWrap.edu > ul.eduList li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 5px;
    font-family: "NotoSansR", sans-serif;
}
div.popupWrap.edu > ul.eduList li:first-child {
    margin-top: 0;
}
div.popupWrap.edu > ul.eduList li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "▣";
}
div.popupWrap.edu div.seal {
    margin-top: 10px;
}
div.popupWrap.edu div.seal p {
    position: relative;
    padding-left: 50px;
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
    font-family: "NotoSansR", sans-serif;
    line-height: 92px;
}
div.popupWrap.edu div.seal p:frist-child {
    margin-top: 0;
}
div.popupWrap.edu div.seal strong {
    position: absolute;
    top: 0;
    right: 150px;
    width: 230px;
    text-align: right;
}
div.popupWrap.edu div.seal p img {
    position: absolute;
    top: 0;
    right: 130px;
    z-index: -1;
    width: 91px;
    height: 92px;
}

.vimeo {
    border: 1px solid #ccc;
    padding: 5px 5px;
}
.vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pop_elearning {
    padding: 20px;
}
.pop_elearning .pop_tit_meeting {
    float: left;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
}
.pop_elearning .pop_date {
    float: right;
    font-size: 13px;
    color: #666;
}
.pop_elearning .pop_name {
    padding: 10px 0;
    color: #111;
    border-top: 1px solid #dddddd;
    padding: 10px 20px;
}
.pop_elearning .pop_cont {
    background: #f3f3f3;
}
.pop_elearning .pop_cat1 {
    padding: 0 0 5px 20px;
}

/* e-learning */
 

.elearning_list {
    float: left;
    display: block;
    width: 48%;
	min-height:230px;
    box-sizing: border-box;
	/* background: url(../images/icon_vod1.png) 100px 100px no-repeat;
	background-size:30px 30px; */
	border: 3px solid #aac7f7;
    padding: 20px 20px 0px 20px;
    margin: 0 20px 25px 0;
    border-radius: 8px;
    box-shadow: -3px 1px 10px 0px rgba(86, 86, 86, 0.05);
     
}
/* .elearning_list:nth-child(2n+1) {margin-right:0;} */

div.elearning_year {padding:3px 20px;background:#0e4da3;color:#fff;font-weight:600;font-size:22px;display:inline-block;border-radius:5px;margin-bottom:10px;}
.elearning_list a {
    display: inline-block;
    width: 100%;
	height:220px;
}
.elearning_list a .list_box {
    margin: 10px;
}
.elearning_list a .list_box img {
    float: left;
    object-fit: cover;
    width: 180px;
	border-radius:10px;
    /* height: 100px; */
   /*  border: 1px solid #ccc; */
}
.elearning_list a .list_box .tit_txt {
    float: left;
    max-width: 300px;
    margin-left: 20px;
    display: inline-block;
}
.elearning_list .list_box .tit_conf {
    display: inline-block;
    padding:10px 10px;
	width:100%;
	background:#19c1f0;  
	/* background: linear-gradient(90deg,rgba(12, 76, 163, 1) 50%, rgba(25, 193, 240, 1) 100%); */
	color: #fff;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.3em;
	border-radius:7px;
	margin:0 0 15px 0;
	 
	overflow:hidden;; 
}
.elearning_list a .list_box .tit_txt .tit_meeting {
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    font-weight: bold;
	margin-bottom:15px;
    
	overflow:hidden; text-overflow:ellipsis;display: -webkit-box;
  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; 
}
.elearning_list a .list_box .tit_txt .name {
    color: #333;
    font-size: 16px;
	padding-top:5px;
}
.elearning_list a .list_box .tit_txt .date {
    color: #666;
    font-size: 15px;
    line-height: 1.2em;
	padding-top:5px;
}

/* .elearning_list {    position: relative;} */
.elearning_list .admin_btn {
    position: relative;
    right: 0;
    top: -10px;
    text-align: right;
    width: 100%;
}
.elearning_list .admin_btn button {
    display: inline;
    font-size: 13px;
}

#pop_receipt {
    width: 580px;
    border: 2px solid #3c3c3c;
}
#pop_receipt .popup_inner {
    padding: 35px;
}
#pop_receipt .receipt {
    padding: 40px;
    border: 1px solid #3c3c3c;
    text-align: center;
    font-size: 16px;
}
#pop_receipt .receipt h3 {
    font-size: 26px;
    font-weight: 700;
}
#pop_receipt .receipt .fee {
    margin: 30px 0 20px 0;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#pop_receipt .receipt .info01 {
    margin-top: 45px;
    text-align: left;
}
#pop_receipt .receipt .info01 span {
    font-size: 16px;
    text-decoration: underline;
}
#pop_receipt .receipt .info01 span + span {
    float: right;
}
#pop_receipt .receipt .info02 {
    text-align: left;
    padding-left: 80px;
}
#pop_receipt .receipt .info03 {
    margin-top: 40px;
}
#pop_receipt .receipt .info04 {
    margin-top: 15px;
}
#pop_receipt .receipt .info05 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}
div.comm_year select {
    padding: 7px;
    border: 1px solid #ccc;
    float: right;
}
div.comm_year {
    display: inline-block;
    background-color: #f8f8f8;
    padding: 15px 10px;
    margin: 0 0 20px 0;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* 병원 찾기 */
.m_tbl_find .tit a {
    font-weight: 700;
    color: #0c4ca3;
}

.find_hospital {
    padding: 30px 90px;
}
.find_hospital img,
.find_hospital span {
    display: inline-block;
    padding-bottom: 20px;
}
.find_hospital p {
    height: 62px;
    padding-top: 10px;
    padding-left: 110px; /* background:url(../images/img_hospital_search.png) no-repeat 0 center; */
}
.find_hospital input {
    width: 200px;
    font-size: 0.93em; /*14px*/
}
.find_hospital select {
    width: 140px;
    height: 40px;
    font-size: 0.93em; /*14px*/
}

.btns_hospital {
    width: 50px;
    text-align: center;
}
.btns_hospital a {
    display: inline-block;
    width: 14px;
    height: 16px;
}
 
.btns_hospital a + a {
    margin-left: 6px;
}
.btn_modify1 {
    background-position: -180px -80px;
}
.btn_del1 {
    background-position: -160px -80px;
}

.w300 {width: 300px !important;}
.w200 {width: 200px !important;}
.w150 {width: 150px !important;}
.w120 {width: 120px !important;}
.w60  {width: 60px !important;}
.w50p {width:50% !important;}

/* popup */
.popup{display:none;position:absolute; top:0; left:0;z-index:1000;}
.popup .popup_inner{background: #fff;}

/* #hospital_view{left:50%; width:100%; margin-left:-290px; border:2px solid #3c3c3c;}
#hospital_view .popup_inner{padding:35px;} 
 */
 
.hospital {
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: 0px;
    border: 2px solid #3c3c3c;
}
.hospital .popup_inner {
    padding: 35px;
}
.hospital .popup_inner table th {
    text-align: center;
    font-weight: bold;
}
.hospital .popup_inner table td {
    text-align: left;
}

/* 인사말 */

/* .welcomeBox {display:inline-block;background:url(../images/president_bg.jpg) no-repeat 0 0;width:100%;height:254px;}*/
.welcomeBox {
    display: inline-block;
    width: 100%;
    height: 341px;
	background:url(../images/welcome_bg.png) no-repeat 0 0;
}
.welcomeBox .welcome_img {}
.welcomeBox img {
    padding:0;
	 
}
.welcomeBox p.tit {
    position: relative;
    top: -220px;
    left: 440px;
    font-weight: 600;
    color: #0e4194;
    font-size: 36px;
}
.welcomeBox p.subject {
    position: relative;
    top: -170px;
    left: 440px;
    color: #232323;
    font-size: 22px;
    word-break: break-all;
    width: 55%;
	font-weight:500;
}
.welcome_txt{}
.res_img {
    max-width: 100%;
    overflow: hidden;
}

.welcomeBox_ps {
    text-align: right;
    font-size: 18px;
}

.boxGuide {
    padding: 48px 10px 48px 128px;
    background: url(../images/bgGuide.png) 28px center no-repeat;
    border: 6px solid #f8f8f8;
}
.float_part1 {
    display: inline-block;
    width: 180px;
}
.float_part2 {
    display: inline-block;
    width: calc(100% - 200px);
}

.boxContact {
    margin-bottom: 60px;
    padding: 25px 25px 25px 182px;
    background: url("../images/iconOffice.png") 67px 43px no-repeat #f9f9f9;
    border: 1px solid #d5d5d5;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.boxContact p {
    margin-bottom: 14px;
}
.boxContact .adress {
    font-weight: 400;
}
.boxContact a {
    color: #0c73dd;
    text-decoration: underline;
}
.boxContact .info ul {
    overflow: hidden;
}
.boxContact .info ul li {
    padding-left: 12px;
    position: relative;
}
.boxContact .info ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}
.boxContact .info ul li + li {
}

.btn_next1 {
    display: inline-block;
    padding: 15px 40px 15px 20px;
    font-size: 17px;
    text-align: left;
    background: #0e4194 url(../images/icon_arrow1.png) no-repeat 93% 50%;
    color: #fff;
}

.tabArea2 {
    margin-bottom: 60px;
    display: block;
}
.tabArea2 ul {
    display: flex;
    overflow: hidden;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom: 1px solid #0e4194;
}
.tabArea2 ul li {
    flex: 1;
}
.tabArea2 ul li a {
    height: 80px;
    display: block;
    background: #e9e9e9;
    text-align: center;
    line-height: 80px;
    color: #404040;
    font-size: 22px;
}
.tabArea2 ul li.active a {
    background: #0e4194;
    color: #fefefe;
}

.tabCont2 {
    display: none;
}
.tabCont2.active {
    display: block;
}

/* event 240809 */
.Event_Wrap2408 {
    background: #aa9de5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.Event_Wrap2408 .top_title {
    height: 153px;
    width: 100%;
    background: #341f84;
    padding: 40px 0 0 0;
}
.Event_Wrap2408 .top_title .title1 {
    font-family: "Gmarket Sans";
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
}
.Event_Wrap2408 .top_title .title2 {
    font-family: "Gmarket Sans";
    font-size: 46px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    line-height: 1em;
}
.Event_Wrap2408 .top_title .title2 span {
    font-family: "Gmarket Sans";
    font-weight: 700;
}

.Event_Wrap2408 .event_view1 {
    width: 100%;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
}
.Event_Wrap2408 .event_view1 img {
    display: inline-block;
    padding: 0;
    max-width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.Event_Wrap2408 a.event_2408_btn1 {
    font-family: "Gmarket Sans";
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #341f84;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.Event_Wrap2408 button.event_2408_btn2 {
    font-family: "Gmarket Sans";
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #341f84;
    color: #fff;
    font-family: "Gmarket Sans";
    font-size: 20px;
    font-weight: 500;
}

.Event_Wrap2408 .event_view1 .t1 {
    font-family: "Gmarket Sans";
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    line-height: 1.1em;
}
.Event_Wrap2408 .event_view1 .t2 {
    font-family: "Gmarket Sans";
    font-size: 70px;
    color: #f9eb4a;
    font-weight: 700;
    text-align: left;
    line-height: 1.1em;
}
.Event_Wrap2408 .event_view1 .event1_desc {
    font-family: "Gmarket Sans";
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: left;
    margin-top: 30px;
}

.Event_Wrap2408 .event_view1 .event_view1_Box {
    display: block;
    width: 100%;
    height: ;
    margin-top: 70px;
}
.Event_Wrap2408 .event_view1 .event_view1_Box .event_view1_1 {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}
.Event_Wrap2408 .event_view1 .event_coffee_img {
    display: inline-block;
    text-align: right;
    margin-top: -570px;
    margin-left: 600px;
    z-index: 10;
}

.Event_Wrap2408 .event_view1 .event_view1_Box .event_view1_1 .event_view1_list {
}
.Event_Wrap2408 .event_view1 .event_view1_Box .event_view1_1 .event_view1_list li {
    list-style-image: url(../images/event/event_2408_ball2.png);
    font-family: "Gmarket Sans";
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}
.Event_Wrap2408 .event_view1 .event_view1_Box .event_view1_1 .event_view1_list span.bora {
    color: #5e2af8;
    font-family: "Gmarket Sans";
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}

.event_view2 {
    width: calc(100% - 60px);
    border-radius: 10px;
    background: #fff;
    padding: 50px;
    margin: 30px;
}
.event_view2 ul li {
    font-size: 18px;
    font-weight: 500;
    font-family: "Gmarket Sans";
}
.event_view2 ul li:nth-child(odd):before {
    font-family: "Gmarket Sans";
    content: "";
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url(../images/event/event_2408_ball.png) no-repeat top left;
    font-size: 18px;
    font-weight: 500;
}
.event_view2 ul li:nth-child(even) {
    font-family: "Gmarket Sans";
    margin-left: 32px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.event_view2 ul li .bora {
    font-size: 18px;
    font-weight: 500;
    font-family: "Gmarket Sans";
    color: #5d2bf9;
}

.event_view2 .banner_area {
    text-align: center;
    background: #f3f3f3;
    border-radius: 20px;
}
.event_view2 .banner_area .item {
    display: inline-block;
    margin: 30px 20px;
    width: 180px;
    text-align: center;
}
.event_view2 .banner_area .item a img {
    width: 178px;
    height: 58px;
    border: 1px solid #ccc;
}
.event_view2 .banner_area .item a .btn_banner {
    font-family: "Gmarket Sans";
    width: 130px;
    height: 28px;
    background: #f3f3f3 url(../images/event/event_2408_click.png) no-repeat 85% 50%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.event_view2 .banner_area .item a .btn_bannerOK {
    font-family: "Gmarket Sans";
    width: 130px;
    height: 28px;
    background: #ff5a00 url(../images/event/event_2408_clickOK.png) no-repeat 93% 50%;
    border: 1px solid #ff5a01;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    letter-spacing: 0;
    font-weight: 600;
}

.event_view3 {
    width: 95%;
    border-radius: 10px;
    background: #fff;
    padding: 40px 50px;
    margin: 30px auto;
    text-align: center;
}
.event_view3 .text1 {
    font-family: "Gmarket Sans";
    font-size: 40px;
    font-weight: 500;
    color: #000;
    padding: 0px 0 20px 0;
}
.event_view3 .text1_strong {
    font-family: "Gmarket Sans";
    color: #342083;
    font-weight: 500;
}
.event_view3 .text2 {
    font-family: "Gmarket Sans";
    font-weight: 500;
    font-size: 19px;
    color: #000;
    padding: 10px 250px;
}
.event_view3 .text3 {
    font-family: "Gmarket Sans";
    font-weight: 500;
    font-size: 19px;
    color: #000;
}


.btnJoinSample { width:530px; height:40px; position:relative; padding-left:40px; padding-right:40px;background:#181818; color:#fff; font-size:17px; line-height:40px; text-align:left; }
.btnJoinSample:after { content:''; width:40px; height:40px; position:absolute; right:0; top:0; display:inline-block; background:url('../images/iconJoinDown.png') center center no-repeat #0e6eb9; }
.btnJoinSample span { color:#cae3ff; }


.txt_rule .color_blue {margin-top:20px;font-weight:600;font-size: 18px;}
.color_red {color:red !important}
.color_blue {color:#0c4ca3 !important}
.color_pink {color:#e8235b !important} 
.txt_point {font-size:14px;line-height:1.4em;}



/* faq */


.tit_faq{display:block; position:relative; padding:15px ; border-top:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; font-size:1.1em;/*15px*/;}
.tit_faq>a{display:inline-block; padding-left:15px; color:#2f2f2f; text-indent:-25px;}
.tit_faq>a:before{content:""; display:inline-block; width:30px; height:30px; margin-right:5px;margin-top: 3px; background: url(../images/bullet_faq_q.png) no-repeat top left;}
.tit_faq>span{display:inline-block;position:absolute; top:15px; right:10px;}
.tit_faq>span>a{display:inline-block; font-size:15px  }
.tit_faq>span>a+a{margin-left:3px; padding-left:3px; border-left:1px solid #8d9196;}
.faq_detail{display:none;padding:30px 10px;border-bottom:1px solid #d0d0d0;}
.faq_detail p{line-height: 150%; font-size:1.1em;/*15px*/;}
.faq_detail p+p{margin-top:35px;}
.faq_detail .question {background:#f7fbff;padding:20px;border-radius:5px;}
.faq_detail .answer {background:#f5f5f5;padding:20px;border-radius:5px;}
.faq_item+.faq_item .tit_faq{border-top:0;}
.tit_faq.is-opened{border-top:1px solid #0c4ca3 !important; border-bottom:1px solid #0c4ca3; background:#ebf2fa;}
.tit_faq.is-opened>a{color:#0c4ca3; font-weight:700;}

.faq_box {margin-bottom:20px; padding:30px 100px; border:4px solid #f3f3f3; }
.faq_box .faq_search{background:url(../images/img_qna.png) no-repeat 20px 10px ; width:500px;;margin:0 auto;} /*../images/img_faq_search.gif*/
.faq_box .faq_search p{height:80px; margin-left:150px; padding-top:10px;  margin-bottom:30px;}
.faq_box .faq_search input{width:200px;height:40px; }
.faq_item .tit_faq .faq_question {display:inline-block; padding-right:50px;  }
.faq_item .tit_faq .faq_admin_btn1 {display:inline-block;  }
 
.faq_list {display:inline-block;border:2px solid #0c4ca3;height:40px;width:200px; }
.faq_list option {padding:5px:height:40px;}

.grayBox {background:#f8f8f8;padding:30px;border-radius:5px;}
.blueBox {background:#f2f6ff;padding:30px;border-radius:5px;}




.txt{margin:30px 0; font-size:1.0em;/*15px*/; line-height:1.6em;;}
.box_img{margin:30px 0; text-align:center;}
.box_img .m{display:none;}
.bullet_round_blue{display: inline-block; width:25px; height:25px; border-radius: 50%; background: #245ca7;text-align:center; color:#fff; font-weight:600; line-height:24px; vertical-align: middle; font-size:14px ;letter-spacing: -0.05em;margin-top: -3px;}
.indent_list_bullet li{padding-left:25px; text-indent:-25px;}
.indent_list_bullet li+li{margin-top:15px;}
.indent_list_bullet .bullet_round_blue{text-indent:0;}
.define dt{color:#0c4ca3; font-weight: 700; background:url(../images/ball_4.png) no-repeat 0 50%;padding-left:30px;font-size: 21px;}
.define dd {margin-top:15px;}
.define_line+.define_line{margin-top: 20px; padding-top: 20px; border-top:1px dashed #b9b9b9;}
.define_line dt{margin-bottom:10px; padding-left:25px; text-indent:-25px; color:#000; font-weight: 600;font-size:18px;}
.define_line dd{margin-top:15px;}
.define_line dt .bullet_round_blue{text-indent:0;}
.box_border_list{padding:25px 80px; border:1px solid #d0d0d0; color:#454545;}
.box_border_list li{padding-left:10px; text-indent:-10px;}
.innerImg span.img {}
.innerImg span.detail {display:inline-block; width:calc(100% - 250px); margin-left:20px;}
.tit_commandment{margin:0 !important; background:#373737;}
.commandment{height:841px; padding:40px 130px 0 145px; background:url(../images/bg_commandment.jpg) no-repeat top left;}
.commandment .bullet_round_blue{width:34px; height:34px; line-height:30px; font-size:1.188em;/*19px*/ font-weight: 400;}
.commandment .indent_list_bullet li{padding-left:40px; text-indent:-40px; font-size:1.125em;/*18px*/ line-height: 30px;}
.commandment .indent_list_bullet li:nth-of-type(2n) .bullet_round_blue{background:#373737;}


/* 자가진단 */
.btns_selfTest{text-align:center;}
.btns_selfTest a{display: inline-block; width:220px; height:220px; padding-top:40px; border-width:10px; border-style:solid; font-size:1.375em;/*22px*/ line-height:32px; text-align: center;color:#fff;margin:5px 10px;}
/* .btns_selfTest a+a{margin-left:30px;} */
.btns_selfTest a:after{content:""; display: block; height:28px; margin-top:15px; background:url(../images/ico_selftest.png) no-repeat center top;}
.btns_selfTest .btn_selfTest01{border-color: #0c4ca3; background:#0c4ca3;border-radius: 10px; }
.btns_selfTest .btn_selfTest02{border-color: #0ba6a4; background:#0ba6a4;border-radius: 10px;}
.btns_selfTest .btn_selfTest03{border-color: #60b42d; background:#60b42d;border-radius: 10px;}

/* 자가진단 팝업 */
.pop_self{left:50%; margin-top:10px; margin-left:-350px; }
.pop_self .close_popup{/*position:absolute; top:-10px; right:20px;*/ color:#000;font-size:1.125em;/*18px*/}
.pop_self .close_popup img{vertical-align: middle;top:-10px; }
.pop_self .tit_test{font-size:2.000em;/*32px*/ font-weight: 700; text-align: center; color:#1a1a1a; letter-spacing: -0.08em;}
.pop_self .result{margin-top:10px; padding:15px 25px; border:1px solid #0c4ca3; background: #eff6fe; font-size:1.0em;/*15px*/;}
.pop_self .result span{font-weight: 700; color:#326ab3;}
.pop_self .result_guide{margin-top:20px; padding:20px 50px; border:1px solid #e8235b; background:#fff3f6;}
.pop_self .result_guide span{display:inline-block; width:100px; height:100px; border-radius:50%; background:#e8235b; text-align:center;line-height: 100px;color:#fff; font-weight: 700; vertical-align: middle;}
.pop_self .result_guide ul{display:inline-block; margin-left:60px; vertical-align: middle;}
.pop_self .result_guide ul li{margin:5px 0;font-size:1.0em;/*15px*/;}
.pop_self .tbl_test{margin-top:20px; font-size:0.93em;/*14px*/}
.pop_self .tbl_test th{padding:5px 0; border:1px solid #d4d4d4; vertical-align: middle; font-weight: 400;}
.pop_self .tbl_test td{padding:5px; border:1px solid #d4d4d4; text-align:center;}
.pop_self .tbl_test td:first-child{text-align: left;}

#self01 .popup_inner{position:relative; width:700px; height:auto;border:20px solid #356db6;border-radius:5px;}
#self01 .popup_inner2{ width:100%; height:auto; padding:80px 60px 60px 60px;  background:#fff  url(../images/bg_self01_1.png) no-repeat top center; }
#self01 .desc{height:33px; margin-top:15px; background:url(../images/txt_self01.jpg) no-repeat center top; font-size:0; text-indent:-999999px;}
#self01 .test_guide{margin-top:20px; padding:20px 0 20px 50px; border:1px solid #d4d4d4; background:#f1f1f1;font-size:1.0em;/*15px*/;}
#self01 .test_guide p{display:inline-block;font-weight:bold;vertical-align: middle;}
#self01 .test_guide ul{display:inline-block; width:330px;margin-left:45px; overflow: hidden;vertical-align: middle;}
#self01 .test_guide ul li{float:left; width:50%;margin:3px 0;font-size:15px;}
#self01 .addInfo{margin-top:10px;text-align: right;font-size:1.0em;/*15px*/;}
 


#self02 .popup_inner{position:relative; width:700px; height:auto; border:20px solid #0aa5a3;border-radius:5px;}
#self02 .popup_inner2{width:100%; height:auto; padding:80px 60px 60px 60px; background:#fff url(../images/bg_self02_1.png) no-repeat top center;}
#self02 .test_guide{margin-top:20px; padding:10px 0; border:1px solid #d4d4d4; background:#f1f1f1;font-size:1.0em;/*15px*/;}
#self02 .test_guide ul{text-align: center;}
#self02 .test_guide ul li{display: inline-block; margin:0 5px;font-size:15px;}
#self02 .addInfo{margin-top:10px;text-align: right;font-size:1.0em;/*15px*/;}
#self02 .question{margin:15px 0 10px 0;font-weight: 700; font-size:0.93em;/*14px*/color:#08a3a1;}
#self02 .distractor{overflow: hidden;}
#self02 .distractor li{float:left;}
#self02 .distractor li+li{margin-left:20px;}
#self02 .distractor li label{margin-right:5px;font-size:0.93em;/*14px*/ color:#1a1a1a; letter-spacing: -0.05em; cursor:pointer;}
#self02 .distractor li input{vertical-align: text-bottom;}
#self02 .result{margin-top:20px;}
#self02 .tbl_test{margin-top:0;}

#self03 .popup_inner{position:relative; width:700px; height:830px; padding:80px 60px 60px 60px; background:url(../images/bg_self03.png) no-repeat top center;}
#self03 .txt{margin-top:35px;}
#self03 .txt+.txt{margin-top:20px;}
#self03 .txt strong{display:inline-block; width:90px; height:90px; border-radius: 50%; text-align:center; vertical-align: middle; line-height: 90px; font-size:1.875em;/*30px*/ color:#fff; font-weight: normal;}
#self03 .txt .bg01{background:#60b42d;}
#self03 .txt .bg02{background:#2db437;}
#self03 .txt .bg03{background:#2db46d;}
#self03 .txt .bg04{background:#2db486;}
#self03 .txt p{display:inline-block; width:450px; margin-left:20px; vertical-align: middle; font-size:1.0em;/*15px*/; line-height: 26px; letter-spacing: -0.075em;}
#self03 .conclusion{margin-top:10px; padding-top:20px; border-top:1px solid #58ac25; text-align:center; font-size:1.375em;/*22px*/ line-height: 32px;}
#self03 .conclusion strong{color:#58ac25;}

.tit_commandment{width:100%;margin:0 !important; background:#373737;}
.commandment{width:100%;height:auto; padding:40px 130px 40px 145px; background:#eee;}
.commandment .bullet_round_blue{width:34px; height:34px; line-height:30px; font-size:1.188em;/*19px*/ font-weight: 400;}
.commandment .indent_list_bullet li{padding-left:40px; text-indent:-40px; font-size:1.125em;/*18px*/ line-height: 30px;}
.commandment .indent_list_bullet li:nth-of-type(2n) .bullet_round_blue{background:#373737;}

/* 학술연구비 연혁 */

.prize_history {width:100%;word-break: break-all;}
.prize_history td{width:100%;}

.prize_history td dl {border: 1px solid #c7c7c7;padding:10px 20px 20px 20px ;margin:20px 0;border-radius:5px; background:#f3f3f3;}
.prize_history dl dt {display:inline-block;;padding:10px 15px 10px 10px;;color:#000;font-size:20px;font-weight:600;border-radius:15px 0px 0 0px;margin:20px 0 20px 0; width:100%;border-bottom: 1px solid #555;}
.prize_history td dd {    word-break: break-all;margin:10px 0 ;}
.prize_history strong span.who {border-radius: 5px;    background: #19c1f0;    color: #fff;    font-size: 15px;    padding: 3px 5px;  min-width: 130px;   display: inline-block;    text-align: center;}
.prize_history strong span.who2 { background:none;  color: #060606;  padding:0;font-size: 17px;}
.prize_history span {border-radius: 5px;    background: #c6eaf6;    color: #000;    font-size: 15px;    padding: 3px 5px;  min-width: 130px;   display: inline-block;    text-align: center;margin-right:10px;}

/* 수면정보 */
.sleep02_05_Box {background: #f2f6ff ;padding: 30px;}
.sleep02_05_Box li {color: #333;font-weight: 500;line-height: 1.7em;background: url(../images/ball_4.png) no-repeat 5px 5px;padding-left: 40px;list-style:none;}

/* 슬립테크 리뷰 */

.tech_list {
    
    width: 48%;
	height:300px;
    box-sizing: border-box;
	background: #fff;
	border: 1px solid #c7c7c7;
    padding: 20px 20px 0px 20px;
    margin: 0 20px 35px 0;
    font-weight:600;font-size:24px;display:inline-block;border-radius:5px;
    box-shadow: -3px 1px 10px 0px rgba(86, 86, 86, 0.05);
    border-top: 3px solid #224392; 
}
 

.tech_list a {
    display: inline-block;
    width: 100%;
	
}
.tech_list a .list_box {
	
}
.tech_list a .list_box img {
    float: right;
    object-fit: cover;
    width: 150px;
	max-height:150px;
	border-radius:10px;
    /* height: 100px; */
   /*  border: 1px solid #ccc; */
}
.tech_list a .list_box .tit_txt {
    float: left;
    max-width: 350px;
    margin-left: 20px;
    display: inline-block;
	width: 300px;
}
.tech_list .list_box .tit_txt .tit_conf {
    display: inline-block;
    padding:5px 10px;
	color: #fff;
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
	border-radius:7px;
	margin:0 0 5px 0;
	 
	overflow:hidden;; 
}
.tech_list a .list_box .tit_txt .tit_product {
    display: inline-block !important;
    padding:10px 15px;;
	border-radius:30px;
	background:#f4f7ff;
    color: #3c5da2;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    font-weight: 500;
    
	overflow:hidden; text-overflow:ellipsis;display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; 
}
.tech_list a .list_box .tit_txt .name {
    color: #000;
    font-size: 22px;
	padding-top:10px;
	width:350px;
}
.tech_list a .list_box .tit_txt .cat {
    color: #666;
    font-size: 17px;
    line-height: 12px;
	padding-top:15px;
	font-weight:400;
}

 
.tech_list .admin_btn {
    position: relative;
    left: 20px;
    top: 10px; 
    text-align: left;
    width: 100%;
	
}
.tech_list .admin_btn a {
    display: inline;
    font-size: 14px;
	border:1px solid #777;
	padding:2px 5px;
}
textarea.tech_write1 {width: 100%;height:auto;min-height:150px;color:#333;}


.tech_title {display:block;padding:10px;background:#2459a6;border-radius:5px;text-align:center;;color:#fff;margin-bottom:10px;}
.tech_title .tit {color:#fff;font-size:17px;}
.tech_title .name {color:#fff;font-size:22px;font-weight:600}

.sleeptech_blank {display: inline-block;margin:0 0 0 10px;width:142px;height:165px;float:right;}
.sleeptech_blank img {height:165px;}
.btn_techmore1 {display:inline-block;padding:7px 20px 7px 35px;border:1px solid #315ccd;background:#fff url(../images/icon_techmore1.png) no-repeat 10px 50%; font-size:15px; color:#315ccd;font-weight:400; position: relative; top:20px;
    left: 5px;}


/* 검색 */
.tech_box_search {
   padding:15px;
   background:#f3f3f3;
   border:1px solid #eee;
   margin-bottom: 15px;
   overflow: hidden;
   text-align:right;
}
.tech_box_search:after {
    content: "";
    display: block;
    clear: both;
}
.tech_box_search input {
     
    width: 200px;
    height: 40px;
}
.tech_box_search select {height:40px;}
.tech_box_search a {     }
.tech_box_search + .board_count {
    
    margin: 15px 0;
}

.ver{height:100px; padding:15px;border:4px solid #ebf2fa; font-size:0.93em;/*14px*/ line-height:150%;text-align:right; overflow-y: auto;}
ul.number { margin-left:30px }
ul.number li { padding-left:0; list-style:decimal; }

ul.disc { margin-left:30px }
ul.disc li { padding-left:0; list-style:disc; }

ul.circle {margin-left:30px }
ul.circle li { padding-left:0; list-style:circle; }

ul.lower-roman { margin-left:30px }
ul.lower-roman li { padding-left:0; list-style:lower-roman; }

ul.alpha {margin-left:30px }
ul.alpha li { padding-left:0; list-style:upper-alpha; }
ul,ol {  list-style-position: inside;}
 

/* 회원가입안내 */
.top_txt_box{padding:30px;border:4px solid #ebf2fa;font-size:18px;/*14px*/;color:#2f2f2f;line-height:26px;}
.top_txt_box strong{color:#356db6;}
.top_txt_box .red{color:#e8235b; font-weight:400;}

.border_box1{display:block;padding:15px 20px;border:4px solid #ebf2fa; font-size:0.93em;/*14px*/ line-height:150%;text-align:left; }




.topOptions{    margin-bottom: 20px;    overflow: hidden;    text-align: right;    padding: 20px 10px 10px 10px;    background: #f3f3f3;}


.listType1 {background: #f2f6ff ;padding: 30px;}
.listType1 li {color: #333;font-weight: 500;line-height: 1.7em;background: url(../images/iconQuestion_red.png) no-repeat 5px 5px;padding-left: 40px;}


.listType2 {background: #f2f6ff ;padding: 30px;}
.listType2 li {color: #333;font-weight: 400;line-height: 1.7em;background: url(../images/ball_4.png) no-repeat 5px 8px;padding-left: 40px;}

.listType3 {background: #f2f6ff ;padding: 30px;}
.listType3 li {color: #333;font-weight: 500;line-height: 1.7em;background: url(../images/iconQuestion.png) no-repeat 5px 5px;padding-left: 40px;} 

.bold {font-weight:600;}
.hidden{display:none;}

/* 연회비 카드결제 */
.fee_card .fee_tit{display:block;height:100px;background:#0e4194;vertical-align:middle;line-height:100px;font-size:22px;color:#fff;text-align:center;}
.fee_card .fee_tit .txt_yellow {color:yellow;}
.fee_card .txt_sub {font-size:17px;font-weight:600;margin:10px 20px;}
.fee_card .login_bg {padding:30px 20px;text-align:center;background:#f3f3f3;margin:15px;}
.fee_card .login_bg input {height:40px;}
.fee_card .login_bg2 {text-align:center;margin:0 15px;}
.fee_card .cont .btn_area1 {text-align: center;}
.fee_card .cont .btn_area1 a.btn1 {height:40px;padding: 0 25px; background: #0e4194;color: #fff;font-size:15px;line-height:38px;   text-align: center;display: inline-block;}
.fee_card .cont .btn_area1 a.btn_close1 {height:40px;padding: 0 25px; background: #666;color: #fff;font-size:15px;line-height:38px;   text-align: center;display: inline-block;}
.fee_card .btn_card1 {display:block;width:80px;height:30px;text-align:Center;background: #2a91c3;color: #fff;margin:0 auto;}

	/* table - member */
.tbl_member th {		font-weight: 400;   }

.president_card {text-align:left;}
.card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px 10px;
      text-align: center;
      transition: transform 0.3s;
	  width:18%;
	  display:inline-block;
	  margin:10px;
	  min-width:210px;
    }

    .card:hover {
      transform: scale(1.03);
    }

    .card .profile-img {
      width: 140px;
      height: 170px;
      object-fit: cover;
      border-radius: 5px;
      border: 1px solid #ddd;
      margin-bottom: 15px;
    }

   .card .name {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 5px;
    }

   .card .title {
      color: #777;
      margin-bottom: 8px;
	  font-size:15px;
    }

   .card .org {
      font-size: 0.9rem;
      color: #444;
    }


.mypage_box {display:inline-block;width:20%;height:150px; margin:15px;border-radius:5px;text-align:center;font-size:22px;font-weight:600;vertical-align:middle;color:#fff;line-height:150px;padding-top:20px;}
.mypage_1 {background:#0e4194 url(../images/icon_mypage1.png) no-repeat 50% 30px ;}
.mypage_2 {background:#145da0 url(../images/icon_mypage2_1.png) no-repeat 50% 30px ;}
.mypage_3 {background:#19c0f5 url(../images/icon_mypage3.png) no-repeat 50% 30px ;}
.mypage_4 {background:#404040 url(../images/icon_mypage4.png) no-repeat 50% 30px ;}
a .mypage_box:hover {background-color:#ff4d83}

.mo_txt_bold {font-weight:400}
.bnSponsor .owl-carousel .item a img {border:1px solid #d5d5d5;}
.bnSponsor .owl-carousel .owl-dots{display:none;}
.bnSponsor .owl-carousel .owl-nav{margin:0;}
.bnSponsor .owl-carousel .owl-nav [class*='owl-']{margin:0; padding:0;}
.bnSponsor .owl-carousel .owl-nav .owl-prev{position:absolute; top:15px; left:-14px; width:11px; height:18px; background:url(../images/m_banner_prev.gif) no-repeat top left; background-size:11px 18px; font-size:0; text-indent:-9999px;}
.bnSponsor .owl-carousel .owl-nav .owl-next{position:absolute; top:15px; right:-14px; width:11px; height:18px; background:url(../images/m_banner_next.gif) no-repeat top left; background-size:11px 18px; font-size:0; text-indent:-9999px;}

 

@media all and (max-width:1023px){/*tablet*/
	body { min-width:auto; }

	/* prevent iphone bouce */
	/* html,body{position: fixed;} */
	.util a:after { display:none; }

	/* header */
	header { height:auto; z-index:1; }
	header:after { display:none; }
	header h1{ width:auto; display:block; padding:12px 0 10px; position:relative; left:0; top:0; margin:0; text-align:center; line-height:1;}
	header h1 a{width:194px;height:40px; margin:0 auto; background:url(../images/logo_m2.gif) no-repeat; background-size:100% auto; vertical-align:top;}
	header h1 .subject { display:none; }
	header .btn_openGnb{display: block; position:absolute; top:10px; right:24px; width:40px; height:40px; background:url(../images/ico_m_gnb.png) no-repeat top left; background-size:100% auto; font-size:0; text-indent:-99999px; z-index:20;}


  /* common */
  .inner{ width:100%; }
	.mBox{padding:20px;}
	.mBox .btnArea{margin-left:0; margin-right:0;}

	.txt{margin:15px 0; font-size:16px; line-height: 1.6em; }
	.box_img{margin:15px 0;}
	.box_border_list{padding:25px;}
	.innerImg span{display:block; margin-bottom:15px; text-align:center;}
	.innerImg span img{ }
	.innerImg span .m{display:inline;}
	.innerImg p{display:block; width:100%; margin-left:0;}

	.tit_commandment{margin-top:20px !important;}
	.commandment{height:auto; padding:20px;  }
	.commandment .bullet_round_blue{width:25px; height:25px; line-height:25px; font-size:16px;}
	.commandment .indent_list_bullet li{padding-left:30px; text-indent:-30px; font-size:16px; line-height: 21px;}

	#container { padding:0; }

	/* footer */
	footer { padding:0; }
	footer .inner { padding:25px 23px; }
	footer .f_logo { width:147px; height:40px; float:none; margin:0 0 12px; background-size:auto 100%; }
	footer .privacy { margin-left:0; }
	footer .privacy a { font-size:11px; }
	footer address { margin:8px 0 0; font-size:11px; }
	footer .social { margin-top:18px; position:relative; right:auto; top:auto; }
	footer .social a { width:50px; height:50px; }
	footer .social a.btnQR { width:50px; height:50px; }

	body{width:100%; height:100%; min-width:100%; overflow-x:hidden; overflow-y:auto; -webkit-text-size-adjust:none;  }

	.util{ height:auto; margin-bottom:0; display:block; position:relative; background:#fff; overflow:hidden; }
	.util:before { display:none; }
	.util a{ height:24px; padding:0 16px; float:left; margin-top:18px; font-size:14px; color: #343434; vertical-align: middle; border:1px solid #343434; line-height:1.2; line-height:22px;}
	.util a+a { margin-left:12px; }
	.util .pc{display:none;}
	.util .mo { display:block; }
	.util .name { margin:18px 12px; 0 10px; float:left; line-height:24px; }
	.util .myInfo{ display:block; float:left; padding:10px 0 10px 20px; }
	.util .myInfo img{display: inline-block;width:40px;height:40px;vertical-align: middle;}

	/* gnb */
	.menu{ display:block; position:fixed; top:0; bottom:0; left:0; padding:0; margin:0; border-top:0; background:#434343; overflow-y:auto; z-index:1000; -webkit-overflow-scrolling: touch;
		-webkit-width:calc(100% - 60px);
		-moz-width:calc(100% - 60px);
		width:calc(100% - 60px);
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		transform:translateX(-100%);
	}
	.menu .inner { padding:0; }
	.menu .btn_openGnb{display: none;}
	.menu .gnb{ padding:0; display:block; }
	.menu .gnb>li{width:auto !important; float:none;border-bottom:1px solid #fff;}
	.menu .gnb>li+li{margin-left:0;}
	.menu .gnb>li>a{ height:50px; display: block;padding:0 20px; position:relative;margin:0;font-size:17px; color:#fff; text-align:left; line-height:50px; font-weight:400;}
	.menu .gnb>li>a:hover { color:#fff; }
	.menu .gnb>li>a:after{content:"";display:inline-block;position: absolute;top:23px;right:20px;width:16px; height:9px;background:url(../images/ico_folded.png) no-repeat top left; background-size:16px 9px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
	.menu .gnb>li>a.is-opened { background:#0e4194; color:#fff; }
	.menu .gnb>li>a.is-opened:after{ background:url(../images/ico_folded_active.png) no-repeat top left; background-size:16px 9px;
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	.menu .gnb>li+li>a{background:none;}
	.menu .gnb .depth02{display:none; position:relative; top:0; left:0;width:100%;margin:0; padding:0; border:0; background:#fff; box-shadow:none; transform:none;}
	.menu .gnb .depth02 li+li{margin-top:0; border-top:1px solid #aaa}
	.menu .gnb .depth02>li>a{display: block;padding:16px 20px; font-size: 17px; color:#404040;line-height: 1; text-align:left; font-weight:400; white-space:normal; }
	.menu .gnb .depth02>li>a:hover { color:#0e4194; }
	.menu .gnb .depth02:after { display:none; }
	.menu .gnb .last{right:inherit;}
	.menu .gnb .depth03 { padding:20px; border-top:1px solid #aaa; }
	.menu .gnb .depth03 li+li { border-top:0; }
	.menu .gnb .depth03>li>a { font-size:16px; color:#404040; }
	.btn_closeGnb{display: block; position:fixed; top:0; right:0; width:60px;height:60px;background:url(../images/m_close.gif) no-repeat top left;background-size:60px 60px;font-size:0;text-indent:-99999px;z-index:1000;
		-webkit-transform:translateX(100%);
		-moz-transform:translateX(100%);
		-ms-transform:translateX(100%);
		transform:translateX(100%);
	}

	.mainSection { overflow:hidden; }
	
	/* main */
	.mainVisual { height:auto; }
	.mainVisual .pc { display:none; }
	.mainVisual .mo { display:block; }
	.mainVisual .owl-carousel .owl-item { height:auto; }
	.mainVisual .owl-carousel .owl-item .item { height:auto; border-top:1px solid #f3f3f3;}
	.mainVisual .owl-carousel .owl-item .item > div.mo { display:block; }

	.mainVisual .boxBanner,
	.mainVisual .mainQuick { display:none; }
	
	.mainTop { margin:25px 0 40px; }
	.mainTop .boxArea { width:auto; float:none; }
	.mainTop .boxArea h4 { padding:0 23px; margin-bottom:16px; font-size:20px; }
	.mainTop .boxArea .owl-carousel .owl-stage-outer { padding-left:25px; }
	.mainTop .boxArea .item { width:100%; height:230px; }

	.mainTop .boxArea .item a { height:180px; padding:15px 18px; }
	.mainTop .boxArea .item .title { margin-bottom:8px; font-size:16px; }

	.mainTop .boxArea .item .title.is--new:after { width:10px; height:10px; margin-left:4px; }
	.mainTop .boxArea .item .date { font-size:14px; }
	.mainTop .boxArea .btnMore { width:15px; height:15px; right:23px; top:2px; }

	.mainTop .boxArea.area--sch { width:auto; float:none; margin-top:25px; }

	.areaContents { height:auto; background-image:url('../images/bgContents_m.jpg'); }
	.listContents { height:auto; flex-wrap:wrap; padding:32px 24px; }
	.listContents li { flex:0 0 50%; }
	.listContents li a { height:140px; font-size:15px; }
	.listContents li .icon { width:78px; margin:0 auto 16px; }
	.listContents li .icon img { width:100%; }

	.areaQuick { height:auto; }
	.boxQuick { padding:30px 25px; display:block; overflow:hidden;}  
	.boxQuick .pc { display:none; }
	.boxQuick .mo { display:block; }
	.boxQuick img { width:100%; }
	.boxQuick .quick1 { width:auto; clear:both; margin:0; }
	.boxQuick .quick2,
	.boxQuick .quick3 { width:50%; float:left; }

	.areaSleep { height:auto; background-image:url('../images/bgSleep_m.jpg'); }
	.areaSleep .inner { height:auto; padding:25px 45px 40px; }
	.areaSleep .titleArea { margin-bottom:10px; }
	.areaSleep .titleArea p { font-size:11px; }
	.areaSleep .titleArea h5 { font-size:16px; }
	.areaSleep .listSleep { position:relative; right:auto; top:auto; flex-wrap:wrap; transform: none; }
	.areaSleep .listSleep li { width:auto; height:auto; flex: 0 0 50%; }
	.areaSleep .listSleep li a { width:122px; height:122px; margin:6px auto; padding-top:28px; }
	.areaSleep .listSleep li .icon { width:30px; }
	.areaSleep .listSleep li .icon img { width:100%; }
	.areaSleep .listSleep li .title { height:45px; font-size:15px; }
	.areaSleep .listSleep li+li { margin:0; }
	
	.bnSponsor { padding:25px 0; }
	.bnSponsor .owl-carousel { padding:0 20px; }
	.bnSponsor .owl-nav { display:none; }

	
	
	/* contents */
	section{overflow:hidden; -webkit-overflow-scrolling: touch;}
	section .left { float:none; width:auto; }
	section .right{ float:none; width:auto; }

	.contents .left .home { display:none; }
	.contents .left h2 { display:none; }
	.contents .left .select_lnb { height:auto; border:0; position:static; }
	.contents .left .select_lnb>a { display:none; }
	.contents .right { padding-top:0; margin-bottom:0; }
	
	/* lnb */
	.lnb{ width:100%; position:absolute; left:0; top:60px; margin:0; padding:14px 0; display:none; background:#fff; border:4px solid #4c5f4c; border-top:0; z-index:200; box-sizing:border-box;}
	.lnb>li { border-bottom:0; text-align:center; }
	.lnb>li+li { margin-top:5px; }
	.lnb>li>a { padding:0; font-size:20px; font-weight:400; }
	.lnb > li.is-selected > a { color:#0c4197; }
	
	.lnb>li .depth02>li>a { padding: 5px 0;font-size: 17px;font-weight: 500; }
	.lnb>li .depth02>li.is-selected>a { color:#0c4197; }
	

    /* contents title */
	.box_tit{ display:none; }
	
	.contentsTop { border:0; }
	.contentsTop h3 { height:60px; position:relative; padding-left:0; margin-bottom:0; text-align:center; line-height:60px; color:#fff; font-size:23px; background:#0e4194; font-weight:700; z-index:200; font-family:'Noto Sans KR'; }
	.contentsTop h3:after { content:''; width:24px; height:14px; position:absolute; right:20px; top:50%; margin-top:-7px; background:url('../images/titFolded.png') center center no-repeat; background-size:24px auto; -webkit-transition:all .3s ease; transition:all .3s ease; }
	.contentsTop h3.active:after { -webkit-transform:rotate(180deg); transform:rotate(180deg); }
	
	.location { display:none; }

	.contWrap { padding:30px 24px 50px; }
	.contWrap img { max-width:100%; }

	.titleArea { margin-bottom:15px; }
	.titleArea h5 { padding-left:30px; background-size:20px auto; font-size:17px; }

	.listBasic { margin-bottom:20px; }
	.listBasic li { font-size:16px; line-height:25px; }
	.listBasic li a { text-decoration:none; }

	.btnJoinForm { width:135px; height:24px; margin-top:-12px; font-size:15px; }
	.btnJoinForm:after { width:8px; height:8px; background-size:100% auto; }
	.btnLink { width:170px;  border-radius:5px; font-size:15px; }

	.boxTable { margin:0 -24px 30px; padding:0 24px; }
	.boxTable .tableBasic { width:600px; table-layout:fixed; }

	.tableBasic.pc { display:none; }
	.tableBasic.mo { display:block; }

	.tableBasic { margin-bottom:12px; }
	.tableBasic thead th { padding:10px; font-size:16px; }
	.tableBasic th { padding:10px; font-size:16px; }
	.tableBasic tbody td { padding:10px; font-size:16px; }
	
	.boxJoinInfo { height:68px; padding-left:78px; background-size:68px auto; }


/* 이후추가 */

   /* 갤러리 */
    .list_gallery a {
        width: 30%;
        margin: 11px   ;

    }
    .list_gallery a .img {
        overflow: hidden;
    }



    /* 댓글 */
    .tbl_reply td {
        padding: 20px 0;
        border-bottom: 1px solid #d0d0d0;
    }
    .tbl_reply .userImage {
        background-position: -320px -130px;
    }
    .tbl_reply .btns {
        position: absolute;
        top: 50px;
        right: 0;
        width: 80px;
        text-align: center;
    }
    .tbl_reply .btn_modify {
        background-position: -180px -80px;
    }
    .tbl_reply .btn_del {
        background-position: -160px -80px;
    }

    /* 회원 검색 */
    .memberSearch {
        padding: 30px 100px;
    }

    /* 회원가입 */
    .tab_joinstep {
        margin: 10px 0 0 0;
    }
    .tab_joinstep li {
        width: 33.3333%;
        padding: 10px 5px;
        border-width: 2px;
        font-size: 14px;
        height: 120px;
        background: #fff;
    }
    .tab_joinstep li + li {
        margin-left: 0;
    }
    .tab_joinstep li + li:before {
        display: none;
    }
    .tab_joinstep li strong {
        font-weight: normal;
    }

    /* 회원가입 약관동의 */
    .box_terms pre {
        height: 150px;
        padding: 20px;
        font-size: 14px;
    }
    .box_terms span label + input {
        margin-left: 30px;
    }
    .box_terms + .bulletBox {
        margin-top: 20px;
    }

    /* table - member */
    .tbl_member th {
        padding: 15px 0 15px 10px;
		font-weight: 400;
    }
    .tbl_member td {
        padding: 5px;
    }
    .tbl_member td select,
    .tbl_member td input[type="text"],
    .tbl_member td input[type="password"] {
        height: 30px;
    }
    .tbl_member .btn_black {
        height: 30px;
        padding: 0 9px;
        font-size: 14px;
        line-height: 30px;
    }
    .tbl_member .btn_red2 {
        height: 30px;
        padding: 0 9px;
        font-size: 14px;
        line-height: 30px;
    }
    .calendar_tab {
        margin-top: 20px;
    }

    /* 아이디 비밀번호 찾기 */
    .find_info strong {
        display: block;
        margin-left: 105px;
        margin-top: 5px;
    }

    /* 회원탈퇴 */
    .withdrawal {
        padding: 30px;
    }
/* 인사말 */
.welcomeBox {
    display: inline-block;
    width: 100%;
    height: auto;
}
.welcomeBox img {
    padding:0;
 
}
.welcomeBox p.tit {
    position: relative;
    top: -220px;
    left: 40%;
    font-weight: 600;
    color: #0e4194;
    font-size: 26px;
}
.welcomeBox p.subject {
    position: relative;
    top: -170px;
    left: 40%;
    color: #232323;
    font-size: 20px;
    word-break: break-all;
    width: 55%;
}

 

    .infoCont {
        margin-top: 10px;
    }

    .regist_login_box {
        width: 100%;
        height: 150px;
        padding-left: 100px;
    }
    .regist_login_box .regist_login_box1 {
        width: 290px;
        height: 145px;
        padding: 57px 60px;
        background: #821a1a url(../images/ico_arr1.png) no-repeat 90% 50%;
        margin-right: 25px;
        float: left;
    }
    .regist_login_box .regist_login_box1 a {
        color: #fff;
        font-size: 20px;
    }
    .regist_login_box .regist_login_box2 {
        width: 290px;
        height: 145px;
        padding: 57px 60px;
        background: #d59b32 url(../images/ico_arr1.png) no-repeat 90% 50%;
        float: left;
    }
    .regist_login_box .regist_login_box2 a {
        color: #fff;
        font-size: 20px;
    }

    .regist_login_box1_2 {
        width: 100%;
        height: 350px;
        border: 10px solid #f0f0f0;
        padding: 50px 50px;
    }
    .regist_login_box1_2 p {
        padding: 10px;
    }
    .regist_login_box1_2 .regist_login_box3 {
        background: #2c3d6a url(http://nsdoctor.co.kr/res/images/ico_arr2.png) no-repeat 90% 50%;
        width: 45%;
        height: 60px;
        margin-top: 50px;
        margin-right: 25px;
        float: left;
        text-align: center;
    }
    .regist_login_box1_2 .regist_login_box3 a {
        color: #fff;
        line-height: 60px;
    }
    .regist_login_box1_2 .regist_login_box4 {
        background: #821a1a url(http://nsdoctor.co.kr/res/images/ico_arr2.png) no-repeat 90% 50%;
        width: 45%;
        height: 60px;
        margin-top: 50px;
        float: left;
        text-align: center;
    }
    .regist_login_box1_2 .regist_login_box4 a {
        color: #fff;
        line-height: 60px;
    }
    .ui-datepicker {
        position: fixed !important;
    }

    .elearning_list a .list_box .tit_txt {
        max-width: 50%;
    }
    .elearning_list {
        width: 100%;
    }

    .tabArea2 {
        margin-bottom: 20px;
    }
    .tabArea2 ul {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .tabArea2 ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .tabArea2 ul li.active a {
        background: #0e4194;
    }

    /* event 240809 */
    .Event_Wrap2408 {
        background: #aa9de5;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .Event_Wrap2408 .top_title {
        height: 153px;
        width: 100%;
        background: #341f84;
        padding: 40px 0;
    }
    .Event_Wrap2408 .top_title .title1 {
        font-size: 26px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
    }
    .Event_Wrap2408 .top_title .title2 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 300;
        text-align: center;
        padding-top: 10px;
    }
    .Event_Wrap2408 .top_title .title2 span {
        font-weight: 700;
    }

    .Event_Wrap2408 .event_view1 {
        width: 100%;
        text-align: center;
        padding: 20px;
        margin: 0 auto;
    }
    .Event_Wrap2408 .event_view1 img {
        display: inline-block;
        padding: 0;
        max-width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    .Event_Wrap2408 .event_view1 a.event_2408_btn1 {
        margin-top: 0px;
        display: inline-block;
        text-align: center;
        border-radius: 10px;
        width: 300px;
        height: 80px;
        line-height: 80px;
        background: #341f84;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

    .Event_Wrap2408 .event_view1 .t1 {
        font-size: 50px;
    }
    .Event_Wrap2408 .event_view1 .t2 {
        font-size: 50px;
    }
    .Event_Wrap2408 .event_view1 .event1_desc {
        font-size: 18px;
    }

    .Event_Wrap2408 .event_view1 .event_coffee_img {
        text-align: right;
        margin-top: -30px;
        margin-left: 0;
        z-index: 10;
    }
    .Event_Wrap2408 .event_view1 .event_view1_Box .event_view1_1 .event_view1_list li {
        font-size: 16px;
    }

    .event_view2 {
        width: calc(100% - 40px);
        padding: 20px;
        margin: 20px;
    }
    .event_view2 ul li {
        font-size: 16px !important;
    }

    .event_view2 ul li:nth-child(odd):before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 27px;
        background: url(../images/event/event_2408_ball.png) no-repeat top left;
        font-size: 18px;
    }
    .event_view2 ul li:nth-child(even) {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .event_view2 .item {
        display: inline-block;
        margin: 30px 20px;
        width: 180px;
        text-align: center;
    }
    .event_view2 .item a img {
        width: 178px;
        height: 58px;
        border: 1px solid #ccc;
    }
    .event_view2 .item a .btn_banner {
        width: 110px;
        height: 28px;
        background: #f3f3f3 url(../images/event/event_2408_click.png) no-repeat 85% 50%;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        font-size: 12px;
        color: #000;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        letter-spacing: 0;
        font-weight: 600;
    }
    .event_view2 .item a .btn_bannerOK {
        width: 110px;
        height: 28px;
        background: #ff5a00 url(../images/event/event_2408_clickOK.png) no-repeat 93% 50%;
        border: 1px solid #ff5a01;
        border-radius: 5px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .event_view3 {width: 95%;border-radius: 10px;background: #fff;padding: 40px 50px;margin: 30px auto;text-align: center;}
    .event_view3 .text1 {font-size: 20px;padding: 0 0 20px 0;line-height: 1.1em;}
    .event_view3 .text1_strong {color: #342083;font-weight: 600;}
    .event_view3 .text2 {font-size: 16px;padding: 10px;line-height: 1.2em;}
    .event_view3 .text3 {font-size: 16px;}



	/* 자가진단 */
	.btns_selfTest{margin-top:20px;}
	/* 자가진단 팝업 */
	.pop_self{left:0; height:100%; margin-left:0; padding:30px 20px; overflow-y:auto}
	.pop_self .close_popup{top:-30px; right:50%;margin-right:-20px;font-size: 15px;}
	.pop_self .tit_test{font-size:20px;}
	.pop_self .tbl_test{margin-top:20px; border-top:1px solid #d4d4d4; font-size:14px;}
	.pop_self .tbl_test td{border:0; border-bottom:1px solid #d4d4d4;}
	.pop_self .tbl_test td:first-child{border-right:1px solid #d4d4d4;}
	.pop_self .result{margin-top:10px; padding:8px 0; text-align:center;}
	.pop_self .result_guide{margin-top:10px; padding:12px 15px;}
	.pop_self .result_guide p{width:75px; height:75px;line-height:75px;}
	.pop_self .result_guide ul{margin-left:18px;}
	.pop_self .result_guide ul li{font-size: 13px;}

	#self01 .popup_inner{width:auto; height:auto; padding:20px 10px 10px 10px; border:5px solid #356db6; background:#fff;}
	#self01 .desc{height:49px; background-image:url(../images/txt_self01_m.jpg); background-size:181px 49px;}
	#self01 .test_guide{margin-top:15px; padding:10px 0; font-size:13px;}
	#self01 .test_guide p{display:block;text-align: center;font-weight: 700;}
	#self01 .test_guide ul{display:block; width:100%; margin:10px 5px 0 5px;}
	#self01 .test_guide ul li{letter-spacing: -0.08em;}
	#self01 .addInfo{margin-top:5px;font-size:13px;}
	#self01 .popup_inner2 {padding: 50px 10px 10px 10px;}

	#self02 .popup_inner{width:auto; height:auto; padding:20px 10px 10px 10px; border:5px solid #0ba6a4; background:#fff;}
	#self02 .popup_inner2 {padding: 50px 10px 10px 10px;}
	#self02 .test_guide{margin-top:15px; font-size:13px;}
	#self02 .addInfo{margin-top:5px;font-size:13px;}
	#self02 .question{margin:15px 0 10px 0;font-weight: 700; font-size:14px;color:#08a3a1;}
	#self02 .distractor{overflow: hidden;}
	#self02 .distractor li{margin:2px 10px 2px 0;}
	#self02 .distractor li+li{margin-left:0;}
	#self02 .result{margin-top:15px;}
	#self02 .result_guide ul{margin-left:5px;}
	#self02 .result_guide p{width:50px; height:50px;line-height:50px; font-size:14px;}
	#self02 .tbl_test,#self02 .tbl_test tbody,#self02 .tbl_test tr,#self02 .tbl_test th, #self02 .tbl_test td{display: block;}
	#self02 .tbl_test thead{display: none;}
	#self02 .tbl_test{margin-top:10px;}
	#self02 .tbl_test tr{overflow:hidden;}
	#self02 .tbl_test td{float:left;width:20%; padding:5px 0;}
	#self02 .tbl_test td+td{border-left:1px solid #d4d4d4;}
	#self02 .tbl_test td:before{content:""; display:block; padding:0 0 5px 0; border-bottom:1px solid #d4d4d4; font-size:13px;}
	#self02 .tbl_test td:nth-of-type(2){border-left:0;}
	#self02 .tbl_test td:nth-of-type(2):before{content:"없음";}
	#self02 .tbl_test td:nth-of-type(3):before{content:"약간";}
	#self02 .tbl_test td:nth-of-type(4):before{content:"중간";}
	#self02 .tbl_test td:nth-of-type(5):before{content:"심함";}
	#self02 .tbl_test td:nth-of-type(6):before{content:"매우심함";}
	#self02 .tbl_test td:first-child{width:100%; border-right:0;}
	#self02 .tbl_test td:first-child:before{display: none;}

	#self03 .popup_inner{width:auto; height:auto; padding:20px 20px 10px 20px; border:5px solid #60b42d; background:#fff;}
	#self03 .txt{margin-top:20px;}
	#self03 .txt strong{display:block; width:70px; height:70px; margin:0 auto; line-height: 70px; font-size:22px;}
	#self03 .txt p{display:block; width:100%; margin-left:0; margin-top:10px; font-size:14px; line-height: 20px;}
	#self03 .conclusion{margin-top:20px; margin-bottom:20px; padding-top:20px; font-size:17px; line-height: 23px;}


/* 슬립테크 리뷰 */
.tech_list {WIDTH:100%;padding: 20px;height: auto;}
.president_card {text-align:center;} 

/* 모바일 메인배너 */
.mobileVisual .item {width:450px;height:300px;}
.work_tbl1 tr td a img.pdf_icon {width:16px !important}
.tbl td.box_editor img.pdf_icon {width:16px !important;min-width: 16px;}
.tbl td.box_editor img.file_icon {width:21px !important}
.mo_txt_bold {font-weight:600}



}


@media all and (max-width:767px){/*mobile*/


/* 이후추가 */

.pcOnly{display:none;}
.moOnly{display:inline-block;}
 
    div.comm_year select {
        float: none;
        margin-bottom: 10px;
    }

    .tit_bar_blue {
        padding: 0px 5px 5px 0px;
        font-size: 15px;
    }

	.lnb > ul li.is-selected > a {
    color: #4343c1;
	}


	.lnb ul li ul.depth02 li a.on {
    color: #4343c1;

	}

    /* 학술행사 */
    .eventInfo_box {
        height: auto;
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #999;
        background: none;
        height: 100%;
    }
    .eventInfo_box dt {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .eventInfo_box dd {
        font-size: 14px;
    }

	.tbl_event .tit a {
    font-weight: 600;
	}

    .box_search {
        position: relative;
        float: none;
        margin-bottom: 0;
        padding: 0;
        overflow: hidden;
    }
    .box_search input {
        float: none;
        width: 100% !important;
    }
    .box_search a {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }
    .event_selectUI {
        width: 100% !important;
    }

    /* dl_list */
    .dl_list dl {
        width: 100%;
    }
    .dl_list dl.ml30 {
        margin-left: 0;
    }

    /* table - common */
    .tbl,
    .tbl > thead,
    .tbl > tbody,
    .tbl > thead > tr,
    .tbl > tbody > tr,
    .tbl > tr,
    .tbl > thead > tr > th,
    .tbl > tr > th,
    .tbl > thead > tr > td,
    .tbl > tbody > tr > td,
    .tbl > tr > td {
        display: block;
    }

    .tbl {
        font-size: 15px;
    }

    .tbl th,
    .tbl td {
        border: 0; /* display: block; */
    }
    .tbl_fix td.box_editor img {
        width: 100% !important;
    }
    .tbl td.box_editor img {
        width: 100% !important;
        height: auto !important;
    }

    /* table - list */
    .m_tbl_notice {
        border-top: 1px solid #d0d0d0;
    }
    .m_tbl_notice thead {
        display: none;
    }
    .m_tbl_notice tr {
        padding: 20px 0;
        border-bottom: 1px solid #d0d0d0;
    }
    .m_tbl_notice td {
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        text-align: left;
        color: #9e9e9e;
    }
    .m_tbl_notice .tit {
        display: block;
        margin: 0 0 7px 0;
        color: #2f2f2f;
    }
    .m_tbl_notice td:nth-of-type(1),
    .m_tbl_notice td:nth-of-type(3),
    .m_tbl_notice td:nth-of-type(5),
    .m_tbl_notice td:nth-of-type(7) {
        display: none;
    }
	.m_tbl_notice td:nth-of-type(2) {
        width: 100%;
    }
    .m_tbl_notice td.nodata {
        display: block;
        margin: 0;
        text-align: center;
    }

    .m_thesis td:nth-of-type(5) {
        display: none;
    }

    .board_count {
        display: none;
    }

    .m_tbl_member thead {
        display: none;
    }
    .m_tbl_member tr {
        position: relative;
        padding: 10px 20px 10px 85px;
        border-bottom: 1px solid #d0d0d0;
    }
    .m_tbl_member td {
        padding: 2px 0;
        text-align: left;
    }
    .m_tbl_member .num {
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        text-align: center;
        line-height: 110px;
    }

    .m_tbl_board {
        border-top: 1px solid #d0d0d0;
    }
    .m_tbl_board thead {
        display: none;
    }
    .m_tbl_board tr {
        padding: 20px 0;
        border-bottom: 1px solid #d0d0d0;
    }
    .m_tbl_board td {
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        text-align: left;
        color: #9e9e9e;
    }
    .m_tbl_board .tit {
        display: block;
        
        color: #2f2f2f;
    }
  /*   .m_tbl_board td:nth-of-type(1),
    	 .m_tbl_board td:nth-of-type(2), 
    	.m_tbl_board td:nth-of-type(4),
    	.m_tbl_board td:nth-of-type(5) {
      display: inline-block;
    } 
	.m_tbl_board td:nth-of-type(2) {
        width:100%;
    }*/
	
    .m_tbl_board td:nth-of-type(1),
/* 	.m_tbl_board td:nth-of-type(3),
	.m_tbl_board td:nth-of-type(4), */
	.m_tbl_board td:nth-of-type(7) {
        display: none;
    }
    .m_tbl_board td.nodata {
        display: block;
        margin: 0;
        text-align: center;
    }

    .m_tbl_board2 {
        border-top: 1px solid #d0d0d0;
    }
    .m_tbl_board2 thead {
        display: none;
    }
    .m_tbl_board2 tr {
        padding: 20px;
        border-bottom: 1px solid #d0d0d0;
    }
    .m_tbl_board2 td {
        display: inline-block;
        margin-right: 10px;
        padding: 0;
        text-align: left;
        color: #9e9e9e;
    }
    .m_tbl_board2 .tit {
        display: block;
        margin: 0 0 7px 0;
        color: #2f2f2f;
    }
    .m_tbl_board2 td:nth-of-type(1),
    .m_tbl_board2 td:nth-of-type(4),
    .m_tbl_board2 td:nth-of-type(6),
    .m_tbl_board2 td:nth-of-type(8) {
        display: none;
    }
    .m_tbl_board2 td.nodata {
        display: block;
        margin: 0;
        text-align: center;
    }

    /*    .tbl_view td { display:block } */

    /* table - view */
    /* 	.tbl_view{table-layout: fixed;} */
    .tbl_view th {
        border-bottom: 1px solid #d0d0d0;
        font-size: 15px;
        /* display: inline-block;  */
        width: 100% !important;  
    }
    .tbl_view th.tit {
        border-bottom: 1px solid #d0d0d0;
        font-size: 15px;
        display: inline-block;
        width: 100% !important;  
    }
    .tbl_view th strong {
        font-size: 17px;
    }
    .tbl_view td {
        padding: 15px 5px;
        border-bottom: 1px solid #d0d0d0;
        font-size: 15px;
    }
	.tbl_view .box_editor { padding: 10px 0;}
    .tbl_view .files a {
        display: block;
    }
    .tbl_view .files li + li {
        margin-top: 10px;
    }
    .tbl_view .files .file:after {
        width: 16px;
        height: 13px;
        background-size: 195px 195px;
        background-position: -105px -35px;
    }
    .tbl_view td img {
        width: 100%;
        max-width: 100%;
    }

    /* table - write */
    .tbl_write {
        table-layout: fixed;
        font-size: 15px;
        display: block;
    }
    .tbl_write th {
        padding: 15px 0;
        border-bottom: 1px solid #d0d0d0;
        vertical-align: middle;
		display: block;

    }
    .tbl_write td {
        padding: 5px;
        border-bottom: 1px solid #d0d0d0;
    }

    .addFile .files {
        float: none;
        width: 100%;
    }
    .addFile .btn_del_file {
        display: inline-block;
        float: none;
        width: 100%;
        padding: 5px 0;
    }
    .addFile .files + .btn_del_file {
        border-left: 1px solid #d0d0d0;
    }

    .chk_onoff label {
        display: inline-block;
        position: relative;
        width: 110px;
        height: 37px;
        padding: 2px;
        border: 1px solid #d0d0d0;
        border-radius: 20px;
        z-index: 1;
    }
    .chk_onoff label:before {
        width: 40px;
        margin-left: 0;
        line-height: 31px;
        font-size: 13px;
    }
    .chk_onoff label:after {
        top: 2px;
        left: 41px;
        width: 65px;
        height: 31px;
        border-radius: 20px;
        font-size: 13px;
        line-height: 31px;
    }
    .chk_onoff input:checked + label:after {
        content: "ON";
        left: 2px;
        background: #fa610e;
    }
    .chk_onoff input:checked + label:before {
        content: "OFF";
        margin-left: 62px;
    }

    /* table - standard */
    .tbl_fix col:nth-of-type(1) {
        width: 28% !important;
    }
    .tbl_fix select {
        width: 100%;
    }

    .tbl_agree {
        border-top: 0;
        border-bottom: 1px solid #d0d0d0;
    }
    .tbl_agree th {
        border-top: 1px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        font-size: 14px;
        display: block;
        width: 100%;
    }
    .tbl_agree td {
        font-size: 14px;
    }

    /* button */
    .btn1 {
        font-size: 15px;
    }
    .btnArea1 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .btnArea1 .btn + .btn {
        margin-left: 15px;
    }
    .btnArea1.center {
        margin-left: 0;
        margin-right: 0;
    }
    .btnArea1.center .btn {
        width: 120px;
    }
    .btnArea1.center .btn + .btn {
        margin-left: 15px;
    }

    .btnPaging1 {
        float: none;
        margin-top: 10px;
    }
    .btnPaging1 + .pagingWrap {
        margin-top: 15px;
    }

    /* paging */
    .pagingWrap1 {
        margin-top: 15px;
    }
    .paging1 a {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 28px;
    }
    .paging1 a img {
        margin-top: 10px;
    }

    /* 댓글 */
    .box_reply {
        padding: 0 20px;
    }
    .box_reply .id {
        padding: 10px;
    }
    .box_reply .box_write {
        padding-right: 0;
    }
    .box_reply .box_write textarea {
        height: 90px;
    }
    .box_reply .box_write button {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        border: 1px solid #d0d0d0;
        border-left: 1px solid #d0d0d0;
        border-top: 0;
        line-height: 30px;
    }
    .box_reply .box_write a {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        border: 1px solid #d0d0d0;
        border-left: 1px solid #d0d0d0;
        border-top: 0;
        line-height: 30px;
    }

    .tbl_reply .reply {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
    }
    .tbl_reply td {
        padding: 10px 0;
    }
    .tbl_reply .reply strong {
        font-size: 15px;
        color: #0c4ca3;
    }
    .tbl_reply .reply p {
        font-size: 14px;
    }
    .tbl_reply .btns {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    /* 가입완료 */
    .complateJoin div {
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 10px 0;
        text-align: center;
    }
    .complateJoin > strong {
        font-size: 25px;
        color: #0c4ca3;
    }

    /* login */
    .login {
        padding: 35px 0;
        border: 5px solid #ebf2fa;
    }
    .login p {
        width: 100%;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        padding: 0 10px;
    }
    .login p strong {
        display: block;
        margin-bottom: 15px;
        font-size: 40px;
        text-align: center;
        line-height: 1;
    }
    .login p strong img {
        display: none;
    }
    .login p span {
        margin-left: 0;
    }
    .login + p {
        margin: 10px;
        font-size: 14px;
        text-align: left;
    }

    .login .inputBox {
        position: relative;
        top: 0;
        left: 0;
        width: 275px;
        margin: 20px auto;
        text-align: left;
    }
    .login .inputBox span {
        display: block;
        padding: 0 10px;
    }
    .login .inputBox span + span {
        margin-top: 10px;
    }
    .login .inputBox label {
        width: 77px;
        font-size: 14px;
    }
    .login .inputBox input {
        width: 168px;
    }
    .login .inputBox button {
        position: relative;
        width: 90%;
        height: 50px;
        margin-top: 20px;
        line-height: 50px;
        margin: 10px auto;
    }

    .btn_border1 {
        width: 135px;
        font-size: 13px;
    }

    /* 아이디 비밀번호 찾기 */
    .find_info {
        padding: 20px;
        background: none;
    }
    .find_info span {
        position: relative;
        padding-left: 85px;
    }
    .find_info span + span {
        margin-top: 10px;
    }
    .find_info label {
        position: absolute;
        top: 10px;
        left: 0;
        width: 85px;
    }
    .find_info input {
        width: 100%;
    }
    .find_info strong {
        margin-left: 0;
    }

    /* 행사일정 */
    .tbl_event thead {
        display: none;
    }
    .tbl_event tr {
        position: relative;
        padding-bottom: 15px;
        border-bottom: 1px solid #d0d0d0;
    }
    .tbl_event td {
        padding: 0 15px;
        font-size: 16px;
    }
    .tbl_event .month {
        padding: 1px 0;
    }
    .tbl_event .nodata {
        padding: 1px 0;
    }
    .tbl_event .tit {
        padding: 15px 5px 15px 10px;
        color: #2f2f2f;
    }
    .tbl_event .tbl_btn {
        position: absolute;
        bottom: 20px;
        right: 0px;
        padding: 0;
    }

    .tbl_event td.pcOnly {
        display: none;
    }
    .tbl_event th.pcOnly {
        display: none;
    }

    .ico_list:before {
        background: none;
        width: 0;
        margin-right: 0;
    }

    .ico_calendar:before {
        background: none;
        width: 0;
        margin-right: 0;
    }

    .calendar_tab .btnArea a {
        padding: 0 10px;
    }

    .event_txt_box1 {
        margin-top: -10px !important;
    }

    /* tab dropdown */
    .dropdown {
        position: relative;
        height: 46px;
        overflow: visible;
        z-index: 1;
    }
    .dropdown ul {
        position: absolute;
        top: 46px;
        width: 100%;
        overflow: visible;
    }
    .dropdown li {
        float: none;
        width: 100%;
    }
    .dropdown li + li {
        margin-left: 0;
    }
    .dropdown a {
        width: 100%;
        height: auto;
        padding: 15px 0;
        border-bottom: 0px solid #ccc;
        border-top: 0;
        line-height: 100%;
        font-size: 14px;
        background: #f3f3f3;
    }

    .dropdown .is-selected {
        position: absolute;
        top: -46px;
        left: 0;
    }
    .dropdown .is-selected a {
        border: 0px solid #006fb5;
        border-bottom: 2px solid #5984ca;
        background: #5984ca;
        color: #fff;
    }
    .dropdown .is-selected:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 10px;
        width: 22px;
        height: 14px;
        background: url(../images/ico_closed_lnb.png) no-repeat top left;
        background-size: 22px 14px;
    }
    .dropdown li:not(.is-selected) {
        display: none;
    }
    .dropdown .is-opended li:not(.is-selected) {
        display: block;
    }
    .dropdown .is-opended .is-selected:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown_event {
        position: relative;
        height: 46px;
        overflow: visible;
        z-index: 1;
    }
    .dropdown_event ul {
        position: absolute;
        top: 46px;
        width: 100%;
        overflow: visible;
    }
    .dropdown_event li {
        float: none;
        width: 100%;
    }
    .dropdown_event li + li {
        margin-left: 0;
    }
    .dropdown_event a {
        width: 100%;
        height: auto;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        border-top: 0;
        line-height: 100%;
        font-size: 14px;
    }
    .dropdown_event .is-selected {
        position: absolute;
        top: -46px;
        left: 0;
    }
    .dropdown_event .is-selected a {
        border: 1px solid #006fb5;
        border-bottom: 1px solid #006fb5;
        background: #006fb5;
        color: #fff;
    }
    .dropdown_event .is-selected:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 10px;
        width: 22px;
        height: 14px;
        background: url(../images/ico_closed_lnb.png) no-repeat top left;
        background-size: 22px 14px;
    }
    .dropdown_event li:not(.is-selected) {
        display: none;
    }
    .dropdown_event .is-opended li:not(.is-selected) {
        display: block;
    }
    .dropdown_event .is-opended .is-selected:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* 회원 검색 */
    .memberSearch {
        margin-bottom: 15px;
        padding: 20px;
        border: 4px solid #ebf2fa;
        text-align: center;
    }
    .memberSearch p {
        margin-bottom: 10px;
        padding-left: 0;
        background: none;
        font-size: 15px;
        text-align: left;
        height: auto;
    }
    .memberSearch p strong {
        font-size: 18px;
        font-weight: normal;
    }
    .memberSearch input {
        width: 100%;
        height: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .memberSearch .btn {
        width: 120px;
    }

    .bottom_search {
        margin-top: 20px;
        overflow: hidden;
    }
    .bottom_search .box_search {
        display: block;
        float: none;
    }
    .bottom_search .box_search input {
        width: 100%;
        font-size: 12px;
    }
    .bottom_search .btnArea {
        display: block;
        float: none;
        margin: 0 20px;
    }

    .box_search {
        position: relative;
        float: none;
        margin-bottom: 0;
        padding: 0;
        overflow: hidden;
    }
    .box_search input {
        float: none;
        width: 100% !important;
    }
    .box_search a {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }
    .box_search button {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
    }

    /* login2  */
    .login2 {
        width: 100%;
    }
    .login2 p span.txt {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }
    .login2 .inputBox {
        width: 100%;
    }
    .login2 .inputBox span {
        margin-left: 20px;
    }
    .login2 .inputBox input {
        width: 70%;
        height: 40px;
        border: 1px solid #d0d0d0;
    }
    .login2 .inputBox a {
        display: block;
        width: 40%;
        height: 70px;
        line-height: 70px;
        margin: 20px auto;
        position: relative;
        left: 0px;
    }
    /* .login2 .inputBox a { display: block; position: absolute; top: 0; left: 250px; width: 150px; height: 100%; background: #0c4ca3; color: #fff; font-size: 20px; font-weight: 700; text-align: center; line-height: 90px; } */

    /* 학술행사 연혁 */
    .tbl_history {
        border-top: 1px solid #d0d0d0;
        margin-top: 30px;
    }
    .tbl_history tr {
        padding: 15px 20px;
        border-bottom: 1px solid #d0d0d0;
    }
    .tbl_history td {
        padding: 0;
    }
    .tbl_history td dt {
        margin-bottom: 7px;
    }
    .tbl_history td dd {
        font-size: 15px;
        line-height: 140%;
    }

    .tbl_history .tbl_btn {
        margin-top: 1px;
    }
    .tbl_history .tbl_btn a {
        width: 80px;
        margin: 0 0 0 5px;
        font-size: 14px;
    }

    .tbl_member td select,
    .tbl_member td input[type="text"],
    .tbl_member td input[type="password"] {
        width: 100%;
    }

    .calendar_tab {
       /*  margin: 20px; */
    }
    .calendar_tab .btnArea {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        float: none;
        margin: 0 0 10px 0;
    }
    .calendar_tab .btnArea a {
        width: 50%;
    }
    .calendar_tab .btnArea .btn + .btn {
        margin-left: 20px;
    }
    .calendar_tab select {
        width: 100%;
        height: 40px;
    }

    .ico_list:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 14px;
        margin-right: 10px;
        background: url(../images/ico_list.png) no-repeat top left;
        vertical-align: middle;
    }

    .ico_calendar:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background: url(../images/ico_calendar.png) no-repeat top left;
        vertical-align: middle;
    }

    /* 갤러리 */
    .list_gallery a {
        float: none;
        width: 100%;
        margin: 0;
    }
    .list_gallery a + a {
        margin-top: 15px;
    }
    .list_gallery a .img {
        width: 100%;
        height: auto;
    }
    .list_gallery a .img img {
        width: 100%;
    }
    .list_gallery a .txt {
        font-size: 18px;
    }

    /* e-learning */
    .elearning_list {
        float: left;
        display: block;
        width: 100%;
		height:auto;
        box-sizing: border-box;
        padding: 20px 10px;
        margin: 0 0 20px 0;
       
    }

    .elearning_list a {
        display: inline-block;
        width: 100%;
		height: auto;
    }
    .elearning_list a .list_box {
    }
    .elearning_list a .list_box {
        display: block;
        width: 100%;
        padding: 0;
		margin:0;
    }

    .elearning_list a .list_box img {
        float: left;
        width: 35%;
        height: auto;
    }
    .elearning_list a .list_box .tit_txt {
        float: left;
        width: 60%;
        overflow: hidden;
        height: 170px;
    }
    .elearning_list a .list_box .tit_txt .tit_meeting {
        font-size: 17px;
        letter-spacing: -0.04em;
        width: 100%;
    }

    .elearning_list a .list_box .tit_txt .name {line-height:1.4em;}

 
    /* vod */
    .tbl_vod_list,
    .tbl_vod_list > thead,
    .tbl_vod_list > tbody,
    .tbl_vod_list > thead > tr,
    .tbl_vod_list > tbody > tr,
    .tbl > tr,
    .tbl_vod_list > thead > tr > th,
    .tbl_vod_list > tr > th,
    .tbl_vod_list > thead > tr > td,
    .tbl_vod_list > tbody > tr > td,
    .tbl_vod_list > tr > td {
        display: block;
    }

    .tbl {
        font-size: 16px;
    }

    .tbl_vod_list th,
    .tbl_vod_list td {
        border: 0;
        display: block;
    }
    .tbl_vod_list td:nth-of-type(2) {
        width: 40%;
        border: 0;
        display: block;
    }
    .tbl_vod_list td:nth-of-type(2) a img {
        width: 100%;
    }
    .tbl_vod_list td:nth-of-type(3) {
        width: 100%;
        border: 0;
        display: block;
    }

    .w400m100 {
        width: 100% !important;
    }

    .regist_login_box {
        padding: 10px;
        margin-bottom: 90px;
    }
    .regist_login_box .regist_login_box1 {
        width: 48%;
        height: 145px;
        padding: 50px 20px;
        background: #821a1a url(../images/ico_arr1.png) no-repeat 95% 50%;
        background-size: 25px 25px;
        margin-right: 10px;
        float: left;
    }
    .regist_login_box .regist_login_box1 a {
        color: #fff;
        font-size: 16px;
    }
    .regist_login_box .regist_login_box2 {
        width: 48%;
        height: 145px;
        padding: 50px 20px;
        background: #d59b32 url(../images/ico_arr1.png) no-repeat 95% 50%;
        background-size: 25px 25px;
        float: left;
    }
    .regist_login_box .regist_login_box2 a {
        color: #fff;
        font-size: 16px;
    }
    .regist_login_box .regist_login_box3 {
        width: 90%;
        float: none;
        margin: 0 auto;
        height: 70px;
        line-height: 70px;
    }
    .regist_login_box .regist_login_box4 {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        height: 70px;
        line-height: 70px;
    }

    .regist_login_box1_2 {
        padding: 40px 20px;
    }
    .regist_login_box1_2 .regist_login_box3 {
        width: 100%;
        float: none;
    }
    .regist_login_box1_2 .regist_login_box4 {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .regist_login_box_Big {
        margin-top: 0;
    }

    /* 병원 찾기 */
    .m_tbl_find {
        border-top: 1px solid #d0d0d0;
    }
    .m_tbl_find thead {
        display: none;
    }
    .m_tbl_find tr {
        position: relative;
        padding: 15px 97px 15px 60px;
        border-bottom: 1px solid #d0d0d0;
    }
    .m_tbl_find td {
        padding: 0;
        text-align: left;
    }
    .m_tbl_find .tit {
        margin-bottom: 7px;
    }
    .m_tbl_find .dr,
    .m_tbl_find .of,
    .m_tbl_find .psg {
        margin-top: 5px;
        text-align: left;
    }
    .m_tbl_find .dr:before {
        content: "담당의 : ";
    }
    .m_tbl_find .of:before {
        content: "대표전화 : ";
    }
    .m_tbl_find .psg:before {
        content: "PSG운영 여부 : ";
    }
    .m_tbl_find .num {
        position: absolute;
        top: 50%;
        left: 0;
        width: 60px;
        margin-top: -10px;
        color: #8d8d8d;
        text-align: center;
    }
    .m_tbl_find .btns {
        position: absolute;
        top: 50%;
        right: 0;
        width: 97px;
        margin-top: -20px;
        text-align: center;
    }

    .find_hospital {
        margin-top: 0;
    }
    .find_hospital p {
        height: auto;
    }
    .find_hospital select {
        width: 100%;
        height: 35px;
        margin-bottom: 10px;
    }

 .welcomeBox p.tit {
    position: relative;
    top: 20px;
    left: 0px;
    font-weight: 600;
    color: #0e4194;
    font-size: 22px;
}
.welcomeBox p.subject {
    position: relative;
    top: 40px;
    left: 0px;
    color: #232323;
    font-size: 18px;
    word-break: break-all;
    width: 100%;
	height:auto;
}
    .res_img {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .list_newsletter {
        text-align: center;
    }

    #calendar .calendar_top .btn_box .fc-today-button {
        margin-top: 40px;
    }
    #calendar table.calendar {
        margin-top: 50px !important;
    }
    #calendar table.calendar td {
        word-break: break-all;
    }


   #hospital_view {
        left: 0; 
        width: 100%;
        margin-left: -10px;
		position:fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%);
		overflow: scroll;
        height: 100%;

    }

 

    /* 연혁 */
    .list_history .yearWrap {
        margin-left: 20px;
        padding-left: 50px;
    }
    .list_history .yearWrap .year {
        position: absolute;
        top: 0;
        left: -35px;
        width: 70px;
        height: 70px;
        line-height: 60px;
        font-size: 15px;
    }
    .list_history .yearWrap .list p.first {
        padding-left: 80px;
    }

    .boxContact {
        margin-bottom: 30px;
        padding: 66px 20px 14px;
        background-position: center 16px;
        background-size: 57px auto;
        line-height: 1.2;
        font-size: 14px;
    }
    .boxContact .address {
        letter-spacing: 0em;
    }
    .boxContact .info ul li {
        float: none;
        letter-spacing: -0.01em;
    }
    .boxContact .info ul li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    .boxContact .info ul li strong {
        display: block;
    }
    .float_part1 {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .float_part2 {
        float: none;
        width: 100%;
    }

    .boxSponsor1 a img {
        width: 100%;
        border: 1px solid red;
    }
    .boxSponsor1 .owl-carousel .owl-item img {
        display: block;
        width: 130px;
        border: 1px solid #ccc;
        height: 50px;
    }
    .boxSponsor1 .owl-carousel .item a {
        width: 130px;
        height: 50px;
        display: block;
        margin: 0 20px;
    }

    .boxSponsor1 .owl-nav .owl-prev {
        display: none;
    }
    .boxSponsor1 .owl-nav .owl-next {
        display: none;
    }

    .login2 p {
        width: 100%;
        padding: 5px 10px;
    }


.btnJoinSample { display:block;width:100%; min-height:40px; height:auto; position:relative; padding:10px;background:#181818; color:#fff; font-size:16px; line-height:1.5em; text-align:left; }
.btnJoinSample:after { content:''; width:40px; min-height: 40px; height: 100%;position:absolute; right:0; top:0; display:inline-block; background:url('../images/iconJoinDown.png') center center no-repeat #0e6eb9; }
.btnJoinSample span { color:#cae3ff;display: inline-block;padding-right:30px; }

.mo_inline { display: inline-block !important;    }

.contWrap h4.tit2 {font-size: 20px;}

.tableBasic2 {
	font-size: 16px;
}
.tableBasic2 thead th {
	padding: 12px 8px;
	vertical-align: middle; 
	font-size: 16px;
}
.tableBasic2 th {
	padding: 12px 8px;
	vertical-align: middle; 
	font-size: 16px;
}
.tableBasic2 tbody td {
	padding: 12px 8px;
	vertical-align: middle;
	overflow: auto;
	font-size: 16px;
}
.tableBasic2 td {
	padding: 12px 8px;
	vertical-align: middle;
	overflow: auto;
	font-size: 16px;
}

/* 슬립테크 리뷰 */
.tech_list a .list_box img {
    float: left;
    object-fit: cover;
    width: 140px;
	max-height:150px;
	border-radius:10px;

}
.tech_list a .list_box .tit_txt {
    float: left;
    width: calc(100% - 120px);
    margin-left: 20px;
    display: inline-block;
}
 
 
.tech_list a .list_box .tit_txt .name {
    color: #000;
    font-size: 16px;
	padding-top:10px;
}
 
.tech_list .admin_btn {TEXT-ALIGN:RIGHT}
.regist_login_box .regist_login_box3 {background-size: 8%;}
.regist_login_box .regist_login_box4 {background-size: 8%;}
.regist_login_box .regist_login_box3 a { font-size: 17px; }
.regist_login_box .regist_login_box4 a { font-size: 17px; }

.prize_history td dd { font-size: 15px;}
.prize_history td dd span.who2 {background:none;text-align:center;}

/* FAQ */
.faq_box {margin-bottom: 20px; padding: 30px 20px;}
.faq_box .faq_search{background:none ; width:100%;; } 
.faq_box .faq_search p {height: auto; margin-left: 0; padding-top: 10px;    margin-bottom: 30px;}
.tit_faq span {display:block;position:absolute;right:10px;}
.tit_faq>a {font-size:17px;}
.faq_item .tit_faq{padding:10px; }
.faq_item .tit_faq .faq_admin_btn1{padding:0}
.faq_item .tit_faq .faq_admin_btn1 a{font-size:13px;padding:0;}

.innerImg span.detail {width:100%;text-align:left;margin:0}
h4.subtit { font-size: 22px;letter-spacing: -0.05em;}

.mypage_box {width:45%;}
.sleeptech_blank {width:100%;min-height: 160px;}
.btn_techmore1 {position: relative;    top: 100px;     float: right;padding: 7px 7px 7px 25px;}
 

}

@media all and (max-width:480px){/*mobile*/

/* 이후추가 */

    .login2 .inputBox a {
        display: block;
        width: 150px;
        height: 70px;
        line-height: 70px;
        margin: 20px auto;
        position: relative;
        left: 0px;
    }
    .login2 .inputBox {width: 90%;    }
    .login2 .inputBox input {width: 90%;    }
    .login2 .inputBox span {margin-left: 10px;    }

    /* .login2 p span { margin-left: 20px; width:300px; } */
    .login2 p {width: 100%;    }
    .login2 p span img {display: none;    }
    .login2 p span.txt {display: block;        margin: 10px;    }


/* 인사말 */
    .welcomeBox img {text-align: center;        width: 100%;}


.btn.left2 {    padding: 0;    margin: 0 0 10px;    float: none;    text-align: left;}

/* 학술연구비 연력 */
.prize_history span {display:block;;}
.prize_history strong span   {display: block;}


.elearning_list {height:auto;padding:20px;background:none;height: auto;}
.elearning_list a .list_box img {float:none;width:100%;}
.elearning_list a .list_box .tit_txt {float:none;width:100%;max-width:100%;height:auto;margin-left:0;padding-top:20px;}
 
/* 슬립테크 리뷰 */
.tech_list a .list_box img {
    float: left;
    object-fit: cover;
    width: 100px;
	max-height:200px;
	border-radius:10px;
    height: auto;
}
.tech_list a .list_box .tit_txt {
    float: left;
    width: 100%;
    margin-left: 0px;
    display: inline-block;
}
 .tech_list a .list_box .tit_txt .tit_product {font-size:16px;}
 .tech_list a .list_box .tit_txt .cat {font-size:14px;padding-top:6px;}

 
.tech_list a .list_box .tit_txt .name {
    color: #000;
    font-size: 17px;
	padding-top:6px;
	line-height:1.3em;
	max-width: 80%;
}



.prize_history td dd span.who {display:block;}
.w300 {width: 100% !important;}
.w200 {width: 100% !important;}
.w150 {width: 100% !important;}
.w60 {width: 100% !important;}
.w120 {width: 100% !important;}

.contWrap .tit_commandment {padding:0 20px;}
.contWrap .tit_commandment img{width:100%;max-width:338px;}

.mypage_box {width:90%; }

.mainTop .boxArea .item .date {margin-top:20px;}
.mainTop .boxArea .item .date2 {font-size:15px;}
.mainTop .boxArea .item .venue2 {font-size:15px;}
.mainTop .boxArea .item .title_event {font-size:15px;}
}
