@charset "utf-8";
/* CSS Document */

@font-face {font-family:'YES24';	src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YES24.woff') format('woff');	font-weight:normal;	font-style:normal;}
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 500;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('font-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('font-woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('font-woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('font-woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

#header{width:1200px;margin:0 auto;display: flex;justify-content: space-between;align-items: center;}
#header h1{}
#header h1 > a{}

#nav{width: 700px;height:auto;box-sizing:border-box;z-index:999;position:absolute;left: 50%;top: 12px;transform: translate(-50%);}
#nav a {font-weight:600;position:relative;letter-spacing:-0.8px;text-decoration: none;}
#nav .sub_menu_parent > a:hover {color:#333 !important}
#nav a:hover {color:#fff !important }
#nav ul,
#nav ul li {display:block;text-align:left;box-sizing:border-box;}
#nav > ul {position:relative;transition:all 0.1s linear;z-index:2;display:flex;justify-content:space-between;line-height: 69px;}
#nav > ul > li {text-align:center;font-size:17px;font-weight:600;color:#333;height: 60px;box-sizing:border-box;position:relative;width: 22%;}
#nav > ul > li:first-child { border-left: none; }
.sub_menu {background: #01b1ec;text-align:center;border-radius: 0px;padding: 5px 0 !important;}
.sub_menu a{color:#fff;font-size:15px;text-align:center;font-weight:100;width: 100%;display: inline-block;}
.sub_menu li:hover a{text-decoration:underline !important; text-underline-position: under;}
.sub_menu_parent { position: relative; }
.sub_menu{ visibility: hidden;  opacity: 0; position: absolute; top: 100%; left: 0; width: 100%; transform: translateY(-2em); z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;}
.sub_menu > li{height: 43px;line-height: 38px; border-bottom:1px dotted rgba(255,255,255,0.3);}
.sub_menu > li:last-child{border-bottom:none;}
.sub_menu > li > a{}
.sub_menu_parent:focus .sub_menu{visibility: visible; opacity: 1;  z-index: 1;  transform: translateY(0%);  transition-delay: 0s, 0s, 0.3s; }
.sub_menu_parent:focus-within .sub_menu{visibility: visible; opacity: 1;  z-index: 1;  transform: translateY(0%);  transition-delay: 0s, 0s, 0.3s; }
.sub_menu_parent:hover .sub_menu{visibility: visible; opacity: 1;  z-index: 1;  transform: translateY(0%);  transition-delay: 0s, 0s, 0.3s; }


#header .login_area{display: flex;justify-content: space-between;align-items: center;margin-top: 18px;}
#header .login_area a{border: 1px solid #01b1ec;border-radius: 25px;padding: 6px 18px;font-size: 13px;font-weight: 500;display: block;color:#01b1ec;}
#header .login_area a:last-child{border: 1px solid #ccc;color: #666; margin-left:5px;}

.visual_area{margin:0 auto;height: 480px;}
.visual{width:1200px;margin: 0 auto;background: url(/images/v_bg.png)no-repeat;height: 480px;background-position-y: bottom;position: relative;}
.visual .txt{position: absolute;top: 80px;left: 118px;z-index: 1;}
.visual .txt p{font-size:15px; color:#444; letter-spacing:-0.8px;}
.visual .txt p:nth-child(1){font-weight: 500;}
.visual .txt > div + p{color:#008cb8;margin-top: 50px;line-height: 28px;}

.visual .txt > div{margin-top: 35px;}
.visual .txt > div > div{color:#008cb8;font-family:'YES24';font-size:48px;letter-spacing:-1.4px;}

.visual .img_area{position: relative;}
.visual .img_area .img1{position: absolute;top: 0;right: 0;}

.banner{width:1200px;margin:0 auto;margin-top: 40px;display: flex;justify-content: space-between;}
.banner > a{height: 160px;width: 185px;background: #eef5ff;border-radius: 8px;box-sizing: border-box;padding: 30px 0 0 20px;color: #000;letter-spacing: -0.7px;font-size: 13px;cursor:pointer;}
.banner > a:nth-child(1){background: url('/images/banner_bg.png') no-repeat;height: 203px;width: 580px;}
.banner > a:nth-child(2){background: #eef5ff url('/images/banner1.png') no-repeat 92% 82%;}
.banner > a:nth-child(3){background: #eef5ff url('/images/banner2.png') no-repeat 92% 82%;}
.banner > a:nth-child(4){background: #eef5ff url('/images/banner3.png') no-repeat 92% 82%;}
.banner > a:nth-child(1) > span{font-size: 13px;display: block;margin-bottom: 29px;}
.banner > a:nth-child(1) > p{font-family: 'YES24';font-size: 18px;letter-spacing: 0px;line-height: 23px;color: #000;}
.banner > a > p{font-size:16px;font-family: 'YES24';letter-spacing: 0px;line-height: 20px;color: #000;}
.banner > a > em{margin-top: 40px;display: block;font-size: 12px;color: #878787;text-decoration: underline;}

.line_bg{height: 64px;width: 100%;background: #f4f4f4;margin-top: 20px;}
.line_bg .line{width: 1200px;margin: 0 auto;line-height: 65px;display: flex;justify-content: space-between;}
.line_bg .line a{display: block;width: 50%;text-align: center;font-size: 14px;font-weight: 500;color: #666;}
.line_bg .line span{width: 2px;background: url('/images/line.png')no-repeat center;}
.line_bg .line a.bullet{background: url('/images/bullet1.png')no-repeat 73% center;}
.line_bg .line a.bullet2{background: url('/images/bullet1.png')no-repeat 85% center;}

.notice_area{width: 1200px;margin: 0 auto;margin-top: 40px;display: flex;justify-content: space-between;}
.notice_area > div{width:48%;}
.notice_area .tit{font-family: 'YES24';font-size: 18px;color: #333;margin-bottom: 20px;}
.notice_area .tit a{display: inline-block;width: 20px;height: 17px;line-height: 11px;text-align: center;}
.notice_area .quick{}
.notice_area .quick .quick_box{border: 1px solid #cdcdcd;height: 206px;border-radius: 8px;display: flex;flex-wrap: wrap;}
.notice_area .quick .quick_box a{flex: 1 1 40%;box-sizing: border-box;padding-left: 109px;display: inline-block;height: 103px;line-height: 103px;font-size: 17px;color: #505050;letter-spacing: -0.8px;}
.notice_area .quick .quick_box a:nth-child(1){background: url('/images/quick1.png')no-repeat 60px 34px;border-bottom: 1px solid #cdcdcd;border-right: 1px solid #cdcdcd;}
.notice_area .quick .quick_box a:nth-child(2){background: url('/images/quick2.png')no-repeat 60px 34px;border-bottom: 1px solid #cdcdcd;}
.notice_area .quick .quick_box a:nth-child(3){background: url('/images/quick3.png')no-repeat 60px 34px;border-right: 1px solid #cdcdcd;}
.notice_area .quick .quick_box a:nth-child(4){background: url('/images/quick4.png')no-repeat 60px 34px;}
.notice_area .notice .list{border: 1px solid #cdcdcd;height: 206px;border-radius: 8px;box-sizing: border-box;padding: 30px;display: flex;flex-direction: column;}
.notice_area .notice .list a{height: 39px;line-height: 39px;font-size: 15px;letter-spacing: -0.8px;display: flex;justify-content: space-between;}
.notice_area .notice .list a > p{width:400px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.notice_area .notice .list a > span{float: right;color: #a9a9a9;font-size: 13px;}
.notice_area .notice .list a:hover{text-decoration:underline !important;}

#footer{width:100%;border-top:1px solid #cdcdcd;margin-top: 50px;display: block;padding-bottom: 10px;}
#footer .footer_area{width:1200px;margin:0 auto;}
#footer .f_nv{height: 20px;margin-top: 24px;}
#footer .f_nv a{font-size: 13px;border-right: 1px solid #ccc;display: inline-block;padding: 0px 38px 0px 23px;font-weight: 500;}
#footer .f_nv a:first-child{padding-left:0;}
#footer .f_nv a:last-child{border-right:none;}
#footer .f_nv + div{display: flex;justify-content: space-between;margin-top: 12px;}
#footer .copyright{width: 100%;font-size: 13px;line-height:24px;letter-spacing:-0.3px;color:#333;}
#footer .copyright > span{margin-right:16px;}
#footer .copyright p{font-size:12px;color: #878787;}
#footer  select{width: 150px;}

#contain{width: 100%;position: relative;margin-top: 10px;}

/* 서브네비 */
.snb_warp {width:100%;height:auto;z-index:1;display:flex;justify-content:center;background: #f4f4f4;box-sizing: border-box;margin-top: 0;position: relative;}
.snb_inner {width:1200px;margin:0 auto;position: relative;}
.snb_warp:before {content:''; display:block; width:20%; height:64px; opacity:0; background-color:#159d5b; box-shadow: 1px -3px 8px black; position:absolute; bottom:0; right:0; z-index:0; transition:width .4s;}
.snb_warp .snb_inner > p {width: 84px;height: 60px;float:left;background: #ebebeb;}
.snb_warp .snb_inner > p > a {display:block;width:100%;height:100%;text-align: center;padding: 0;margin: 0;line-height: 58px;}
.snb_warp .snb_inner > p > a > span{}
.snb_warp .snb_inner > div {width: 280px;position:relative;float:left;border-right: 1px solid #ddd;font-size: 16px;height: auto;}
.snb_warp div p {background-repeat:no-repeat; background-position:90% 50%; position:relative;}
.snb_warp div p > a {display:block;width:100%;height: 60px;line-height: 60px;padding:0 20px;box-sizing: border-box;font-size: 14px;font-weight: 500;}
.snb_warp div p > span {position:absolute;top: 17px;right:20px;font-size: 20px;color: #b7b7b7;}
.snb_warp div ul {display:none;width:100%;height:auto;position:absolute;top: 60px;left:0;overflow:hidden;}
.snb_warp div ul li {width:100%; height:auto;}
.snb_warp div ul li a {display:block;width:100%;height:100%;padding:20px;position:relative;box-sizing: border-box;background: #f4f4f4; font-size:14px;}
.snb_warp .depth_one p {background: #fff;color:#000;}
.snb_warp .depth_one ul {background: #fff; box-shadow:1px 7px 10px rgba(0,0,0,0.1); }
.snb_warp .depth_one ul li a:hover {color:#333;  }
.snb_warp .depth_one ul li .current {background:#159d5b; color:#fff;}
.snb_warp .depth_one ul li:hover .current {color:#fff !important;}
.snb_warp .depth_two p {background-color: #f4f4f4;color: #333;}
.snb_warp .depth_two p i:before {}
.snb_warp .depth_two ul {background:#fff;color:#666;box-shadow:1px 7px 10px rgba(0,0,0,0.1);display:none;}
.snb_warp .depth_two ul li a:hover {/* color: #fff; */background: #e5e5e5;filter: none;}

.snb_warp .snb_inner > div.point_area{position: absolute;right: 0;border-right: none;width: 318px;display: flex;justify-content: space-between;height: 58px;align-items: center;}
.point_area .my_point{display: flex;justify-content: space-between;width: 218px;margin-right: 10px;}
.point_area .my_point > div{}
.point_area .my_point > div > span{margin-right: 5px;font-size: 13px;font-weight: 500;}
.point_area .my_point > div > span.red{}
.point_area a{background: #0cb0e4;color: #fff;padding: 12px 6px;border-radius: 5px;}


.sub_contnets{width:1200px;margin:0 auto;padding:40px 0;z-index: 0;min-height: 600px;}
.sub_contnets h3{font-size: 18px;display: inline-block;font-family: 'YES24';color: #333;font-weight: normal;position: relative;width: 98%;}
.sub_contnets h3 > p{font-size:13px;font-weight:400;margin-top: 8px;color: #999;}
.sub_wrap_con{margin-top: 20px;display:flex;justify-content: space-between;}

.phone{border: 1px solid #cdcdcd;width: 484px;height: 628px;border-radius: 8px;position:relative;box-sizing: border-box;overflow: hidden;}
.phone .time_area{display: flex;justify-content: space-between;font-size: 13px;font-weight: 600;height: 30px;line-height: 30px;padding: 0 7px;}
.phone .time{}
.phone .time > span{}
.phone .fix_lms{}
.phone .fix_lms input{}
.phone .s_tit{background:#900674;color:#fff;height:42px;line-height:42px;box-sizing:border-box;}
.phone .s_tit h5{font-size:16px;font-weight:600;display: inline-block;padding-left: 7px;box-sizing: border-box;}
.phone .s_tit a{float:right;background: #71005a url('/images/view_icon.png')no-repeat 18px 14px;width: 113px;color: #fff;font-size: 14px;font-weight: 600;padding-left: 38px;box-sizing: border-box;}
.phone .text{/* padding: 0 15px; */box-sizing: border-box;}
.phone .text > .line{border-bottom:1px solid #ddd;}

.phone .text .flex{display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px solid #ddd;box-sizing: border-box;padding: 0 15px;}
.phone .text .flex .fix_lms{display: flex;width: 121px;font-size: 13px;font-weight: 500;letter-spacing: -1px;line-height: 25px;margin: 3px 0 0 5px;}
.phone .text .flex .fix_lms input[type=checkbox]{width: 14px;margin-right: 7px;height: 26px;}
.phone .text .flex .fix_lms input[type=text]{box-sizing:border-box; padding:0 5px;border-radius:0;}





.phone .text input{width:100%;background:#fff;border:none;/* border-bottom:1px solid #ddd; */height: 60px;padding: 0 15px;box-sizing: border-box;}
.phone .text textarea{width:100%;border: none;height: 390px;resize: none;padding: 20px 15px;box-sizing: border-box;overflow-y: hidden;font-family: 'Nanum Gothic';line-height: 22px;font-size: 14px;}

.phone .text input::placeholder, .phone .text textarea::placeholder{font-size:15px;font-family:'NanumBarunGothic'; color:#ccc; line-height:22px;font-weight:300; }

.phone_area{}
.phone_area .btn_box{display: flex;justify-content: flex-end;font-size: 13px;padding: 7px 7px;box-sizing: border-box;}
.phone_area .btn_box > a{font-size: 14px;font-weight: 600;background: url('/images/re.png')no-repeat 0px 6px;padding-left: 21px;height: 30px;line-height: 27px;}
.phone_area .btn_box .byte{display: flex;line-height: 30px;font-size: 13px;}
.phone_area .btn_box .byte > span{font-size: 13px;font-weight: 500;}
.phone_area .btn_box .msg_bytes{text-align: right;font-size: 13px;font-weight: 400;margin: 0 16px;}
.phone_area .btn_box .msg_bytes > span:first-child{font-size: 15px;color:#f0005a;font-weight: 500;}

.phone_area .btn_box2{background: #eef5ff;display: flex;justify-content: space-around;height: 56px;line-height: 56px;border-top: 1px solid #cdcdcd;}
.phone_area .btn_box2 > a{color: #333;font-weight: 600;text-align: center;width: 33%;border-right: 1px solid #cdcdcd;font-size: 14px;}
.phone_area > .btn_box2:nth-child(3) > a{width:50%;}
.phone_area .b_line, .phone .b_line{border-bottom:1px solid #ddd;}

.phone_area .collback_area{display: flex;justify-content: space-between;vertical-align: middle;line-height: 60px;font-size: 14px;}
.phone_area .collback_area h5{padding-left: 30px;box-sizing: border-box;font-weight: normal;font-size: 14px;}
.phone_area .collback_area .box{display: flex;justify-content: space-between;width: 73%;}
.phone_area .collback_area .box select{width: 212px;height: 100%;border: none !important;font-size: inherit;}
.phone_area .collback_area .box .btn{box-sizing: border-box;display: flex;justify-content: space-between;width: 120px;height: 100%;}
.phone_area .collback_area .box .btn a{width: 60px;background: #d7d7d7;text-align: center;box-sizing: border-box;height: 100%;font-size: 14px;font-weight: 600;line-height: 54px;}
.phone_area .collback_area .box .btn a:last-child{margin-left:1px;}

.list_area{width: 100%;}
.list_area .step1{display: flex;justify-content: space-between;}
.list_area .step1 > div{display: flex;align-items: center;border-radius: 8px;border: 1px solid #cdcdcd;}
.list_area .step1 input{width: 20%;height: 28px;border: none;border-right: 1px solid #cdcdcd;border-radius: 0;}
.list_area .step1 input:first-child{width: 36%; padding-left:10px; font-size:13px;}


.list_area .step1 input:last-child{border-right: none;}
.list_area .step1 a{width: 68px;height: 63px;line-height: 63px;background: #eef5ff;border: 1px solid #cdcdcd;border-radius: 8px;text-align: center;margin-left: 5px;font-size: 14px;}
.list_area .step2{margin-top: 13px;display: flex;justify-content: space-between;}
.list_area .step2 .sc_bx{width: 450px;border: 1px solid #cdcdcd;border-radius: 8px;overflow: auto; height:280px;}
.list_area .step2 table{}
.list_area .step2 tr{}
.list_area .step2 th{background: #f4f4f4;height: 45px;font-size: 13px;color: #333;}
.list_area .step2 td{}
.list_area .step2 .btn_area{width: 212px;border: 1px solid #cdcdcd;border-radius: 8px;height: 283px;display: flex;flex-wrap: wrap;margin-top: 0;}
.list_area .step2 .btn_area a{flex: 1 1 40%;box-sizing: border-box;display: inline-block;font-size: 13px;color: #5e5e5e;text-align: center;line-height: 21px;padding-top: 71px;font-weight: 500;letter-spacing: -1px;}
.list_area .step2 .btn_area a:nth-child(1){background: url('/images/biz1.png')no-repeat center 27px;border-bottom: 1px solid #cdcdcd;border-right: 1px solid #cdcdcd;}
.list_area .step2 .btn_area a:nth-child(2){background: url('/images/biz2.png')no-repeat center 27px;border-bottom: 1px solid #cdcdcd;}
.list_area .step2 .btn_area a:nth-child(3){background: url('/images/biz5.png')no-repeat center 27px;border-right: 1px solid #cdcdcd;}
.list_area .step2 .btn_area a:nth-child(4){background: url('/images/biz4.png')no-repeat center 27px;}


.list_area .step2 .btn_area2{width: 212px;border: 1px solid #cdcdcd;border-radius: 8px;height: 280px;display: flex;flex-wrap: wrap;margin-top: 0;}
.list_area .step2 .btn_area2 div{flex: 1 1 40%;box-sizing: border-box;display: inline-block;color: #5e5e5e;text-align: center;}
.list_area .step2 .btn_area2 div:nth-child(1){border-bottom: 1px solid #cdcdcd;border-right: 1px solid #cdcdcd;}
.list_area .step2 .btn_area2 div:nth-child(2){border-bottom: 1px solid #cdcdcd;}
.list_area .step2 .btn_area2 div:nth-child(3){border-right: 1px solid #cdcdcd;}
.list_area .step2 .btn_area2 div:nth-child(4){}
.list_area .step2 .btn_area2 div a{font-size: 0.97em;color: #5e5e5e;text-align: center;line-height:20px;padding-top: 70px;font-weight: 500;letter-spacing: -1px;display:inline-block;width:100%;height:100%;box-sizing:border-box;}
.list_area .step2 .btn_area2 .btn1{background: url('/images/biz1.png')no-repeat center 27px;}
.list_area .step2 .btn_area2 .btn2{background: url('/images/biz2.png')no-repeat center 27px;}
.list_area .step2 .btn_area2 .btn3{background: url('/images/biz5.png')no-repeat center 27px;}
.list_area .step2 .btn_area2 .btn4{background: url('/images/biz4.png')no-repeat center 27px;position: relative;}
.list_area .step2 .btn_area2 div:nth-child(4) p{font-size:0.97em;color: #5e5e5e;text-align: center;line-height: 18px;padding-top: 70px;font-weight: 500;letter-spacing: -1px;display:inline-block;width:100%;height:100%;box-sizing:border-box;}
.list_area .step2 .btn_area2 .download_btn{position: absolute;top: 92px;left: 8px;display: flex; border-bottom:none !important;}
.list_area .step2 .btn_area2 .download_btn a{padding: 0;margin: 0;display: flex;justify-content: center;border: 1px solid #cdcdcd;border-radius: 3px;padding: 0 10px; background:#eef5ff;}
.list_area .step2 .btn_area2 .download_btn a:first-child{margin-right:3px;}

.list_area .step3{margin-top: 13px;}
.list_area .step3 > div{display: flex;align-items: center;}
.list_area .step3 a.all_del{width: 87px;height: 46px;border: 1px solid #cdcdcd;display: inline-block;background: #f4f4f4;line-height: 46px;text-align: center;border-radius: 7px;margin-right: 66px;font-size: 14px;}
.list_area .step3 .list_ck{display: inline-block;height: 42px;line-height: 42px;padding: 0 34px 0 4px;}
.list_area .step3 .list_ck label{display: block;}
.list_area .step3 .list_ck input{}
.list_area .step3 .list_ck input[type=checkbox]{display:none;}
.list_area .step3 .list_ck input[type=checkbox] + span{background: url('/images/chk.png')no-repeat 6px 12px;padding-left: 30px;box-sizing:border-box;color: #646464;cursor: pointer;background-size: 16px;display: inline-block;height: 42px;vertical-align: top;font-size: 14px;letter-spacing: -0.8px;font-weight: 500;}
.list_area .step3 .list_ck input[type=checkbox]:checked + span{background: url('/images/chk_on.png')no-repeat 6px 12px;background-size: 16px;color: #f0005a;}
.list_area .all{height: 42px;margin-top: 10px;}
.list_area .all p{color: #333;font-weight: 500;font-size: 14px;}
.list_area .all span{}
.list_area .all span.red{}
.list_area .btn_box{margin-top: 13px;}
.list_area .step3 > div a.biz_btn{background: #0cb0e4 url('/images/bullet5.png')no-repeat 64% center;width: 440px;height: 60px;border-radius: 8px;color: #fff;font-size: 17px;font-weight: 500;line-height: 60px;box-sizing: border-box;padding-left: 163px;}




/* maxparallax */
@keyframes fadeInUp {
	from { opacity: 0; transform: translate3d(0, 20px, 0); }
	to { opacity: 1; transform: none; }
}
@keyframes fadeOutUp {
	from { opacity: 1; transform: none; }
	to { opacity: 0; transform: translate3d(0, 20px, 0); }
}
@keyframes fadeInDown {
	from { opacity: 0; transform: translate3d(0, -20px, 0); }
	to { opacity: 1; transform: none; }
}
@keyframes fadeInLeft {
	from { opacity: 0; transform: translate3d(-20px, 0, 0); }
	to { opacity: 1; transform: none; }
}
@keyframes fadeOutLeft {
	from { opacity: 1; transform: none; }
	to { opacity: 0; transform: translate3d(20px, 0, 0); }
}
@keyframes fadeInRight {
	from { opacity: 0; transform: translate3d(20px, 0, 0); }
	to { opacity: 1; transform: none; }
}
@keyframes fadeOutRight {
	from { opacity: 1; transform: none; }
	to { opacity: 0; transform: translate3d(-20px, 0, 0); }
}
@keyframes imscale { 
	from { transform:perspective(0px) translateZ(0); opacity:.5; } 
	to { transform:perspective(1000px) translateZ(100px); opacity:1; } 
}
@keyframes imscale-small { 
	from { transform:perspective(1000px) translateZ(100px); opacity:.5; } 
	to { transform:perspective(0px) translateZ(0); opacity:1; } 
}
@keyframes scroll_effect {
	from {transform:translateY(0);}
	to {transform:translateY(64px);}
}

/* effect : on */ 
.maxparallax.on .fade_in_up {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36.86) forwards; }
.maxparallax.on .fade_in_up1 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .5s forwards; }
.maxparallax.on .fade_in_up2 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .3s forwards; }
.maxparallax.on .fade_in_up3 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .8s forwards; }
.maxparallax.on .fade_in_up4 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .4s forwards; }
.maxparallax.on .fade_in_up5 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) 1s forwards; }
.maxparallax.on .fade_in_up6 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .6s forwards; }
.maxparallax.on .fade_in_up7 {opacity:0; animation: fadeInDown .7s cubic-bezier(.28,.06,.36,.86) .2s forwards; }

.maxparallax.on .fade_in_right {opacity:0; animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) 1.5s forwards; }
.maxparallax.on .fade_in_right1 {opacity:0; animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) 2s forwards; }
.maxparallax.on .fade_in_right2 {opacity:0; animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) 2.6s forwards; }
.maxparallax.on .fade_in_left {opacity:0; animation:fadeInLeft .7s cubic-bezier(.28,.06,.36,.86) 1.3s forwards; }


/* effect : off */ 
.maxparallax.off .fade_in_up { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up1 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up2 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up3 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up4 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up5 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up6 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_up7 { animation: fadeOutDown .2s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_right { animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_right1 { animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_right2 { animation:fadeInRight .7s cubic-bezier(.28,.06,.36,.86) forwards; }
.maxparallax.off .fade_in_left { animation:fadeOutLeft .7s cubic-bezier(.28,.06,.36,.86) forwards; }

.circle{position: absolute;top: 0;width: 1900px;height: 100%;left: 50%;transform: translate(-50%);z-index: 0;}

.circle > div:nth-child(1){top: 272px;left: 151px;position: absolute;}
.circle > div:nth-child(2){position: absolute;top: 150px;left: 296px;}
.circle > div:nth-child(3){position: absolute;top: 444px;left: 428px;}
.circle > div:nth-child(4){position: absolute;top: 167px;left: 912px;}

.circle > div:nth-child(5){position: absolute;top: 113px;left: 991px;}
.circle > div:nth-child(6){position: absolute;top: 211px;left: 1491px;}
.circle > div:nth-child(7){position: absolute;top: 128px;left: 1593px;}

#rotating_img {	-webkit-animation: rotation 2s infinite linear;}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to   {-webkit-transform: rotate(359deg);}
}

@keyframes jello {
11.1% {transform: none}
22.2% {transform: skewX(-12.5deg) skewY(-12.5deg)}
33.3% {transform: skewX(6.25deg) skewY(6.25deg)}
44.4% {transform: skewX(-3.125deg) skewY(-3.125deg)}
55.5% {transform: skewX(1.5625deg) skewY(1.5625deg)}
66.6% {transform: skewX(-0.78125deg) skewY(-0.78125deg)}
77.7% {transform: skewX(0.390625deg) skewY(0.390625deg)}
88.8% {transform: skewX(-0.1953125deg) skewY(-0.1953125deg)}
100% {transform: none}
}

.jello{ animation: jello 2s 15s infinite; transform-origin: center}
.jello2{ animation: jello 3s 17s infinite; transform-origin: center;;}
.jello3{ animation: jello 4s 10s infinite; transform-origin: center}
.jello4{ animation: jello 5s 13s infinite; transform-origin: center}




/* 로그인 */
#login{width:386px; height:410px;background:#fff; color:#333; position: absolute; left: 50%; transform: translate(-50%); z-index:9999; } 
.level_area{height:43px; line-height:37px; text-align:left; position:relative;}
.level_area > .line{position:absolute; top:0; margin-left:-27px; color:#ccc;}
.checks {position: relative; text-align:left;  display:block; float:left; font-size:15px;}
.checks > input[type="radio"] {position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip:rect(0,0,0,0);  border: 0}
.checks > input[type="radio"] + label{display: inline-block;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;width:68px;font-weight:600;font-size: 13px;}
.checks > input[type="radio"] + label:before { content: ' ';  display: inline-block;  width: 12px;  height: 12px;  line-height: 12px;   margin: -2px 8px 0 0;  text-align: center;   vertical-align: middle;  background: #fafafa;  border: 1px solid #cacece;  border-radius : 3px;  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);}
.checks > input[type="radio"] + label:active:before,
.checks > input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.checks > input[type="radio"]:checked + label:before {   content: '\2714';   color: #99a1a7;  text-shadow: 1px 1px #fff;  background: red;  border-color: #adb8c0;  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);}
.checks.etrans > input[type="radio"] + label {  padding-left: 26px;}
.checks.etrans > input[type="radio"] + label:before {  position: absolute;  left: 0;  top: 12px;  margin-top: 0;  opacity: .6;  box-shadow: none;  border-color: #999;  -webkit-transition: all .12s, border-color .08s;  transition: all .12s, border-color .08s;}
.checks.etrans > input[type="radio"]:checked + label:before {position: absolute;content: "";width: 6px;top: 7px;left: 2px;border-radius: 0;opacity:1;background: transparent;border-color: transparent #01b1ec #01b1ec transparent;border-top-color:transparent;border-left-color:transparent;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.no-csstransforms .checks.etrans > input[type="radio"]:checked + label:before {   content: "\2714";  top: 0;  left: 0;  width: 21px;  line-height: 21px;  color: red;  text-align: center;  border: 1px solid #e60012 ;}

/* 보안문자 */
.return_bt{display:inline-block; height:40px; width:26px;; position:relative !important;}
.return_bt > img{top:0 !important; margin-top:0px !important; margin-left:1px !important; }
.return_bt + input[type=text]{width:129px; float:right; padding-left:5px; box-sizing:border-box;}
.secret_char{width:126px;}

/* Member */
.login_bd{width: 340px;	margin: auto;text-align: center;}
.login_bd p{color: #333;font-family:'YES24';font-size: 30px;letter-spacing: -0.5px;margin: 20px 0 15px 0;}
div.login_bd img{margin:23px 0 20px 0}
.ipt_login{width: 322px;	height: 46px;padding: 0 20px;margin-bottom: 6px;line-height: 46px;color: #555;font-size: 17px;text-align: left;border: 1px solid #ccc;}
.lg_keep{text-align: left;	font-size: 13px;color: #666; font-weight:600; letter-spacing:-0.8px;}
.login_bt{width: 100%;height: 50px;margin: 16px 0 12px 0px;font-size: 17px;color: #fff;border: 0;background: #01b1ec;cursor: pointer;border-radius:3px;}
.lg_bt{width: 100%;}
div.lg_bt a{font-size: 13px;color: #666;text-align: center; font-weight:600;}
div.lg_bt a:first-child{margin-right:40px;}
div.lg_bt a:last-child{margin-left:40px;}
div.lg_bt span{color: #ccc;}
div.lg_rl > input{width:100%;height:45px !important;border-radius:3px;border:1px solid #ccc;box-sizing:border-box;font-size: 15px;color: #000;font-weight: 500;}
div.lg_rl > input::placeholder{font-size:12px; font-weight:600; letter-spacing:-0.8px; color:#aaa;}
#login_close{width:30px; height:30px; position:absolute; top:6px; right:5px;}
#login_close > a{width:30px; height:30px; display:inline-block; line-height:30px;}
#login_close > a > i{font-size:1.5em ; font-weight:100 ;}
.lg_rl{height:146px; margin-bottom:12px;}


.limit_bytes{font-size:12px;}
.msg_fix{font-size:13px;}
.sub_wrap_con .phone + div{width:684px;}
.hcn_ad_area{display: flex;justify-content: space-between;align-items: center;margin-bottom: 13px;}
.hcn_ad_box{display: flex;border-radius: 8px;height: 65px;border: 1px solid #ddd;align-items: center;box-sizing: border-box;padding: 0 10px;width: 100%;margin-top: 20px;}


.hcn_ad_box > li{display: flex;justify-content: flex-start;align-items: center;box-sizing: border-box;padding: 0px 9px;/* border-right: 1px solid #ddd; */}
.hcn_ad_box .alert_send > div{display: flex;width: 72px;font-size: 13px;font-weight: 500;letter-spacing: -1px;line-height: 25px;margin: 3px 0 0 5px;}
.hcn_ad_box .alert_send > div input[type=checkbox]{width: 14px;margin-right: 7px;height: 26px;}

.hcn_ad_box .alert_send  span{width: 130px;font-size: 14px;}
.hcn_ad_box > li input{width: 143px;background: #fff;border: none;border-bottom: 1px solid #ccc;border-radius: 0;}
.hcn_ad_box > li > span{font-size: 14px;font-weight: 500;margin-right: 7px;}
.hcn_ad_box + div{display: flex;justify-content: flex-end;}
.hcn_ad_box + div > a{width: 49px;height: 63px;line-height: 63px;background: #fff;border: 1px solid #cdcdcd;border-radius: 8px;text-align: center;margin-left: 5px;display: inline-block;font-size: 14px;}

.list_area .step3 > div.all{display: flex;justify-content: space-between;}
#current_time{font-size: 13px;background: #a7a7a7;font-weight: 500;color: #fff;padding: 4px 8px;border-radius: 3px;}
.phone_area .btn_box2 > a:last-child{border-right:0;}


.list_area .step3 > div.hcn_reser_bx{padding: 0;margin: 0;margin-top: 10px;height: 60px;background: #f4f4f4;padding: 10px;width: 100%;border-radius: 0;border: none;}
.hcn_reser_bx > div{font-size: 13px;line-height: 42px;}
.hcn_reser_bx > div > input{width: 91px;border: none;background: none;border-bottom: 1px solid #ddd;border-radius: 0;font-size: 14px;font-weight: 500;letter-spacing: -0.3px;}
.hcn_reser_bx > div > span{font-size: 13px;margin-left: 8px;}
.hcn_reser_bx > div > span > input{width: 50px;border: none;background: none;border-bottom: 1px solid #ddd;border-radius: 0;font-size: 14px;font-weight: 500;letter-spacing: -0.3px;}
.hcn_reser_bx > div label{}
.hcn_reser_bx > div input[type=radio]{}
.hcn_reser_bx > div select{background: none;border: 0 !important;width: 50px;font-size: 14px;font-weight: 500;}

.list_area .step3 > div.hcn_reser_bx em{border-right: 1px solid #ccc;width: 1px;height: 17px;display: inline-block;vertical-align: middle;/* border: 1px solid red; */margin: 0 15px;}

.dot_list li > span{color:#f0005a;font-size:13px;}
.receive_bx > p{margin-bottom: 10px;font-size: 14px;font-weight: 500;color: #333 !important;}





/* mms **/

.multy {position:relative;width:100%;height:255px;overflow-x:hidden;overflow-y:auto; border:0px solid #000}
.multy .mms_img_preview img {width:98%; text-align:center;padding-bottom:1px}
.multy .isSel {border: 1px solid #020202;} /* 문자에 추가한 이미지 선택했을때 */
.multy .isUnSel {border:1px solid #FFFFFF} /* 문자에 추가한 이미지 선택을 해지했을떄 */
.multy > textarea {padding:3px 3px;margin:0;width:202px;height:240px;resize:none;line-height:15px;font-size:12px;/* color: #000; */font-family: gulim, '굴림';background:transparent;border:0;overflow:hidden;WORD-BREAK:break-all;}
.msg_fix {margin-top:10px}


.mms-popup {top: 229px !important;left: 50% !important;}
.mt0{margin-top:0 !important;}
 a.btn_grpedit {height: 30px;line-height: 30px;border:0px solid #bbb5a8;color:#fff;border-radius:3px;background: #6b6964 url(/images/common/icon_grp_edit.png) no-repeat 12px 9px;padding: 0 16px 0 31px;box-sizing: border-box;display: inline-block;font-size: 14px;}

.tb_04 td a{display:inline-block; padding:0 6px;box-sizing:border-box;}
.tb_04 td a:hover{color:#fff;}



/* 카드등록 */
.card_info > a:hover{color:#fff;}
.card_pop{padding:0 !important;}
.card_area{width:90%; margin:0 auto;}
.card_area dl{width:100%;height:60px; line-height:60px; position:relative; border-bottom:1px dotted #ccc;} 
.card_area dt{width:62px; height:60px; line-height:60px; float:left; display:block; font-size:13px; font-weight:600;}
.card_area dd{ width:252px; height:60px; line-height:60px; float:left; display:block;}
.card_area dd input[type=text]{box-sizing:border-box;width:100%; padding-left:8px; height:40px; border-radius:3px; border:1px solid #ddd;}
.card_area dd input[type=text]::-ms-clear{display: none;}
.card_area dd .input_wrap, .card_area dd.date_area{display:flex; justify-content:space-between;}
.card_area dd .input_wrap .cell{flex:1;}
.card_area dd.date_area > .cell{flex:1;}
.card_area dd.date_area > .cell > input{width:100%;}
.card_area dd.date_area > span{margin-left:6px;}
.card_area dd .input_wrap input{padding:0px !important;}
.card_area dd .bar{margin-left:6px;}
.card_area dd .input_wrap input{width:100%; height:40px; line-height:40px; border-radius:3px; border:1px solid #ddd; text-align:center; font-size:15px;font-weight:600;}
.card_area dt span.date_tit{line-height:16px; display:inline-block; margin-top:12px;  }
.card_area dd.date_area input{text-align:center; font-size:15px; font-weight:600;}
.card_area dd.date_area input:first-child{margin-right:5px;}
.card_area dd.date_area input:last-child{margin-left:5px;}
.card_area dd.date_area .cell2{/* display: -webkit-box; display:-moz-box; display: -ms-flexbox;  display:-webkit-flex; display:flex; justify-content:space-between;  */ width:50%;margin-top:10px; }
.card_area dd.date_area .cell2 > .cell2_area{display: -webkit-box; display:-moz-box; display: -ms-flexbox;  display:-webkit-flex; display:flex; justify-content:space-between; }
.card_area dd.date_area .cell2 > .cell2_area > a{display:inline-block;-webkit-box-flex: 1; -moz-box-flex: 1;  -webkit-flex: 1; -ms-flex: 1; flex: 1; border:1px solid #ddd;border-radius:3px;width:46px;background:#f1f1f1;margin-right: 2px; position:relative;}
.card_area dd.date_area .cell2 > .cell2_area > input{-webkit-box-flex: 1; -moz-box-flex: 1; width: 20%; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
.card_area dd.date_area .cell2 > .cell2_area > a:last-child{margin-right:0;margin-left: 2px;}
.card_area dd.date_area .cell2 > .cell2_area > a > span{font-size:20px;position:absolute; top:0px; left:11px; font-weight:400; margin-top:-10px;}
.card_area input[type="checkbox"] {display: none;}
.card_area .bg_n{position:relative; margin-bottom:58px; border-bottom:none !important; margin-top:10px;}
.card_area .bg_n li input[type="checkbox"]:checked + label{background:#fff !important;}
.card_area .bg_n input[type="checkbox"] + label > span{font-size:13px !important; letter-spacing:-0.7px;}
.card_area .bg_n input[type="checkbox"]:checked + label > span{ color:#0098ff !important;}
.card_area .bg_n em{font-size:12px; color:#999; position:absolute; top:43px; left:10px;}
.card_area .bg_n input[type="checkbox"] + label{ display:block;padding:16px 0;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-weight:800;}
.card_area .bg_n input[type="checkbox"] + label:before { content: ' ';  display: inline-block;  width: 11px;  height: 10px;  line-height: 12px;   margin: 0px 8px 0 0;  text-align: center;   vertical-align: middle;  background: #fff;  border: 1px solid #cacece;  border-radius : 3px;  }
.card_area .bg_n input[type="checkbox"]:checked + label:before { position: absolute;content: "";width: 5px;top: 15px;margin-top:-2px;left:5px;border-radius: 0;opacity:1;background: transparent;border-color:transparent #0098ff #0098ff transparent;border-top-color:transparent;border-left-color:transparent;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.card_area .bg_n input[type="checkbox"]:checked + label > span{color:#333; padding-left:21px;}
.card_area .bg_n input[type="checkbox"] + label > span{line-height:15px;margin:10px 5px 10px 0;font-weight: 600; }
.card_area .card_btn {width:100%;height:65px; display:block; padding:0 10px; box-sizing:border-box;height:50px; margin:0 auto; margin-bottom:22px; margin-top:30px; }
.card_area .card_btn a{width:100%; display:block;padding-left:20px; box-sizing:border-box;position:relative; box-sizing:border-box; color:#fff;  border-radius:28px; padding-left:12px; line-height:47px; height:100%; font-weight:700; margin-right:0; text-align:center;  font-size:14px; background:#585858;}

td.card_select > select{width:200px; height:32px; border-radius:3px; font-size:13px; font-weight:600;}
td.card_select > select:focus {outline:none;}

.card_type1{margin-top:20px;}
.card_type1 > div.card_box{ border:10px solid #eee; background:url('/images/common/bg_card_icon.png') no-repeat 35px 152px;}
.card_type1 > div.card_box > div{margin: 15px 70px 15px 175px;border-left:1px solid #ddd;padding-left:48px;}
.card_type1{margin-bottom:6px;box-sizing:border-box;margin-bottom:10px;/* border: 1px solid red; */display: inline-block;}
.card_type1 h4{font-size:22px; font-weight:600; letter-spacing:-0.8px; color:#333;}
.card_type1 dl{width:100%;padding-top:8px;position:relative;display:inline-table;text-align: left;}
.card_type1 dt{display:block;font-weight:600;font-size:13px;margin-bottom: 2px;}
.card_type1 dt > i{font-size:17px}
.card_type1 dt > span{font-size:13px; color:#999; letter-spacing:-1px;}
.card_type1 dd{font-weight:600;padding:2px 0;vertical-align:middle;border-bottom: 1px dotted #ccc;padding-bottom: 9px;}
.card_type1 dd input{width:100%;height:36px;font-weight:900;text-align:center;border:none;box-sizing:border-box;padding:0 10px;font-size:18px;border: 1px solid #ddd;border-radius: 3px;}
.card_type1 dd .input_wrap{display:table; width:100%;}
.card_type1 dd .input_wrap .cell{display:table-cell;width:130px;padding-left:5px;}
.card_type1 dd .input_wrap .cell:first-child{padding-left:0;}
.card_type1 dd .input_wrap .cell2{display:table-cell; width:248px;  }
.card_type1 dd .input_wrap .cell2:first-child{padding-left:0;}
.card_type1 dd .input_wrap .bar2{padding:0 2px;}
.card_type1 dd .input_wrap .cell2{/* display: -webkit-box; display:-moz-box; display: -ms-flexbox;  display:-webkit-flex; display:flex; justify-content:space-between;  */ width:50%; }
.card_type1 dd .input_wrap .cell2 > .cell2_area{display: -webkit-box; display:-moz-box; display: -ms-flexbox;  display:-webkit-flex; display:flex; justify-content:space-between; }
.card_type1 dd .input_wrap .cell2 > .cell2_area > a{display:inline-block;-webkit-box-flex: 1; -moz-box-flex: 1;  -webkit-flex: 1; -ms-flex: 1; flex: 1; border:1px solid #ddd;border-radius:3px;width:46px;background:#f1f1f1;margin-right: 2px; position:relative;}
.card_type1 dd .input_wrap .cell2 > .cell2_area > input{-webkit-box-flex: 1; -moz-box-flex: 1; width: 20%; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
.card_type1 dd .input_wrap .cell2 > .cell2_area > a:last-child{margin-right:0;margin-left: 2px;}
.card_type1 dd .input_wrap .cell2 > .cell2_area > a > span{font-size:22px;position:absolute; top:4px; left:28px; font-weight:400;}
.card_type1 dd .input_wrap .bar{width:1px; height:1px; background:#aaa;}
.card_type1 .input_wrap .cell input, .pay_bx2 .input_wrap .cell select{width:100%;}
.card_type1 .pas_num p{color:#666;display:inline-block; text-align:left; font-size:25px; letter-spacing:23px; vertical-align:middle; width:100%; height:50px; box-sizing:border-box; padding-left:10%; position:absolute; top:10px;}
.card_type1 dd .pas_num{display:table; width:100%;}
.card_type1 dd .pas_num .cel2l{display:table-cell; width:130px;  padding-left:5px; }
.card_type1 dd .pas_num .cell2 input{text-align:center;  letter-spacing:25px; vertical-align:middle; width:100%; height:36px;}
.card_type1 dd .pas_num .cell:first-child{padding-left:0;}
.card_type1 dd .pas_num .cell2{display:table-cell; position:relative;  width:50%; }
.card_type1 dd .pas_num .bar2{padding:0 3px;}
.card_type1 .right{float:right;}
.card_type1 .info{font-size: 11px;font-weight:600;color:#0e8cd8;line-height:20px;letter-spacing:-0.2px;text-align: left;position: absolute;top: 25px; left:313px;}
.card_type1 .card_select dt{display:none;}
.card_type1 .card_select dd{padding-bottom:14px;margin-top:2px;}
.card_type1 .card_select dd select{font-size:15px;font-weight:600;padding-left:10px;width: 364px;height: 36px;border-radius: 3px;}
.card_type1 .card_select a{font-size:13px;border-radius: 3px;width:118px;display:inline-block;height:36px;text-align:center;line-height: 36px;box-sizing: border-box;color: #fff;background: #0e8cd8; position:relative; padding-left:18px;}
.card_type1 .card_select a > span{color:#fff; font-weight:600; font-size:16px;position:absolute; left:20px; box-sizing:border-box;}
.card_type1 .new_card{position:relative;  margin-top:42px; padding-bottom:20px;}
.card_type1 .new_card a{ font-weight:600;position:absolute;right:0;top: 0px;border-radius:3px;width:120px; height:40px; line-height:40px; text-align:center;background:#0e8cde;color:#fff;font-size:15px;margin-top: -7px;}
.card_type1 .new_card a > span{font-size:20px; font-weight:600; color:#fff; padding:0 6px 0 2px; }
.card_type1 dd.pr140{padding-right:186px; box-sizing:border-box; border-bottom:none !important;}
.card_type1 dd input[type=text]::-ms-clear{display: none;}
.card_type1 dd select:focus {outline:none;}




/* 문자보내기 스크롤 */
.sc_bx {width:100%;overflow:auto;height: 250px;}
.sc_bx .tb_cl {table-layout:fixed}
.sc_bx .tb_cl th {line-height: 30px;font-size: 13px;}
.sc_bx .tb_cl th.merge { cursor:pointer}
.sc_bx .tb_cl td {height:25px;line-height:25px;padding:0 2px;border-bottom:1px solid #dadada;border-left:1px solid #dadada;text-align:center;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.sc_bx .tb_cl td:first-child {border-left:0;}
.sc_bx .tb_cl td.del a {display:block; height:25px;line-height:25px;font-size:11px;font-family:Arial;font-weight:bold;color:#aaa}
.sc_bx .tb_cl td.del a:hover {color:#000}
.sc_bx .tb_cl td.em {background:#f1fcff}
.file_view .sum {border-bottom:1px solid #d5d5d5;overflow:hidden;font-size: 16px;color: #333;font-weight: 600;}
.file_view .sum p {width:100%;float: right;}
.pl20{padding-left:20px;}
.strong{font-weight:600;}
.org{color:#e76700;}


/* text/excel 업로드 수정 230126*/
#pop_callback .ph_box4 {width:100%;  overflow-y:auto; background:#fff; margin-top:15px; padding:0 10px; box-sizing:border-box; }
#pop_callback .ph_box4 .tb_cb th {padding:5px 0;border-bottom:1px solid #adbbc7; }
#pop_callback .ph_box4 .tb_cb td {background:#fff;border:1px solid #e4e4e4;padding:8px;}
#pop_callback .ph_box4 .tb_cb td.left_line{background:#e3e3e3 ; border-bottom:1px solid #fff;}
#pop_callback .ph_box4 .tb_cb td > ul.add_cb li {padding:2px 0}
#pop_callback .ph_box4 .tb_cb2 {border-top:1px solid #adbbc7}
#pop_callback .ph_box4 .tb_cb2 th {padding:5px 0;border-bottom:1px solid #adbbc7; background:#e7eff6}
#pop_callback .ph_box4 .tb_cb2 td {ackground:#c2d2df;border-bottom:1px solid #adbbc7; padding:5px 0 5px 10px}
#pop_callback .ph_box4 .tb_cb2 td > dl.add_mass dt {padding-bottom:5px}
#pop_callback .ph_box4 .tb_cb2 td > dl.add_mass dd {line-height:18px}
#pop_callback .ph_box4 .tb_cb2 td > ul.add_cb li {padding:2px 0}
#pop_callback .ph_box4 .tb_cb2 td .{width:178px;padding:10px 0 12px 0;line-height:14px;font-size:14px;color:#fff;background:#2a2c2d;cursor:pointer;border:0;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}

.b_txtbox{margin-top: 15px;}
.b_txtbox > span{color: #000000;font-weight: 600;font-size: 14px;letter-spacing: -0.8px;}
.b_txtbox > div{margin-top: 9px;margin-left: 27px;}
.b_txtbox > div > p{margin-bottom: 6px;font-size: 12px;text-indent: -14px;letter-spacing: -0.9px;}

.w160{width:160px !important;}


/* 200109 아이디비번찾기 */

.tabmenu{margin: 0 auto;position:relative; margin-top:25px; display:inline-block; width:100%; border-left:1px solid #Ddd;}
.tabmenu > ul{border-top:1px solid #ddd;}
.tabmenu > ul > li{display:  inline-block; width:50%; height:50px;   float:left; text-align:center; background :#f7f7f7; line-height:40px; border-right:1px solid #ddd; box-sizing:border-box;}
.tabmenu label{ display:inline-block; width:100%; height:50px; line-height:50px;cursor: pointer;}
.tabmenu input{display:none;}
.tabCon{ display:none; text-align:left; padding: 20px; position:absolute; left:0; top:50px; box-sizing: border-box; border : 1px solid #ddd; width:100%;margin-left:-1px;}
.tabmenu > ul > li > input:checked ~ label{ background:#01b1ec ; }
.tabmenu > ul > li > input:checked ~ label > .st{color:#fff;}
.tabmenu > ul > li > input:checked ~ .tabCon{ display:block;}
.tab_tit1{background: url('/images/common/find_id_icon1.png') no-repeat center 13px; height:114px; padding-top:68px; box-sizing:border-box; text-align:center; font-size:13px; }
.tab_tit2{background: url('/images/common/find_id_icon2.png') no-repeat center 13px; height:114px; padding-top:68px; box-sizing:border-box; text-align:center; font-size:13px; }
.find_cons{margin-top:30px; min-height:700px;}
.find_cons .top_ex{padding:15px 20px; border:1px solid #ddd ; background:#f4f4f4 ; border-radius:5px;}
.find_cons .top_ex li{background-position:-323px -24px; line-height:25px;}
.find_cons .top_ex li.ico{display:block;}
.find_cons .ico {display:inline-block; font-style:normal; overflow:hidden; background:url(/images/user/ico.png) no-repeat; font-size:13px; }
.mT15{margin-top:15px;}
.mT30{margin-top:30px;}
.mT40{margin-top:40px;}
.find_cons .st {font-size:15px;  height:49px; line-height:30px; color:#222; font-weight:600; background-position:-323px -51px;  padding:10px; box-sizing:border-box;}
.find_cons .nor_write {width:100%; background:#fff;  border-top:1px solid #CCC; }
.find_cons .nor_write * {vertical-align:middle;}
.find_cons .nor_write tbody th { text-align:left;padding:10px 20px ; height:45px;  color:#333; font-size:13px;font-weight:400; border:1px solid #DBDBDB;  background:#f7f7f7;}
.find_cons .nor_write tbody td {position:relative; padding:10px 20px; height:45px; border:1px solid #DBDBDB; font-size:13px;}
.find_cons .nor_write tbody td p {margin-top:7px;}
.find_cons .nor_write tbody td p:first-child {margin-top:0;}
.find_cons .nor_write tbody .ag_cen {text-align:center;}
.find_cons .nor_write input{border-radius:3px !important; height:34px; line-height:34px; display:inline-block;}
.find_cons .nor_write input:focus {outline:none;}
.find_cons .btn_wrp {margin-top:40px; text-align:center; }
.find_cons .btn_wrp * {vertical-align:top;}
.find_cons .btn_wrp a {margin:0 3px;}
.find_cons .send_buttons {margin-top:20px; text-align:center; overflow:hidden}
.find_cons .btn_find{width:190px; height:50px;line-height:50px; display:inline-block; color:#fff; border:0; font-size:15px; letter-spacing:-0.8px; cursor:pointer; background:#424242; border-radius:5px;}
.find_cons .re_btn{ cursor:pointer; background:#999; border-radius:5px; height:34px; font-weight:600;line-height:34px; font-size:12px; width:84px; display:inline-block; color:#fff; text-align:center; margin-left:10px; }
.find_cons .view_id{font-size:16px;text-align:center; position:relative; padding:24px 0;}
.find_cons .view_id ul{vertical-align:top; text-align:left;display:inline-block; border:1px solid #ddd;  margin:0 20px;width:355px; padding-left:20px; box-sizing:border-box;}
.find_cons .view_id ul li{width:92%; border-bottom:1px dotted #ddd;color:red; font-weight:600;  height:50px; display:inline-block; line-height:50px; background:#fff; padding-left:10px; box-sizing:border-box;}
.find_cons .view_id ul li:last-child{border-bottom:none;}
.find_cons .nor_time{margin-left:8px; color:red; position:absolute; bottom:18px;}
.find_cons .black{color:#333 !important;}
.find_cons .view_id_area {text-align:center; display:inline-block;}
.find_cons .view_id_area ul{display:block; float:left; border:1px solid #ddd; font-weight:600;line-height:18px; margin:0 20px; width:355px; background:#fff;}
.find_cons .view_id_area ul li{display:block;font-size:15px !important; font-weight:600; color:red ;cursor:pointer; height:50px; line-height:50px; border-bottom:1px dotted #ccc; width:80%; text-align:left; margin:0 auto;  box-sizing:border-box; padding-left:20px; border-right:none; background:#fff; width:100%;}
.find_cons .view_id_area ul li:last-child{border-bottom:none;}
.find_cons .view_id_area input[type=radio]{margin-right:8px;}
.find_cons .view_select{display:inline-block; width:100%; font-size:14px !important;}
.find_cons .view_select > form{display:block; float:left; width:676px; margin-left:34px;}
.find_cons .view_select > form label{ font-weight:600; cursor:pointer; }
.find_cons .view_select input[type=radio]{margin-right:10px; display:inline-block;}
.find_cons .view_select > form a.view_select_btn{width:80px; float:right; display:block;background:#999;text-align:center; border:none; height:34px; border-radius:3px; color:#fff;cursor:pointer; position:absolute; top:31px; right:30px; line-height:36px; font-size:13px;}
.find_cons .view_select > form a.view_select_btn:hover{background:#333;}
input:focus {outline:none;}

.checks p.tit > img{ margin:-3px 13px 0 5px;}
.view_select p.line{height:1px; border-bottom:1px dotted #ddd; margin:20px 0;}
.view_select_list{position:relative; margin-top:-41px; margin-left:250px;} 
.view_select_list > li{ padding-left:20px; line-height:38px; position:relative;}
.view_select_list > li > label{position:absolute; top:0;}
.view_select_list > li.none{color:#aaa !important;}
.send_buttons2 {margin-top:20px; text-align:center; }
.send_buttons2 > .btn_find{width:190px; height:50px;line-height:50px; display:inline-block; color:#fff; border:0; font-size:15px; letter-spacing:-0.8px; cursor:pointer; background:#424242; border-radius:5px;}
.send_buttons2 > .btn_find:hover,.find_cons .re_btn:hover {color:#fec96c;}
.view_select > .checks {position: relative; float:none; text-align:left; padding-left:34px; width:100%; box-sizing:border-box; display:inline-block;}
.view_select > .checks > input[type="radio"] {position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip:rect(0,0,0,0);  border: 0}
.view_select > .checks > input[type="radio"] + label{ display: inline-block;  position: relative;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none; width:206px;}
.view_select > .checks > input[type="radio"] + label:before { content: ' ';  display: inline-block;  width: 12px;  height: 12px;  line-height: 12px;   margin: -2px 8px 0 0;  text-align: center;   vertical-align: middle;  background: #fafafa;  border: 1px solid #cacece;  border-radius : 3px;  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);}
.view_select > .checks > input[type="radio"] + label:active:before,
.view_select > .checks > input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.view_select > .checks > input[type="radio"]:checked + label:before {   content: '\2714';   color: #99a1a7;  text-shadow: 1px 1px #fff;  background: red;  border-color: #adb8c0;  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);}
.view_select > .checks.etrans > input[type="radio"] + label {  padding-left: 30px;}
.view_select > .checks.etrans > input[type="radio"] + label:before {  position: absolute;  left: 0;  top: 19px;  margin-top: 0;  opacity: .6;  box-shadow: none;  border-color: #999;  -webkit-transition: all .12s, border-color .08s;  transition: all .12s, border-color .08s;}
.view_select > .checks.etrans > input[type="radio"]:checked + label:before {  position: absolute;  content: "";  width: 6px;  top: 15px;  left: 2px;  border-radius: 0;  opacity:1;   background: transparent;  border-color:transparent red red transparent;  border-top-color:transparent;  border-left-color:transparent;  -ms-transform:rotate(45deg);  -webkit-transform:rotate(45deg);  transform:rotate(45deg);}
.no-csstransforms .view_select  .checks.etrans > input[type="radio"]:checked + label:before {   content: "\2714";  top: 0;  left: 0;  width: 21px;  line-height: 21px;  color: red;  text-align: center;  border: 1px solid red;}
.view_select > .checks2{position: relative; height:38px;display:block;}
.view_select > .checks2 > input[type="radio"] {  position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip:rect(0,0,0,0);  border: 0;}
.view_select > .checks2 > input[type="radio"] + label {  display: inline-block;  position: relative;  padding-left: 30px;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;}
.view_select > .checks2 > input[type="radio"] + label:before {  content: '';  position: absolute;  left: 0;  top: -4px;  width: 21px;  height: 21px;  text-align: center;  background: #fafafa;  border: 1px solid #cacece;  border-radius: 100%;  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);}
.view_select > .checks2 > input[type="radio"] + label:active:before,
.view_select > .checks2 > input[type="radio"]:checked + label:active:before  {  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.view_select > .checks2 > input[type="radio"]:checked + label:before {  background: #E9ECEE;  border-color: #adb8c0;}
.view_select > .checks2 > input[type="radio"]:checked + label:after {  content: '';  position: absolute;  top: 3px;  left: 3px;  width: 10px;  height: 10px;  background: #99a1a7;  border-radius: 100%;  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);}
/* radio size */
.view_select .checks2.small > input[type="radio"] + label {  font-size: 13px;  padding-left: 25px; height:37px; line-height:37px; width:80%;}
.view_select .checks2.small > input[type="radio"] + label:before {	top: 13px;  width: 10px;  height: 10px;}
.view_select .checks2.small > input[type="radio"]:checked + label:after {	top: 16px;  width: 6px;  height: 6px;}
