@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

div.content ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nanum Gothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

a:hover,
a:actived,
a:focus {
    color: #333;
    text-decoration: none !important;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.pt30 {
    padding-top: 30px
}



/* UI Object */
body {
    _text-align: center
}

#wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    _text-align: left
}

#header {
    width: 100%
}

.footer {
    background: #343434;
    padding: 16.0px;
    color: #aaaaaa;
    margin-top: 16.0px;
    margin-bottom: 20px;
}

.embedplayer {
    background-color: black;
}

.embedplayer,
.titles {
    width: 570px;
}

.bnr {
    margin: 0 0 20px 0;
}

.titles p {
    display: none;
}

p.title {
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #efefef;
    height: 76px;
    font-size: 22px;
    font-weight: 700;
    background-color: #545454;
    color: white;
}

p.title span {
    vertical-align: middle;
}

.lst_type li {
    overflow: hidden;
    clear: both;
    margin: 10px 0 0;
    color: #2d2c2d;
    font-family: '돋움', Dotum;
    font-size: 12px;
    line-height: 14px;
    list-style: none
}

.voditems p img.thumb {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    border: none;
    max-width: 180px;
}

.voditems p a {
    line-height: 1.3em;
    font-size: 14px;
}

.voditems p {
    clear: both;
    height: 105px;
    padding: 5px;
    border-bottom: 1px solid #fff;
    background: -webkit-linear-gradient(#efefef, #fff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#efefef, #fff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#efefef, #fff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#efefef, #fff);
    /* Standard syntax (must be last) */

}

.voditems p:nth-of-type(even) {
    background-color: #efefef;
}

.voditems p:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.voditems p a:hover {
    text-decoration: underline
}

.articleTitle {
    font-size: 18px;
    color: #cc0000;
    font-weight: 700;
    margin: 25px 0 12px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #555;
}

.articleTitle.m06 {
    color: #fff;
    border-bottom: 1px solid #0098a5;
    padding-bottom: 0;
    margin-bottom: 18px;
}

.articleTitle.m06 span {
    display: inline-block;
    width: 120px;
    text-align: center;
    background-color: #0098a5;
    padding: 3px 0;
    font-weight: normal
}



.articleTitle.m10 span {
    display: block;
    text-align: left;
    padding: 10px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #e60012;
}

.articleTitle.m10-2 {padding-bottom: 0; margin-top: 37px; margin-bottom: 15px; padding-left: 10px; font-size: 17px; color: #e60012; border-bottom: none}


ul.blog li {
    height: 46px;
}

ul.blog li img {
    vertical-align: middle;
    height: 32px;
}

ul.blog li a {
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
}



/*training*/
.training {
    font-family: 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, AppleGothic, Sans-serif;
    color: #484848
}

.desc_ti .title {
    padding: 20px 0 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #111
}

.desc_ti p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #484848;
    padding-right: 30px
}

.desc_ti p.recommend {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #111
}

.desc_ti ul {
    margin: 8px 0 0 0;
    padding: 0;
}

.desc_ti ul li {
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.desc_ti ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: #3d3d3d;
    border-radius: 5px;
}



.vimeoPlayer {
    margin-top: 28px;
    margin-left: 0;
}

.vimeoPlayer.mt0 {
    margin-top: 0
}

.title_quiz {
    margin: 30px 0 40px 0;
    background: url(../images/quiz_tit_bg.gif) repeat-x;
    background-position: top;
}

.title_quiz h2 {
    width: 270px;
    height: 56px;
    margin: 0 auto 20px auto;
    border-radius: 60px;
    border: 1px solid #c00;
    background: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    color: #c00;
}

.title_quiz.m06 {
    background: none;
    margin: 20px 0 20px 0;
}

.title_quiz.m06 h2 {
    text-align: left;
    width: 100%;
    font-size: 46px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0098a5;
    color: #0098a5;
    line-height: 70px;
    height: auto;
}

.title_quiz.m06 div {
    padding-left: 170px;
    padding-bottom: 20px;
    background-image: url(../images/icon_gift.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.title_quiz p {
    font-size: 14px;
    font-weight: 600;
}

.title_quiz p:last-of-type {
    color: #c00
}

.title_quiz a {
    display: inline-block;
    color: #007C8C;
    text-decoration: underline;
}


.img_box img {
    border: 1px solid #b7b6b6;
    padding: 9px;
    margin-bottom: 22px;
}

.quiz_box {
    width: 50%;
    padding-left: 4%;
    padding-top: 20px;
    font-size: 14px;
    font-family: 'Noto Sans KR', '돋움', Dotum, '굴림', Gulim, AppleGothic, Sans-serif;
    word-break: keep-all;
}

.quiz_box.float-left {
    padding-left: 0
}

.quiz_box .question {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.quiz_box .question span {
    color: #e00101;
    font-weight: 900;
}

.quiz_box p {
    line-height: 1.7;
    font-size: 14px;
    padding: 10px 30px 10px 0;
}

.quiz_box.float-right p {
    padding: 10px 0 10px 0
}

.quiz_box a {
    display: inline-block;
    padding-right: 24px;
    margin-bottom: 10px;
    color: #007C8C;
    background: url(../images/arrow_right.png) right no-repeat
}

.quiz_box a i {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.quiz_box label {
    display: block;
    font-weight: 500
}

.quiz_box input[type="radio"] {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.quiz_box .mt40 {
    margin-top: 40px;
}

.quiz_box .mt40 label {
    margin-top: 15px;
}

.info_form {
    padding-top: 50px;
    /*
    background: url(../images/view_tit_bg.gif) repeat-x 0 100%;
    background-position: bottom;
*/
}

.info_form > div {
    margin: 7px 0;
}

.info_form > div > div {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0
}

.info_form > div > div input {
    border-radius: 0;
}

.info_form label {
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 34px;
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
}

.info_form .survey {
    padding-left: 60px;
}

.info_form .survey div {
    display: inline-block;
}

.info_form .survey input {
    vertical-align: text-top
}

.info_form .survey label {
    padding-left: 5px;
    margin-right: 30px;
}

.info_form .survey .etc {
    display: block;
    padding-top: 10px;
}

.info_form .survey .etc::after {
    display: block;
    content: '';
    clear: both
}

.info_form .survey .etc label {
    margin-right: 0
}

.info_form .survey span {
    display: inline-block;
    width: 10%;
    float: left;
    text-align: left;
    line-height: 34px;
}

.info_form .survey input[type="text"] {
    float: right;
    width: 90%;
}


.checkbox input[id="agreement"] + label em {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background: url(../images/icon_check.png) 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox input[id="agreement"]:checked + label em {
    background-position: -34px 0;
}

.checkbox label {

    font-size: 14px;
    line-height: 1.5;
    vertical-align: baseline;
    min-height: 0;
    padding-left: 0;
    vertical-align: top;
}

.content {
    width: 100%;
}

.content:after {
    display: block;
    clear: both;
    content: ''
}

.appnote {
    float: left;
    width: 570px;
    padding-bottom: 50px;
}

.appnote.m07 {
    float: none;
    width: 100%;
    padding-bottom: 50px;
}


.banner_wrap {
    float: right;
    padding-top: 54px;
    width: 300px
}

.banner_wrap .banner {
    margin-bottom: 40px;
}

.list_wrap {
    margin-bottom: 45px;
}

.list_wrap.product {position: absolute; width: 100%; bottom:30px; left: 0}
.list_wrap.product ul {padding-left: 0}

.list_wrap ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted silver;
    font-size: 14px;
    padding-left: 20px;
}

.list_wrap ul li span.glyphicon {
    margin-right: 15px;
    font-size: 12px;
    color: #666
}

.training_list {margin: 0; padding: 0}

.list_wrap ul li a:hover,
.list_wrap ul li a:focus,
.training_list li a:hover,
.training_list li a:focus {
    color: #007c8c
}

.training_list > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.training_list.m07 > li {
    width: 50%;
    float: left;
}

.training_list > li a {
    font-size: 13px;
    line-height: 1.7;
    display: block;
}

.training_list li a span.view {
    display: block;
    width: 173px;
    margin-top: 3px;
    background: #c00;
    padding-left: 26px;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.training_list li a span.glyphicon-expand {
    margin-left: 5px;
    font-weight: normal;
    font-size: 15px;
}

.training_list > li ul {
    margin-top: 15px;
}

.training_list > li ul li {
    padding: 1px 0 1px 0;
    font-size: 13px;
    line-height: 1.4
}

.row.m10 {position: relative; padding-bottom: 365px;}

.articleTitle.m10 {border-top: 2px solid #000000; border-bottom: none; margin-bottom: 0;padding-bottom: 0}
.training_list.m10 li {position: relative; overflow: hidden; padding-top: 17px; padding-left: 20px; padding-bottom: 17px; margin-bottom: 0}
.training_list.m10 li {position: relative; border-bottom: 1px solid #ddd}
.training_list.m10 a {display: block; float: left; width: 40%}
.training_list.m10 a span.play {position: absolute; left: 24%; top: 50%; width: 36px; height: 36px; margin-top: -18px; margin-left: -25px; background: url(../images/play.png) no-repeat; background-size: cover; z-index: 3}
.training_list.m10 a.new_data_txt_02 {display: block; float: left; width: 60%}
.training_list.m10.type2 {background-color: #fff3f3}
.training_list.m10 span {display: block; padding-left: 15px; padding-right: 18px; padding-top: 10px; font-size: 16px; color: #000000; line-height: 1.6}

.col-md-6.col1 {width: 48%; margin-right: 2%}
.col-md-6.col2 {width: 48%;margin-left: 2%; }
.tech-doc {margin-top: 16px;}
.tech-doc {overflow: hidden; margin-left: 0; padding-left: 0}
.tech-doc li {text-align: left}
.tech-doc li:last-child {padding-left: 20px;}
.tech-doc span {display: block;  padding-top: 10px; }
.tech-doc.diagram li a {display: block}
.tech-doc.diagram li:nth-child(2) {text-align: center}
.tech-doc.diagram li span {font-size: 14px; letter-spacing: -0.5px; text-align: center}

.reference.m10 {margin-top: 10px; margin-bottom: 10px; padding-left: 0}
.reference.m10 li {border-bottom: 1px dotted silver; padding-left: 20px}
.reference.m10 li:last-child {border-bottom: none}
.reference.m10 li a{display: block; padding: 15px 40px 9px 0; font-size: 16px;}
.reference.m10 li a span.glyphicon{margin-right: 15px;
    font-size: 12px;
    color: #666;
}

.training .bnr img {
    width: 100%;
    max-width: 1200px;
}

.training .mt_30 {
    margin-top: 30px;
}

.training .mb_30 {
    margin-bottom: 30px;
}

.appnote .new_data_txt_01 {
    display: inline-block;
    width: 200px;
    height: 138px;
    text-align: left;
    vertical-align: top;
}

.appnote .new_data_txt_01 img {
    vertical-align: top;
}

.appnote .new_data_txt_02 {
    display: inline-block;
    width: 365px;
    height: auto;
    text-align: left;
    vertical-align: top;
}

.appnote .new_data_txt_02 span {
    display: block;
    color: #c00;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 8px;
}

.training .training_arrow_box {
    text-align: center;
    padding: 30px 0 0 0;
    position: relative;
    text-align: left;
}

.training .training_arrow_box .training_arrow_txt_01 {
    position: relative;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    line-height: 18px;
    float: left;
}

.training .training_arrow_txt_01 .training_txt_01 {
    display: inline-block;
    width: 173px;
    height: 156px;
    text-align: left;
    padding: 0px 0 0 0;
    vertical-align: top;
}

.training .training_arrow_txt_01 .training_txt_02 {
    display: inline-block;
    width: 300px;
    height: auto;
    text-align: left;
    padding: 0px 0 0 10px;
    vertical-align: top;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: none;
    word-break: keep-all;
}


.training .training_arrow_box .training_arrow_txt_02 {
    position: relative;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    line-height: 18px;
    float: left;
}

.training .training_arrow_txt_02 .training_txt_01 {
    display: inline-block;
    width: 173px;
    height: 156px;
    text-align: left;
    padding: 0px 0 0 0;
    vertical-align: top;
}

.training .training_arrow_txt_02 .training_txt_02 {
    display: inline-block;
    width: 300px;
    height: auto;
    text-align: left;
    padding: 0px 0 0 10px;
    vertical-align: top;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: none;
    word-break: keep-all;
}

.training .training_arrow_box .training_arrow_txt_03 {
    position: relative;
    width: 70%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    line-height: 18px;
}

.training .training_arrow_txt_03 .training_txt_01 {
    display: inline-block;
    width: 173px;
    height: 156px;
    text-align: left;
    padding: 0px 0 0 0;
    vertical-align: top;
}

.training .training_arrow_txt_03 .training_txt_02 {
    display: inline-block;
    width: 380px;
    height: auto;
    text-align: left;
    padding: 0px 0 0 10px;
    vertical-align: top;
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: none;
    word-break: keep-all;
}


.training .training_txt_02 span {
    color: #c00;
    font-weight: bold;
    font-size: 15px;
}

.training .mleft {
    margin-left: 200px !important;
}

.training .ready {
    position: absolute !important;
    width: 30% !important;
    right: 50px;
    top: 115px;
}

.training .ready .training_txt_02 {
    width: 100px;
}

/*정보입력*/
.training #joinEvent h3 {
    background-image: url(../images/h3_tit_bg.gif);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    padding-bottom: 10px;
    font-size: 27px;
    font-weight: bold;
    color: #c00;
    margin-top: 0;
    margin-bottom: 20px;
}

.training #joinEvent .title_06 {
    margin-bottom: 30px;
}

.training #joinEvent .title_06 h3 {
    text-align: center;
    background: none;
    margin-bottom: 10px;
    background-image: url(../images/bg_title_2006.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
    padding-bottom: 0;
}

.training #joinEvent .title_06 p {
    text-align: center;
    font-size: 14px;
}

.training #joinEvent .title_07 {
    position: relative;
    margin-top: 7px;
    margin-bottom: 30px;
}

.training #joinEvent .title_07 h3 {
    text-align: left;
    margin-bottom: 10px;
    color: #cc0000;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 0;
    background: none;
    letter-spacing: -0.5px;
}

.training #joinEvent .title_07 h3 span::before {
    display: inline-block;
    content: "";
    margin: 1px 20px 5px 20px;
    width: 60px;
    height: 4px;
    background-color: #cc0000
}

.training #joinEvent .title_07 h3 span {
    position: absolute;
    top: 3px;
    left: 160px;
    font-size: 15px;
    color: #000;
}


.training .ti-5g_br_01 {
    border-top: 1px solid #999999;
    margin: 10px 0 50px 0;
    padding-top: 15px;
}

.training .ti-5g_pr_02 {
    padding: 0 10px 0 0;
}

.training .ti-5g_pr_02 label {
    margin: 5px 0 0px 0;
}

.training .ti-5g_mt_03 {
    margin: 5px 0 5px 0;
}

.training .ti-5g_mt_03 label {
    margin: 5px 0 0px 0;
    padding-right: 9px;
}

.training .ti-5g_mt_01 {
    margin: 20px 0 0 0;
}

.training .btn-primary.ti-5g_mt_01:hover {
    background-color: #a70101
}

.training .ti-5g_btn_01 {
    width: 220px;
    background-color: #c00;
    border-color: #c00;
}

/*정보입력 우측 로그인*/
.training .training_memlogin {
    padding-left: 30px;
    margin-left: 50px;
    border-left: 1px solid #eeeeee;
}

.training .training_memlogin .mt50 {
    margin-top: 50px;
}

.training .training_memlogin_btn {
    padding: 10px 30px;
    background-color: #c00;
    border-color: #c00;
    color: #ffffff;
    margin: 34px 0 11px 0;
}



/*training 2020 07 css*/
.bg_gray {
    background-color: #eef1f5
}

.bg_gray .col-lg-6:first-child {width: 56%}
.bg_gray .col-lg-6:nth-of-type(2) {width: 44%; padding-left: 3%}

.title_quiz.m07 h2 {
    padding: 10px 0;
    margin-top: 55px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    font-size: 50px;
    border: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #0098a5;
    line-height: 50px;
    height: auto;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 900;
    background-image: url(../images/icon_gift.png);
    background-position: 270px;
    background-size: 86px;
    background-repeat: no-repeat;
}

.title_quiz_desc p {
    font-weight: normal !important;
    font-size: 15px;
}


.desc_ti.m07 {
    padding: 31px 30px 0 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.desc_ti.m10 {padding: 30px 10px 30px 40px; font-size: 15px; line-height: 1.8; color: #333}
.desc_ti.m10 span {display: inline-block; margin-top: 10px; margin-bottom: 10px;}
.desc_ti.m10.pt0 {padding-top: 0; margin-top: -20px;}
.desc_ti.m10.pt0 p {font-size: 15px; padding-bottom: 5px; margin-bottom: 0; font-weight:500; color: #111}
.desc_ti.m10.pt0 ul {margin-top: 0}
.desc_ti.m10.pt0 ul li {font-size: 14px; padding-left: 15px;padding-right: 20px; line-height: 1.5;}

.link_battery {
    position: relative;
    margin-top: 24px;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #0098a5;
    border-bottom: 1px solid #0098a5;
}

.link_battery a {
    display: inline-block;
    position: absolute;
    border-bottom: 3px solid #b6121b;
    bottom: 0;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    height: 58px;
    line-height: 58px;
    font-size: 19px;
    text-align: center;
    color: #b6121b;
    background-image: url(../images/icon_07_1.png);
    background-position: 97% 54%;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

.link_battery a:hover {
    border-top: 1px solid #b6121b;
    border-left: 1px solid #b6121b;
    border-right: 1px solid #b6121b;
    background-color: #fff5f5;
    line-height: 58px;
}

.link_solution {
    margin-top: 30px
}

.link_solution a {
    display: inline-block;
    width: 32%;
    height: 58px;
    line-height: 58px;
    font-size: 17px;
    text-align: left;
    padding-left: 18px;
    color: #007C8C;
    border: 1px solid #007C8C;
    background-image: url(../images/icon_07_1.png);
    background-position: 96% 54%;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

.link_solution a:hover {
    border-top: 1px solid #007C8C;
    border-left: 1px solid #007C8C;
    border-right: 1px solid #007C8C;
    background-color: #eafcfe;
    line-height: 58px;
}

.link_solution a:nth-of-type(2) {
    margin: 0 2%;
    letter-spacing: -1px;
}

#regForm .float-left {
    position: relative;
}

#regForm .row a span.btn_video {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
    background-image: url(../images/icon_play.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#regForm .row.cont_wrap_m07 .cont_box a span.btn_video {
    margin-top: -60px;
    margin-left: -55px;
}

#regForm .row a img {
    border: 1px solid #b9b9b9
}

.cont_wrap_m07 {
    margin-top: 50px;
    margin-bottom: 35px;
}

.cont_wrap_m07 .title_cont {
    border-bottom: 1px dotted #ccc;
}

.cont_wrap_m07 .title_cont span {
    display: inline-block;
    padding: 1px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 36px;
    border-bottom: 3px solid #cc0000;
}

.cont_wrap_m07 .cont_box {
    padding: 30px 40px 20px 50px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9
}

.cont_wrap_m07.m08 .cont_box {
    padding-bottom: 0
}

.cont_wrap_m07 .cont_box.pl20 {
    padding-left: 12px;
}

.cont_wrap_m07 .cont_box.pl20 > div:first-child {
    padding-right: 0;
}

.cont_wrap_m07 .cont_box.pl20 > div:last-child {
    padding-left: 20px;
}

.cont_wrap_m07 .cont_box p.a_title {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

.cont_wrap_m07 .cont_box::after {
    display: block;
    content: "";
    clear: both;
}

.cont_wrap_m07 .cont_box ul li {
    overflow: hidden
}

.cont_wrap_m07 .cont_box ul li {
    margin-bottom: 15px;
}

.cont_wrap_m0.m08 .cont_box ul li {
    margin-bottom: 0;
}

.cont_wrap_m07.m08 .cont_box ul li {
    padding-bottom: 15px;
}

/*
.cont_wrap_m07 .cont_box ul li:first-child {
    margin-bottom: 14px;
}
*/

.cont_wrap_m07 .cont_box ul li > a:first-of-type {
    float: left;
    display: block;
    width: 35%;
}

.cont_wrap_m07 .cont_box ul li > a:first-of-type img {
    border: 1px solid #b9b9b9
}

.cont_wrap_m07.m08 .cont_box ul li > a:first-of-type {
    display: block;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #ddd;
}

.cont_wrap_m07.m08 .cont_box ul li > a:first-of-type img {
    display: inline;
    border: none
}

.cont_wrap_m07 .cont_box ul li div {
    width: 58%;
    height: 135px;
    position: relative;
    float: right;
}


.cont_wrap_m07.m08 .cont_box ul li div {
    width: 100%;
    height: 109px;
    float: none;
    margin-top: 140px;
    margin-bottom: 20px;
}

.cont_wrap_m07 .cont_box ul li div a {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

.cont_wrap_m07 .cont_box.pl20 ul li div a {
    padding-top: 17px;
}

.cont_wrap_m07 .cont_box ul li div a span {
    display: block
}

.cont_wrap_m07 .cont_box ul li div a.btn_view {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    margin-top: 20px;
    text-align: center;
    color: #cc0000;
    border: 1px solid #cc0000;
    background-color: #fff;
    padding: 4px 15px;
}

.cont_wrap_m07.m08 .cont_box ul li div a.btn_view {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
    color: #cc0000;
    border: 1px solid #cc0000;
    background-color: #fff;
    padding: 4px 15px;
}

.cont_wrap_m07 .cont_box.pl20 ul li div a.btn_view {
    bottom: 10px;
}

.cont_wrap_m07 .cont_box ul li div a.btn_view:hover {
    background-color: #cc0000;
    color: #fff
}

.cont_wrap_m07 .cont_box.m09 div {
    padding-right: 30px;
}

.cont_wrap_m07 .cont_box.m09 {
    padding-right: 0
}

.m09-list ul {
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}


#floatMenu {
    position: absolute;
    width: 134px;
    height: 134px;
    left: 50%;
    top: 505px;
    margin-left: 540px;
}

.bottom-quiz {
    padding: 3rem 0 1rem 0;
}

.login-type .col-md-7 {width: 60%; height: 350px; background-color: rgba(204, 230, 255, .4); padding: 2rem 3rem 3rem 2rem; position: relative;}
.login-type .col-md-4 {width: 36%; height: 350px; margin-left: 4%; border: 3px solid rgba(204, 230, 255, .4); padding: 2rem 4rem 3rem 2rem; position: relative;}
.login-type .col-md-7 h4, .login-type .col-md-4 h4 {font-size: 20px; font-weight: 700; padding-bottom: 10px;}
.login-type .col-md-7 .btn-primary {margin-top: 1rem; background-color: #004c99; border: none; width: 200px; position: absolute; left: 50%; margin-left: -100px; bottom: 27px;}
.login-type .col-md-4 .btn-primary {margin-top: 1rem; background-color: #004c99; border: none; width: 200px; position: absolute; left: 50%; margin-left: -100px; bottom: 27px;}
.login-type .ev_info {text-align: center; padding-top: 1rem;}
.text-login {font-size: 15px;line-height: 1.8; padding-top: 3rem;}
.form-control {height: 40px;}
.pd-form-control {
    padding: .6rem 0;
}
.pd-form-control label {
    padding-left: 2.5rem;
    line-height: 40px;
    margin-bottom: 0;
}

.quiz-box {
    border: 12px solid rgba(204, 230, 255, .4); padding: 1rem 2rem 6rem 2rem;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.quiz-box .title {color: #004c99; font-size: 38px; font-weight: 900;}
.quiz-box .hint {display:inline-block; margin:1rem 0 2rem 0;border-radius: 5px; background-image: linear-gradient(to bottom,#0070bb 0%,#004792 100%); color: #ffffff; padding: .4rem 2rem .5rem 2rem; font-size: 16px;}
.quiz-box .hint:hover {background-image: linear-gradient(to bottom,#0070bb 0%,#004792 10%);color: #ffffff;}
.quiz-box .reg-answer {border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); margin-left: 1rem; padding-left: 2rem; padding-top: .6rem; padding-bottom: .6rem;}

.mouser-policy {background-color: #f7f7f7; padding: 3rem 7rem; line-height: 1.8; margin-top: 3rem; overflow: hidden;
    color: #484848;
    border-radius: 0.25rem;
    word-break: keep-all;
    font-size: 14px;}

    .detail-gift {background-color: #fff; border-radius: 4px; padding: .3rem 2.5rem; color: #004c99;}
    .btn-answer input {background-color: #0070bb; color: #ffffff; margin-top: 3rem; font-size: 21px; font-weight: 500; padding: 1rem 5rem; border-radius: 6px;}
    .btn-answer input:hover {background-color: #004c99; color: #ffffff;}

    .svy {text-align: center; font-size: 3rem; font-weight: 500; padding-top: 3rem;}

    .mouser-btn4-wrap {background: url(../images/st-jumbo.jpg) center no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #004A85;
        margin-bottom: 0;
        padding: 40px 0; padding: 4.5rem 3rem  5rem 3rem;}
    .mouser-btn4-wrap>div {text-align: center;}
    .mouser-btn4-wrap .title {color: #fff; font-weight: 600; font-size: 2.8rem; padding-bottom: 3rem;}
    .mouser-btn4-wrap .mouser-btn4 {display: inline-block; width: 90%; background-color: #fff; padding: 1.1rem 0; font-size: 1.9rem; font-weight: 500; border-radius: 9px; color: #0070bb;}
    .mouser-btn4-wrap .mouser-btn4:hover {color: #0099ff;}
    .mouser-btn4-wrap .mouser-btn4 .glyphicon {font-size: 1.6rem; padding-left: .3rem;}



    @media screen and (max-width: 1080px) {
        .mouser-btn4-wrap .mouser-btn4 {font-size: 1.3rem;}
        .mouser-btn4-wrap .mouser-btn4 .glyphicon {font-size: 1.2rem; padding-left: .2rem;}
    }

    @media screen and (max-width: 989px) {
        .mouser-btn4-wrap .mouser-btn4 {margin-bottom: 1rem;}
    }
















/*training mobile css*/

.training_arrow_pcbox {
    display: block;
}

.training_arrow_mobilebox {
    display: none;
}



@media screen and (max-width: 850px) {

    .desc_ti .title {
        padding: 0 0 5px 0;
        font-size: 19px;
    }

    .desc_ti p {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.7;
        color: #484848
    }

    .desc_ti p.recommend {
        font-size: 14px;
    }

    .desc_ti ul li {
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 13px
    }

    .desc_ti ul li:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0px;
        width: 4px;
        height: 4px;
        background-color: #3d3d3d;
        border-radius: 5px;
    }

    .title_quiz {
        margin: 28px 10px 20px 10px;
    }

    .title_quiz h2 {
        width: 200px;
        height: 44px;
        margin: 0 auto 10px auto;
        border-radius: 40px;
        font-size: 24px;
        line-height: 39px;
        background-position: -15px
    }

    .title_quiz.m06 h2 {
        text-align: left;
        width: 100%;
        font-size: 30px;
        border-radius: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #0098a5;
        text-align: center;
        color: #0098a5;
        line-height: 50px;
        height: auto;
    }

    .title_quiz p:first-of-type {
        font-size: 14px;
    }

    .quiz_box {
        width: 100%;
        padding-left: 0;
        font-size: 13px;
    }

    .quiz_box .question {
        padding-bottom: 10px;
        font-size: 14px;
    }

    .quiz_box p {
        line-height: 1.6
    }

    .quiz_box a {
        padding-right: 27px;
        margin-bottom: 10px;
    }

    .quiz_box a i {
        display: inline-block;
        width: 14px;
        height: 14px;
    }

    .quiz_box input[type="radio"] {
        margin: 0 5px 0 0;
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .quiz_box .mt40 {
        margin-top: 40px;
    }

    .quiz_box .mt40 label {
        margin-top: 15px;
    }

    .training #joinEvent h3 {
        background-position: 0 bottom;
        background-size: 120px;
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .p10_m {
        padding: 0 10px;
    }

    .info_form {
        margin-top: 30px;
    }

    .info_form label {
        padding-left: 0;
        line-height: 20px;
    }

    .list_wrap {
        margin-bottom: 25px;
    }

    .list_wrap ul li {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted silver;
        font-size: 13px;
    }

    .banner_wrap {
        padding: 20px 10px 0 10px;
        float: none;
        width: 100%;
    }

    .banner_wrap .banner {
        margin-bottom: 20px;
        text-align: center;
    }

    .training .mt_30 {
        margin-top: 0
    }

    .training .training_memlogin {
        padding: 0px 0 0 0;
        margin: 0px 0 0 0;
        border: 0px;
        height: auto;
        clear: both;
    }

    .training_memlogin h4 {
        border-top: 1px solid #eeeeee;
        padding-top: 50px;
    }

    .training_arrow_pcbox {
        display: none;
    }

    .training_arrow_mobilebox {
        display: block;
        width: 100%;
    }

    .appnote {
        width: 100%;
        padding: 0 10px;
    }

    .training .section {
        padding: 0 10px;
    }

    .training #header {
        padding: 0 10px;
    }

    .training_leftlogin {
        margin: 0 0 70px 0;
    }

    .appnote .new_data_txt_02 {
        width: 100%;
    }

    .etc {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    .tostie-toast {
        z-index: 999;
    }

    .training .ti-5g_mt_03 {
        z-index: 9;
    }

    .navbar {
        z-index: 99;
    }

    .training_arrow_mobile_con img {
        width: 100%;
        text-align: center;
    }

    #floatMenu {
        display: none
    }

    .login-type {float: none !important; position: static;}
    .login-type .col-md-7 {width: 100%; height: auto; background-color: rgba(204, 230, 255, .4); padding: 2rem 2rem 9rem 2rem; position: relative;}
    .login-type .col-md-4 {width: 100%; height: auto; margin-left: 0; border: 3px solid rgba(204, 230, 255, .4); padding: 2rem 2rem 9rem 2rem; position: relative; }
    .automotive_leftlogin {margin-bottom: 5rem;}
    .bottom-quiz {overflow: hidden;}
    .pd-form-control label {padding-left: 0;}

    .mouser-policy {padding: 3rem 2rem;}

}




@media all and (min-width:768px) and (max-width:1024px) {

    .quiz_box {
        width: 100%;
        padding-left: 1%;
        font-size: 13px;
    }

    .quiz_box.float-right,
    .quiz_box.float-left {
        width: 50%
    }

    .banner_wrap .banner {
        margin-bottom: 30px;
        text-align: left;
    }


}



@media screen and (max-width: 414px) {

    .training #header {
        padding: 11px 0 0 0
    }

    .desc_ti {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vimeoPlayer {
        margin-top: 28px;
        margin-left: 0;
    }

    .title_quiz.m06 {
        padding-left: 10px;
        padding-right: 10px;

    }

    .training #joinEvent .title_06 p {
        font-size: 12px;
    }

    .training #joinEvent .title_06 {
        margin-bottom: 15px;
    }

    .training #joinEvent .title_06 h3 {
        margin-bottom: 10px;
        background-size: 188px;
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        line-height: 33px;
        padding-bottom: 0;
    }

    .title_quiz.m06 div {
        padding-left: 70px;
        padding-bottom: 20px;
        background-size: 60px;
    }

    .title_quiz p:last-of-type {
        margin-left: -70px;
    }

    .quiz_box p {
        padding: 6px 0 6px 0
    }

    .info_form {
        margin-top: 0;
        padding-top: 0;
    }

    .info_form .survey {
        padding-left: 0;
        padding-top: 15px;
    }

    .info_form .survey div {
        display: block
    }

    .info_form .survey span {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        line-height: 34px;
    }

    .info_form .survey input[type="text"] {
        float: none;
        width: 100%;
    }

    .desc_ti.m07 {
        padding: 16px 20px 20px 20px;
        font-size: 13px;
        line-height: 1.6;
    }

    .title_quiz.m07 h2 {
        font-size: 34px;
        background-position: 180px;
    }

    .title_quiz_desc p.m07 {
        margin-left: 0;
        font-size: 13px
    }

    .link_battery a {
        margin-left: -170px;
        width: 340px;
        font-size: 16px;
    }

    .training #joinEvent .title_07 {
        padding-bottom: 30px;
    }

    .training #joinEvent .title_07 h3 {
        font-size: 22px;
        padding-top: 10px;
    }

    .training #joinEvent .title_07 h3 span {
        position: absolute;
        top: 48px;
        left: 0;
        font-size: 13px;
        color: #000;
        line-height: 20px;
    }

    .training #joinEvent .title_07 h3 span::before {
        margin: 1px 10px 5px 1px;
        width: 30px;
        height: 2px;
    }

    .cont_wrap_m07.pt40 {
        padding-top: 40px;
    }

    .cont_wrap_m07 .cont_box {
        padding: 15px 10px 10px 10px;
    }

    .cont_wrap_m07 .cont_box ul {
        padding-left: 0
    }

    .cont_wrap_m07 .cont_box p.a_title {
        margin-bottom: 35px;
    }

    .cont_wrap_m07 .cont_box ul li div a {
        padding-top: 2px;
        font-size: 13px;
    }

    .cont_wrap_m07 .cont_box ul li > a:first-of-type {
        width: 30%
    }

    .cont_wrap_m07 .cont_box ul li div {
        width: 64%
    }

    .cont_wrap_m07 .cont_box ul li div {
        height: 120px;
    }

    .cont_wrap_m07 .cont_box ul li div a.btn_view {
        bottom: 23px;
    }

    .cont_wrap_m07 .cont_box.pl20 ul li div a.btn_view {
        bottom: 20px;
        padding-top: 4px;
    }

    .cont_wrap_m07 .cont_box.pl20 ul li div a {
        padding-top: 10px;
    }

    .cont_wrap_m07 .cont_box.pl20 > div:last-child {
        padding-left: 0;
    }

    .cont_wrap_m07 .cont_box.pl20 > div:first-child {
        padding-right: 0;
    }

    .appnote.m07 {
        padding-bottom: 0
    }

    .m09-list ul {
        margin-right: 0
    }

    .cont_wrap_m07 .cont_box.m09 div {
        padding-right: 10px
    }

    .cont_wrap_m07 .title_cont span {
        font-size: 18px;
    }

    .link_solution a {
        display: block;
        width: 88%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 18px;
        background-position: 90% 54%;
        background-size: 30px;
    }

    .link_solution a:nth-of-type(2) {
        margin: 2% auto
    }

    .title_quiz {
        margin: 0 10px 20px 10px;
    }
    
    
    
    .col-md-6.col1 {width: 100%; margin-right: 0}
    .col-md-6.col2 {width: 100%;margin-left: 0; }
    .articleTitle.m10 span {font-size: 16px;}
    .training_list.m10 li {font-size: 14px;}
    .training_list.m10 li img {width: 134px;}
    .training_list.m10 span {font-size: 14px}
    .training_list.m10 a span.play {left: 27%}
    .tech-doc li {text-align: center}
    .tech-doc li:last-child {
    padding-left:0;}
    .reference.m10 li a {font-size: 14px;}
    
    
    .bg_gray .col-lg-6:first-child {width: 100%}
.bg_gray .col-lg-6:nth-of-type(2) {width: 100%; padding-left: 0}
    
    .desc_ti.m10.pt0 {
    margin-top: 35px;
}
    


}
