@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,200,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
body {
    font-family: 'Spoqa Han Sans','Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic','Nanum Gothic', 'Noto Sans','sans-serif' !important;
    color: #333;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: none;
}

textarea:focus {
    outline: none;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

input:focus {
    outline: 1px solid #2fb89b;
}

select:focus {
    outline: 1px solid #2fb89b;
}

table {
    border-collapse: collapse;
}

.clear {
    display: block;
    content: '';
    clear: both;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}


/*Nav CSS*/

.login {
    width: 100%;
    background: #fbfbfb;
}

.login ul {
    width: 1200px;
    margin: 0 auto;
}

.login ul:after {
    display: block;
    content: '';
    clear: both;
}

.login ul li {
    padding: 5px;
    text-align: center;
    float: right;
}

.login ul li a {
    font-size: 0.9em;
    color: #1e599a;
    letter-spacing: -1px;
}

.login ul li:last-of-type a {
    font-size: 0.9em;
    color: #999;
    letter-spacing: -1px;
}

.login ul li a:hover {
    opacity: 0.8;
}

.logo {
    width: 100%;
    text-align: center;
    /* padding: 20px 0; */
}

.logo a {
    width: 200px;
    display: inline-block;
}

.logo a img {
    display: inline-block;
    width: 100%;
}


/*Mobile Nav CSS*/

.menu {
    display: none;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    background-image: url("/images/icons/menu.png");
    background-size: cover;
    cursor: pointer;
}

.close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("/images/icons/close.png");
    background-size: cover;
    cursor: pointer;
}

.m_nav {
    display: none;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -260px;
    z-index: 10;
    background-color: #fbfbfb;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

.open {
    right: 0px;
    overflow: hidden;
}

.page_cover.open {
    display: block;
}

.page_cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    display: none;
}

nav {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

nav ul {
    width: 900px;
    margin: 0 auto;
    height: 100%;
    padding: 5px 0;
}

nav ul:after {
    display: block;
    content: '';
    clear: both;
}

nav ul li {
    width: 150px;
    text-align: center;
    float: left;
    position: relative;
}

nav ul li a {
    letter-spacing: -1px;
    color: #555;
    font-size: 0.95em;
}

nav ul li a:hover {
    opacity: 0.8;
}

.m-main_log{
    display: none;
    width: 100%;
    padding: 10px;
    background: #fbfbfb;
    border-top: 1px solid #eee;
}

.m-main_log:after {
    content: '';
    clear: both;
}

.m-main_log>span {
    display: block;
    color: #555;
    flex: none;
}

.m-main_log .cont-log-btn {
    margin-left: auto;
}

.m-main_log .cont-log-btn a {
    padding: 2px 10px;
    background: #0652a8;
    border-radius: 50px;
    width: auto;
}

.m-main_log a span {
    font-size: 0.85em;
    color: #fff;
    position: relative;
    top: -1px;
}

/*Dropdown Menu*/

.board_menu {
    width: 150px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 30px;
    display: none;
}

.board_menu a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #e3e3e3;
}

.board_menu a:first-of-type {
    border-top: none;
}

.board_menu01 {
    width: 150px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 30px;
    display: none;
}

.board_menu01 a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #e3e3e3;
}

.board_menu01 a:first-of-type {
    border-top: none;
}

.board_menu02 {
    width: 150px;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 30px;
    display: none;
}

.board_menu02 a {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #e3e3e3;
}

.board_menu02 a:first-of-type {
    border-top: none;
}


/*Main CSS*/

.main_v {
    width: 100%;
    height: 600px;
}

.main_v {
    text-align: center;
}

.main_txt {
    padding: 80px 0;
}

.main_v h1 {
    color: #fff;
    letter-spacing: -2px;
    font-weight: 300;
}

.main_v h1 strong {
    font-weight: 500;
}

.main_v p {
    color: #fff;
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 1em;
}

.main_bn1,
.main_bn2,
.main_box2 {
    float: left;
}

.main_box {
    width: 900px;
    margin: 0 auto;
}

.main_box:after {
    display: block;
    content: '';
    clear: both;
}

.main_bn1 {
    width: 420px;
    height: 250px;
    opacity: 0.95;
    position: relative;
    top: 0;
    cursor: pointer;
    background: #fff url('/images/main/main_bn1.jpg') 0 80%;
    background-size: cover;
    border-radius: 10px;
    text-align: left;
    padding: 20px 10px 0 170px;
}

.main_bn1:hover {
    position: relative;
    top: -2px;
    opacity: 1;
}

.main_bn1 span {
    font-size: 0.75em;
    color: #1e599a;
    letter-spacing: -1px;
}

.main_bn1 h2 {
    font-size: 1.3em;
    letter-spacing: -1px;
    color: #555;
    font-weight: 500;
    line-height: 25px;
    margin: 10px 0;
}

.main_bn1 p {
    color: #333;
    font-weight: 300;
    font-size: 0.85em;
}

.main_bn2 {
    width: 200px;
    height: 250px;
    /*
    background: url('/images/main/bn4.jpg') 50% 0;
    */
    background-color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    padding: 27px;
    opacity: 0.9;
}

.main_bn2 h2 {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 4px;
}

.main_bn2 h2 strong {
    font-size: 0.6em;
    display: block;
    padding-top: 1em;
    color: #000;
}
.main_bn2 h2 strong img{
    width: 120px;
}

.main_bn2 p {
    font-size: 0.82em;
    margin: 14px 0;
    color: #000;
    text-align: left;
}

.main_bn2 a {
    display: inline-block;
    padding: 7px 20px;
    background: #1e599a;
    color: #fff;
    font-size: 0.9em;
    opacity: 0.8;
    border-radius: 4px;
}

.main_bn2 a:hover {
    opacity: 1;
}

.main_bn6 {
    float: left;
    width: 200px;
    height: 250px;
    /* background: url(/images/main/bn4.jpg) 50% 0; */
    background-color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    padding: 27px;
    opacity: 0.9;
}

.main_bn6 h2 {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 4px;
}

.main_bn6 h2 strong {
    font-size: 0.6em;
    display: block;
    padding-top: 1.3em;
    color: #000;
}
.main_bn6 h2 strong img{
    width: 140px;
}

.main_bn6 p {
    font-size: 0.82em;
    margin: 24px 0;
    color: #000;
    text-align: left;
}

.main_bn6 a {
    display: inline-block;
    padding: 7px 20px;
    background: #1e599a;
    color: #fff;
    font-size: 0.9em;
    opacity: 0.8;
    border-radius: 4px;
    margin-top: 9px;
}

.main_bn6 a:hover {
    opacity: 1;
}

.main_box2 {
    width: 240px;
    margin-left: 10px;
}

.main_box2:after {
    display: block;
    content: '';
    clear: both;
}

.main_bn3 {
    float: left;
    text-align: center;
    line-height: 120px;
    width: 115px;
    height: 120px;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #15de53, #15cbdf);
    border-radius: 10px;
    opacity: 0.9;
    cursor: pointer;
}

.main_bn3:hover {
    opacity: 1;
}

.main_bn3 h2 {
    color: #fff;
    margin-bottom: 5px;
}

.main_bn4 {
    float: left;
    text-align: center;
    line-height: 120px;
    width: 115px;
    height: 120px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: linear-gradient(45deg, #15cbdf, #1e599a);
    border-radius: 10px;
    opacity: 0.9;
    cursor: pointer;
}

.main_bn4 h2 {
    color: #fff;
    margin-bottom: 5px;
}

.main_bn4:hover {
    opacity: 1;
}

.main_bn5 {
    width: 240px;
    height: 250px;
    float: left;
    margin-left: 10px;
    background: rgba(30, 89, 154, 1);
    text-align: left;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    opacity: 0.9;
}

.main_bn5:hover {
    opacity: 1;
    cursor: pointer;
}

.main_bn5 h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    margin: 8px 0;
}

.main_bn5 p {
    font-size: 0.9em;
    letter-spacing: -1px;
}

.main_bn5 img {
    display: inline-block;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.m_bn {
    display: none;
}


/*Contents1 CSS*/

.contents1 {
    width: 1000px;
    margin: 30px auto;
    text-align: center;
}

.contents1>p {
    color: #ccc;
    font-size: 0.75em;
    letter-spacing: 8px;
}

.contents1>h2 {
    color: #555;
    margin-bottom: 50px;
    letter-spacing: -2px;
    font-size: 2em;
    font-weight: 300;
}

.contents1>h2 strong {
    color: #1e599a;
    font-weight: 400;
}

.contents1:after {
    display: block;
    content: '';
    clear: both;
}

.count_box {
    width: 25%;
    float: left;
    text-align: center;
}

.count_box h3 {
    font-size: 1.9em;
    font-weight: 500;
    display: inline-block;
    color: #555;
}

.count_box span {
    font-size: 0.9em;
    color: #999;
    font-weight: 300;
}

.count_box p {
    font-size: 1em;
    color: #555;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: -1px;
}


/*Contents2 CSS*/

.contents2 {
    text-align: center;
    background: #1e599a;
    padding: 30px 0;
}

.contents2>span {
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.contents2 h2 {
    width: 600px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: -2px;
    padding-bottom: 10px;
    border-top: 1px solid #fbfbfb;
    font-size: 2em;
    font-weight: 300;
}

.contents2 form>div {
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 20px;
    width: 500px;
}

.contents2 label {
    color: #fff;
    font-size: 1.3em;
    display: block;
    width: 400px;
    font-weight: 300;
    letter-spacing: -2px;
    text-align: left;
}

.contents2 input {
    padding: 10px;
    background: #fbfbfb;
    font-size: 1.2em;
    color: #777;
    border: none;
    width: 100%;
    position: relative;
    top: -10px;
}

.cal_btn {
    display: inline-block;
    width: 460px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.125em;
    font-weight: 300;
    border: 1px solid #fbfbfb;
    margin-top: 2px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.contents2 table {
    width: 600px;
    margin: 10px auto 30px;
}

.contents2 table th,
.contents2 table td {
    border: 1px solid #fbfbfb;
    padding: 2px 10px;
    color: #fbfbfb;
}

.contents2 table th {
    font-weight: 400;
    letter-spacing: -1px;
}

.contents2 table td {
    font-weight: 300;
    width: 50%;
}

.contents2 .cons2_title {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 40px;
    padding-top: 30px;
}

.contents2 .cons2_liner {
    width: 114px;
    height: 1px;
    background-color: #ffffff;
    margin: 10px;
}

.calculator a {
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
}

.calculator form a {
    color: #ffffff;
    float: right;
    position: relative;
    top: -24px;
}

.calculator form {
    width: 90%;
    margin: auto;
}

.calculator form>div {
    width: 90%;
}

.contents2 .calculator {
    width: 620px;
    margin: auto;
}

.contents2 .calculator .cal_div {
    width: 100%;
    margin: auto;
    min-width: 460px;
}


/*Contents3 CSS*/

.contents3 {
    text-align: center;
    background: #fbfbfb;
    padding: 30px 0;
    display: none;
}

.contents3 img {
    display: inline-block;
    width: 50px;
}

.contents3 h2 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #1E599A;
    font-weight: bold;
    font-size: 2em;
    width: 600px;
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.contents3 p {
    font-size: 3em;
    display: inline-block;
    color: #1e599a;
}

.contents3 span {
    color: #777;
    font-size: 0.85em;
}

.contents3 .con_table_wrap {
    width: 1400px;
    margin: 10px auto 30px;
}

.contents3 .con_table_wrap>table {
    width: 100%;
    text-align: center;
}

.contents3 .con_table_wrap>table tr {
    height: 100px;
    padding: 10px;
}

.contents3 .con_table_wrap>table td {
    border: 1px solid #add3fd;
}

.contents3 .con_table_wrap>table th {
    border: 1px solid #add3fd;
    text-align: center;
    min-width: 140px;
    border-left: none;
}

.contents3 .con_table_wrap>table .emphasis_bg {
    background-color: #5db1fb;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1px;
}

.contents3 .con_table_wrap>table .emphasis_th {
    background-color: #d8f3ff;
    color: #1e599a;
    font-size: 20px;
}

.contents3 .con_table_wrap>table>thead {
    background-color: #EBF4FF;
    color: #1E599A;
    letter-spacing: -1px;
    font-size: 19px;
}

.contents3 .con_table_wrap>table>thead a {
    display: block;
    color: #1E599A;
    letter-spacing: -1px;
}

.contents3 .con_table_wrap>table .border_left_none {
    border-right: none;
}

.contents3 .con_table_wrap>table .border_left_none.bolder>a {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #1E599A;
}

.contents3 .con_table_wrap p {
    font-size: 18px;
    color: #707070;
    padding-top: 30px;
    padding-bottom: 20px;
    letter-spacing: -1px;
}

.contents3 .border_left_none.emphasis {
    background-color: #d8f3ff;
}

.con_top_para {
    text-align: right;
    font-size: 18px;
    color: #707070;
    padding-top: 30px;
    padding-bottom: 20px;
    letter-spacing: -0px;
    padding-right: 2px;
}

.call_request {
    width: 100%;
    background-color: #F6FAFF;
    padding-bottom: 120px;
}

.call_request h4 {
    font-size: 32px;
    font-weight: 700;
    color: #1E599A;
    padding-top: 120px;
}

.call_request .re_para {
    font-size: 22px;
    color: #707070;
    padding: 50px 0;
    letter-spacing: -1px;
}

.call_request .calcu_form {
    width: 60%;
    margin: auto;
}

.call_request .calcu_form input {
    display: block;
    width: 40%;
    margin: auto;
    padding: 20px;
    border: none;
    margin-top: 20px;
}

.call_request .calcu_form .appraisal_btn {
    display: block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background-color: #1E599A;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    clear: both;
}

.appraisal_label {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}

.call_request .appraisal_label>input {
    display: inline-block;
    width: 20px;
}

.calcu_form>p {
    color: #1E599A;
    font-size: 25px;
    letter-spacing: -1px;
}


/* m_calcu */

.m_call_request {
    width: 100%;
    background-color: #F6FAFF;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 60px;
}

.m_call_request>div {
    width: 94%;
    margin: auto;
}

.m_call_request h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1E599A;
    padding-top: 40px;
}

.m_call_request .re_para {
    font-size: 18px;
    color: #707070;
    padding: 20px 0;
    letter-spacing: -1px;
}

.m_calcu_form>p {
    color: #1E599A;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 20px 0;
}

.m_call_request .m_calcu_form {
    width: 100%;
    margin: auto;
}

.m_call_request .m_calcu_form input {
    display: block;
    width: 100%;
    margin: auto;
    padding: 14px;
    border: none;
    margin-top: 20px;
}

.m_call_request .appraisal_label>input {
    display: inline-block;
    width: 20px;
}

.m_call_request .m_calcu_form .appraisal_btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background-color: #1E599A;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    clear: both;
    border-radius: 2px;
}


/*Bn bar CSS*/

.bn_bar {
    padding: 40px 0;
    text-align: center;
    cursor: pointer;
}

.bn_bar h3 {
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
}

.bn_bar p {
    color: #fff;
}


/*Contents4 CSS*/

.contents4 {
    text-align: center;
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
}

.contents4>p {
    color: #ccc;
    font-size: 0.75em;
    letter-spacing: 8px;
}

.contents4>h2 {
    color: #555;
    margin-bottom: 50px;
    letter-spacing: -2px;
    font-size: 2em;
    font-weight: 300;
}

.contents4>h2 strong {
    color: #1e599a;
    font-weight: 400;
}

.news {
    width: 400px;
    text-align: left;
    float: left;
    padding-top: 20px;
}

.news a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fbfbfb;
    padding: 5px;
}

.news span {
    font-size: 0.9em;
    color: #1e599a;
    letter-spacing: -1px;
}

.news p {
    font-size: 1em;
    color: #555;
    letter-spacing: -1px;
    margin-top: 5px;
}

.youtube {
    float: right;
    width: 60%;
    margin-top: 25px;
}

.youtube iframe {
    width: 550px;
    height: 300px;
}


/*Contents5 CSS*/

.contents5 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: #1e599a;
}

.contents5>p {
    color: #fff;
    font-size: 0.75em;
    letter-spacing: 8px;
}

.contents5>h2 {
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: -2px;
    font-size: 2em;
    font-weight: 300;
}

.contents5>h2 strong {
    color: #fff;
    font-weight: 400;
}

.contents5>div {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.contents5>div:after {
    display: block;
    content: '';
    clear: both;
}

.contents5>div>div {
    position: relative;
}

.contents5>div>div .docu_btn {
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}

.contents5>div>div .docu_btn:hover {
    opacity: 0.9;
}

.contents5>div>div .docu_btn img {
    display: block;
    width: 25px;
    margin: 10px auto;
}

.contents5>div>div .docu_btn span {
    font-size: 0.85em;
    letter-spacing: -2px;
    color: #555;
    display: inline-block;
    width: 70px;
}

.left,
.right {
    float: left;
    width: 50%;
}

.left h3,
.right h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.more_b {
    display: inline-block;
    padding: 7px 40px;
    background: #1e599a;
    border-radius: 3px;
    color: #fbfbfb;
    margin-top: 50px;
}

.more_w {
    display: inline-block;
    padding: 7px 40px;
    background: #fbfbfb;
    border-radius: 3px;
    color: #1e599a;
    margin-top: 50px;
}

.more_b:hover,
.more_w:hover {
    opacity: 0.9;
}


/*Footer CSS*/

footer {
    background: #333;
    width: 100%;
    padding: 50px 0;
}

footer>div {
    width: 1000px;
    margin: 0 auto;
}

footer>div:after {
    display: block;
    content: '';
    clear: both;
}

footer>div img {
    width: 80px;
    float: left;
}

footer>div .img_logo {
    width: 200px;
    float: left;
}

footer>div p {
    width: 700px;
    float: right;
    color: #fbfbfb;
    font-size: 0.9em;
    letter-spacing: -1px;
    padding-left: 70px;
}


/*Fixed Nav CSS*/

.fixed_nav {
    background: #fae100;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 100px;
    writing-mode: vertical-rl;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    z-index: 9;
}

.fixed_nav img {
    display: inline-block;
    width: 30px;
}

.fixed_nav span {
    color: #3b1e1e;
    letter-spacing: 2px;
    font-size: 0.9em;
    font-weight: 600;
}

.fixed_call {
    display: none;
    background: #15cbdf;
    position: fixed;
    right: 0;
    bottom: 60px;
    border-radius: 100px;
    writing-mode: vertical-rl;
    padding: 10px;
}

.fixed_call img {
    display: inline-block;
    width: 30px;
}

.fixed_call span {
    color: #3b1e1e;
    letter-spacing: 2px;
    font-size: 0.9em;
    font-weight: 600;
}


/*Sub BG CSS*/

.subbn {
    width: 100%;
    height: 200px;
    background-size: cover;
}

.subbn>div {
    width: 1000px;
    margin: 0 auto;
    padding-top: 55px;
}

.subbn h1 {
    font-weight: 600;
    color: #fbfbfb;
    font-size: 2.3em;
}

.subbn p {
    font-size: 0.8em;
    color: #fbfbfb;
}

.bg1 {
    background-image: url('/images/sub/subbn1.jpg');
}

.bg2 {
    background-image: url('/images/sub/subbn2.jpg');
}

.bg3 {
    background-image: url('/images/sub/subbn3.jpg');
}

.bg4 {
    background-image: url('/images/sub/subbn4.jpg');
}

.bg5 {
    background-image: url('/images/sub/subbn5.jpg');
}

.bg6 {
    background-image: url('/images/sub/subbn6.jpg');
}

.bg7 {
    background-image: url('/images/sub/subbn7.jpg');
}


/*Intro CSS*/

.container {
    width: 1000px;
    margin: 25px auto;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.container:after {
    display: block;
    content: '';
    clear: both;
}

.container.con_com.fix {
    position: relative;
}

.con_1 .con_l {
    width: 30%;
    float: left;
}

.con_1 .con_l span {
    font-size: 0.75em;
    color: #00c0de;
}

.con_1 .con_l h1 {
    font-size: 2.3em;
    color: #00c0de;
    width: 100%;
    border-bottom: 1px solid #00c0de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
}

.con_1 .con_l p {
    font-size: 0.8em;
    line-height: 30px;
    color: #555;
    font-weight: 300;
}

.con_1 .con_l p strong {
    color: #777;
    width: 60px;
    display: inline-block;
}

.con_1 .con_r {
    width: 70%;
    float: right;
    padding-left: 50px;
}

.con_1 .con_r h1 {
    color: #777;
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 30px;
}

.con_1 .con_r h2 {
    color: #00c0de;
    font-size: 1.3em;
    font-weight: 500;
}

.con_1 .con_r ul {
    padding-left: 20px;
    margin: 20px 0;
}

.con_1 .con_r ul li {
    font-size: 0.85em;
    list-style: circle;
    color: #555;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 25px;
}

.con_2 .con_l {
    width: 45%;
    float: left;
    background: #d2f1f7;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.con_2 .con_l h2 {
    color: #00c0de;
    margin: 10px 0;
    font-size: 1.3em;
}

.con_2 .con_l h2:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fbfbfb;
}

.con_2 .con_l p {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.con_2 .con_l p strong {
    font-size: 1.2em;
}

.con_2 .con_l ul li {
    font-size: 0.85em;
    line-height: 25px;
    font-weight: 300;
}

.con_2 .con_l img {
    display: inline-block;
    width: 180px;
    position: absolute;
    bottom: 0;
    right: -30px;
}

.con_2 .con_r {
    width: 55%;
    float: right;
}

.con_2 .con_r img {
    display: block;
    width: 100%;
    padding-left: 50px;
    margin-top: 100px;
}

.con_2 .con_r p {
    color: #777;
    width: 450px;
    margin: 20px 0;
    float: right;
    font-weight: 300;
}

.con_tit {
    width: 30%;
    float: left;
    padding-right: 20px;
}

.con_tit.pos {
    width: 310px;
    float: left;
    position: absolute;
    padding-right: 20px;
    top: 30px;
    clear: both;
}

.con_tit span {
    font-size: 0.75em;
    color: #00c0de;
}

.con_tit h1 {
    font-size: 2.3em;
    color: #00c0de;
    width: 100%;
    border-bottom: 1px solid #00c0de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
}

.con_tit p {
    font-size: 0.8em;
    color: #555;
    font-weight: 300;
}

.con_tit .con_tit_select {
    display: none;
}

.con_tit .con_tit_tab {
    width: 98%;
    padding-top: 40px;
    position: absolute;
    left: -2px;
}

.con_tit .con_tit_tab a {
    display: block;
    text-align: right;
    border: 1px solid #00c0de;
    padding: 2px;
    padding-right: 4px;
    width: 60%;
    float: right;
    margin-bottom: 3px;
    border-radius: 4px 0 0 4px;
    color: #000;
    font-size: 14px;
    margin-left: 20px;
}

.con_tit .con_tit_tab a.active {
    border-right: none;
    background-color: #00c0de;
    color: #fff;
}

.con_tit2 {
    width: 100%;
}

.con_tit2 span {
    font-size: 0.85em;
    color: #00c0de;
}

.con_tit2 h1 {
    font-size: 2.3em;
    color: #00c0de;
    width: 100%;
    border-bottom: 1px solid #00c0de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
}

.con_tit2 p {
    font-size: 0.9em;
    color: #555;
    font-weight: 300;
}

.con_3 .con_r {
    width: 70%;
    float: right;
    padding-left: 50px;
}


/*  
.container.con_com.fix .con_r {
    border-left: 2px solid #00c0de;
}
*/

.con_3 .con_r div {
    width: 215px;
    height: 215px;
    background: rgba(0, 192, 222, 0.5);
    border-radius: 300px;
    float: left;
    text-align: center;
    line-height: 215px;
}

.con_3 .con_r div:nth-of-type(2),
.con_3 .con_r div:nth-of-type(5) {
    position: relative;
    left: -10px;
}

.con_3 .con_r div:nth-of-type(3),
.con_3 .con_r div:last-of-type {
    position: relative;
    left: -20px;
}

.con_3 .con_r div p {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.con_4 {
    border-bottom: none;
}

.con_4 .con_r {
    width: 70%;
    float: right;
    padding-left: 50px;
}

.con_4 .con_r img {
    display: inline-block;
    width: 100%;
}

.con_5 .con_r {
    width: 70%;
    float: right;
    padding-left: 50px;
    text-align: center;
}

.con_5 .con_r h2 {
    font-weight: 500;
}

.con_5 .con_r span {
    font-size: 1em;
    font-weight: 300;
    color: #00c0de;
    display: block;
    margin-bottom: 30px;
}

.con_5 .con_r div {
    width: 160px;
    height: 160px;
    background: rgba(0, 192, 222, 0.5);
    border-radius: 300px;
    float: left;
    text-align: center;
    padding: 35px 10px 0;
}

.con_5 .con_r div:first-of-type {
    position: relative;
    right: -30px;
}

.con_5 .con_r div:nth-of-type(2) {
    position: relative;
    right: -20px;
}

.con_5 .con_r div:nth-of-type(3) {
    position: relative;
    right: -10px;
}

.con_5 .con_r div p {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.con_5 .con_r div p strong {
    font-size: 1.7em;
}

.con_6 h1 {
    font-size: 2.3em;
    color: #00c0de;
}

.con_6 p {
    font-size: 1.5em;
    color: #555;
    margin-bottom: 30px;
}

.con_6 p strong {
    font-size: 1.2em;
}

.con_6 img {
    display: block;
    width: 90%;
    margin: 50px auto;
}

.con_7 {
    text-align: center;
}

.con_7 h1 {
    color: #00c0de;
    font-size: 1.7em;
}

.con_7>div {
    text-align: right;
    margin-top: 30px;
}

.con_7 span {
    font-size: 0.85em;
    color: #777;
}

.con_7 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.con_7 table th,
.con_7 table td {
    padding: 5px;
    font-size: 0.9em;
}

.con_7 table thead th,
.con_7 table tfoot th {
    background: #00c0de;
    color: #fff;
    border-right: 1px solid #fff;
}

.con_7 table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #edf7fa;
    text-align: right;
}

.con_7 table tbody tr td:first-of-type {
    text-align: center;
}

.con_7 table tbody tr td:last-of-type {
    border-right: none;
}

.con_8 .con_r {
    width: 70%;
    padding-left: 40px;
    float: right;
}

.con_8 .con_r>div {
    margin-bottom: 30px;
}

.con_8 .con_r>div:after {
    display: block;
    content: '';
    clear: both;
}

.con_8 .con_r div span,
.con_8 .con_r div p {
    width: 150px;
    height: 150px;
    float: left;
}

.con_8 .con_r div span {
    font-size: 1.3em;
    font-weight: bold;
    color: #555;
    line-height: 150px;
    position: relative;
}

.con_8 .con_r div span:after {
    display: block;
    content: '';
    width: 450px;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 75px;
    left: 110px;
    z-index: -1;
}

.con_8 .con_r div p {
    background: #7fdfee;
    border-radius: 200px;
    text-align: center;
    font-size: 1.125em;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    line-height: 25px;
}

.con_8 .con_r div p:first-of-type,
.con_8 .con_r div p:nth-of-type(2) {
    padding-top: 35px;
}

.con_8 .con_r div:first-of-type p:last-of-type {
    padding-top: 50px;
}

.con_8 .con_r div:last-of-type p:last-of-type {
    padding-top: 25px;
}

.con_8 .con_r div p strong {
    font-size: 0.6em;
    font-weight: 300;
    line-height: 15px;
}

.pre_con h2 {
    margin: 20px 0;
    border-bottom: 1px solid #00c0de;
    padding-bottom: 10px;
    color: #00c0de;
}

.pre_con img {
    margin: 50px auto;
    display: block;
    max-width: 100%;
}

.con_com {
    border-bottom: none;
}

.con_com .con_r {
    width: 70%;
    float: right;
    padding-left: 30px;
}

.con_com .con_r>div {
    padding-bottom: 50px;
    position: relative;
}

.con_com .con_r h2 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #00c0de;
    border-bottom: 1px dotted #7fdfee;
    font-weight: 300;
}

.con_com .con_r p {
    color: #555;
    letter-spacing: -1px;
    width: 65%;
    font-size: 1.125em;
}

.con_com .con_r div>a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    background: #00c0de;
    font-size: 0.85em;
    margin-top: 10px;
}

.con_com .con_r div>a:hover {
    opacity: 0.9;
}

.con_com .con_r ul {
    margin-top: 10px;
}

.con_com .con_r ul li {
    font-size: 0.9em;
    color: #777;
    font-weight: 300;
}

.con_com .con_r img {
    position: absolute;
    top: 100px;
    right: 10px;
    opacity: 0.8;
    z-index: -1;
    display: block;
    width: 30%;
}

.con_com .con_r h3 {
    font-size: 1.125em;
    color: #00c0de;
    margin-top: 30px;
}

.con_com .con_r span {
    margin-top: 20px;
    font-size: 0.8em;
    color: #777;
    font-weight: 300;
    display: inline-block;
}

.con_com .con_r table {
    width: 100%;
    text-align: right;
    clear: both;
}

.con_com .con_r table th,
.con_com .con_r table td {
    border: 1px solid #eee;
    padding: 3px 10px;
    font-size: 0.9em;
}

.con_com .con_r table th {
    text-align: center;
    background: #cae8f1;
    color: #555;
    font-weight: 400;
}

.con_com .con_r table tr td {
    font-weight: 300;
}

.con_com .con_r table tr td:first-of-type {
    text-align: center;
}

.table_bg {
    background: #edf7fa;
}

.table_bg td {
    color: #333;
    font-weight: 400 !important;
}

.con_com .con_r .port_details {
    clear: both;
    padding-bottom: 80px;
}

.con_com .con_r .con_video {
    width: 100%;
    height: 250px;
    margin-top: 40px;
    clear: both;
}

.con_com .con_r .con_video .video {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.con_com .con_r .con_video .video.company {
    margin-right: 0;
}

.con_com .con_r .con_video .video img.video_img {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    background-color: #00c0de;
    cursor: pointer;
}

.con_com .con_r .con_video .video .video_txt {
    clear: both;
    width: 100%;
}

.con_com .con_r .con_video .video .video_txt img {
    padding: 12px 0;
    box-sizing: border-box;
    width: 10%;
}

.con_com .con_r .con_video .video .video_txt p {
    font-weight: 600;
    width: 88%;
    font-size: 16px;
    letter-spacing: -1px;
}

.con_com .con_r .con_video .video img {
    position: inherit;
}


/*Board CSS*/

.board {
    padding: 20px;
    width: 800px;
    margin: 0 auto;
}

.list_box {
    border-bottom: 1px solid #eee;
    padding: 0 20px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.list_box h1 {
    color: #fff;
    font-size: 1.7em;
    font-weight: 500;
}

.list_box p {
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
}

.view {
    width: 100%;
}

.doc img {
    display: block;
    width: 600px;
    margin: 100px auto;
}

.view h1 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

.view span {
    font-size: 0.85em;
    color: #aaa;
    padding: 20px;
}

.view .post {
    margin-top: 50px;
    padding: 20px 20px 50px;
    font-size: 0.95em;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

.view .post img{
    max-width: 100% !important;
}

.view>a {
    display: inline-block;
    padding: 20px 0 0 20px;
    text-decoration: underline;
    color: #777;
}

.noti_btn {
    text-align: right;
    margin-top: 30px;
}

.noti_btn a {
    font-size: 0.85em;
    color: #777;
    border: 1px solid #aaa;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 3px;
}


/*Video CSS*/

.video:after {
    display: block;
    content: '';
    clear: both;
}

.video_box {
    width: 313.33333333px;
    height: 245px;
    cursor: pointer;
    margin: 20px 8px 20px;
    float: left;
}

.video_img {
    overflow: hidden;
}

.video_img img {
    width: 100%;
    height: 100%;
}

.video_txt {
    padding: 5px 0;
}

.video_txt:after {
    display: block;
    content: '';
    clear: both;
}

.video_txt img {
    display: inline-block;
    width: 50px;
    position: relative;
    top: 4px;
    float: left;
    vertical-align: middle;
}

.video_txt p {
    font-size: 1em;
    margin: 5px 0;
    color: #555;
    font-weight: 500;
    float: right;
    width: 250px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 300;
}

.v_txt {
    color: #00c0de !important;
    font-size: 0.85em;
    font-weight: 500;
    position: relative;
    top: 2.5px;
    left: 4px;
}


/*Document CSS*/

.document {
    width: 800px;
    margin: 0 auto;
}

.document .list_box:after {
    display: block;
    content: '';
    clear: both;
}

.document .list_box div {
    width: 87%;
    float: left;
    padding-top: 10px;
}

.document .list_box img {
    display: block;
    width: 10%;
    margin-left: 3%;
    float: right;
}


/*Paging CSS*/

.paging {
    text-align: center;
    padding: 20px 0;
}

.paging img {
    display: inline-block;
    width: 20px;
    opacity: 0.7;
}

.paging span {
    color: #777;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: -3px;
}


/*  layerPopup */

.pop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 500;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
}

.pop_wrap>div {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.pop_wrap>div>div {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.pop_data {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    width: 1000px;
    height: 600px;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.pop_data>div {
    height: 410px;
}

.btn_pop_close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-left: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
}

.btn_pop_close:after,
.btn_pop_close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: #666
}

.btn_pop_close:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn_pop_close:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg)
}

.youtube_layer {
    width: 100%;
    padding-bottom: 30px;
    float: none;
}

.youtube_layer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube_layer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*Tax CSS*/

.tax table {
    width: 100%;
    text-align: center;
}

.tax table th,
.tax table td {
    border: 1px solid #eee;
    padding: 3px 10px;
    font-size: 0.9em;
}

.tax table th {
    text-align: center;
    background: #fbfbfb;
    color: #555;
    font-weight: 400;
}

.tax table tr td {
    font-weight: 300;
}

.tax .table_bg {
    background: #cae8f1;
    font-weight: 500;
    font-size: 1em;
    color: #555;
}

.tax h1 {
    font-size: 2.3em;
    color: #00c0de;
    width: 100%;
    border-bottom: 1px solid #00c0de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
}

.tax h2 {
    margin: 60px 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #777;
}

.tax_box p {
    letter-spacing: -1px;
    font-weight: 300;
    color: #555;
}

.tax_box span {
    font-size: 0.85em;
    letter-spacing: -1px;
    color: #00c0de;
    font-weight: 300;
}

.bg_box {
    background: #edf7fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
}

.bg_box h2 {
    margin: 0 0 20px;
    color: #555;
}

.bg_box p {
    font-size: 0.95em;
    font-weight: 300;
    line-height: 30px;
}

.bg_box p strong {
    color: #12b1e0;
}

.bg_box span {
    font-size: 0.85em;
    font-weight: 300;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 20px;
}

.tax ul li {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 300;
}

.invest td {
    text-align: left;
}

#map {
    width: 100%;
    height: 300px;
}

.map {
    text-align: center;
    padding-left: 15px !important;
}

.map p {
    font-size: 0.9em;
}

.map span {
    font-size: 0.8em;
}

.map a {
    padding: 5px;
    display: block;
    font-size: 0.85em;
    color: #1e599a !important;
}

.map a:first-of-type {
    float: left;
}

.map a:last-of-type {
    float: right;
}


/* time */

.time_inner {
    width: 100%;
}

.time_inner h3 {
    padding-bottom: 10px;
}

.time_inner .time_inner_txt {
    color: #707070;
    line-height: 30px;
    font-size: 15px;
    display: block;
    padding-bottom: 60px;
    width: 100%;
    word-wrap: break-word;
}

.time_inner .time_inner_txt i {
    color: #f71b1b;
    font-style: normal;
    font-weight: 600;
}


/* Index table CSS */

.contents2_details {
    padding: 80px 0;
}

.contents2_box {
    width: 70%;
    margin: auto;
    text-align: center;
}

.contents2_box>h4 {
    font-size: 24px;
    color: #1E599A;
    padding-bottom: 40px;
}

.contents2_box table {
    width: 100%;
    font-size: 20px;
}

.contents2_box table thead {
    color: #1E599A;
    font-size: 20px;
    font-weight: bold;
}

.contents3 .con_table_wrap table thead td a {
    display: inline-block;
}

.contents3 .far fa-question-circle {
    font-size: 12px;
    color: #1E599A;
}

.contents2_box table tr {
    width: 100%;
}

.contents2_box .table_main_m01 {
    width: 45%;
}

.contents2_box .table_main_m02 {
    width: 20%;
}

.contents2_box .table_main_m032 {
    width: 35%;
}

.contents2_box table td {
    height: 66px;
}

.contents2_box .highlight_bg {
    background-color: #E9F3FF;
}

.contents2_box p {
    font-size: 18px;
    color: #929292;
    padding-top: 30px;
    padding-top: 60px;
    letter-spacing: -1px;
}


/* popup */

.popup_wrap .pop_alert {
    width: 450px;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 34%;
}

.layerpop_area {
    padding: 50px 10px;
}

.layerpop_area .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: -1px;
}

.layerpop_close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
}

.layerpop_area .content {
    width: 100%;
    font-size: 17px;
    letter-spacing: -1px;
    background-color: #EEF6FF;
    padding: 4% 14%;
    width: 90%;
    margin: auto;
}

.layerpop_area .content>img {
    width: 96%;
    margin-top: 20px;
}

.layerpop_area .chk_btn {
    border: 1px solid #1E599A;
    padding: 10px 40px;
    border-radius: 2px;
    font-weight: 500;
    color: #1E599A;
}

#contents3s .con_table_wrap thead {
    color: #1E599A;
}

.contents3 #befortax1,
#aftertax1,
#return1,
#endpct1,
#befortax2,
#aftertax2,
#return2,
#endpct2,
#befortax7,
#aftertax7,
#return7,
#endpct7,
#befortax10,
#aftertax10,
#return10,
#endpct10 {
    font-size: 16px;
}

.contents3 #befortax5,
.contents3 #aftertax5,
.contents3 #return5,
.contents3 #endpct5,
.contents3 #befortax3,
.contents3 #aftertax3,
.contents3 #return3,
.contents3 #endpct3 {
    color: #fff;
    font-size: 20px;
}

#endprice3,
#endprice5,
#m_endprice {
    color: #fff;
}


/* main popup */

#main_popup {
    width: 30%;
    height: auto;
    /* max-width: 410px; */
    max-width: 500px;
    min-width: 310px;
    position: fixed;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 2px;
    z-index: 99;
    background-color: #fff;
}

#main_popup .main_popup_inner {
    width: 100%;
    max-height:800px;
	border:0px solid #000;
	overflow-y:auto;
	
}

#main_popup .main_popup_inner>img {
    width: 100%;
    height: 100%;
}

#main_popup .main_popup_inner a {
    display: block;
    position: absolute;
    z-index: 100;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 40px;
    background-color: #64b2ff;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -2px;
    line-height: 40px;
}


#main_popup .gray {
    position: fixed;
    top: 100%;
	left:0px;
    background-color: #dfdfdf;
    width: 100%;
    text-align: right;
    font-size: 13px;
    letter-spacing: 2px;
    height: 30px;
    line-height: 15px;
    padding: 10px 10px 10px 20px;
}


#main_popup .gray input,
label {
    float: left;
    color: #333;
    letter-spacing: -1px;
}

#main_popup .gray input {
    margin-left: 8px;
}

#main_popup .gray label {
    line-height: 12px;
    margin-left: 5px;
}

#main_popup button {
    border: none;
    padding: 0 10px;
    color: #333;
    font-size: 13px;
    line-height: 12px;
    background-color: #dfdfdf;
    letter-spacing: -1px;
}

/*****************************************/
#main_popup2 {
    width: 100%;
    height: auto;
    max-width: 500px;
    min-width: 310px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 2px;
    z-index: 99;
    background-color: #fff;
}

#main_popup2 .main_popup_inner {
    width: 100%;
    height: auto;
}

#main_popup2 .main_popup_inner>img {
    width: 100%;
    height: 100%;
}

#main_popup2 .main_popup_inner a {
    display: block;
    position: absolute;
    z-index: 100;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 40px;
    background-color: #64b2ff;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -2px;
    line-height: 40px;
}


#main_popup2 .gray {
    position: fixed;
    top: 100%;
	left:0px;
    background-color:#dfdfdf;
    width: 100%;
    text-align: right;
    font-size: 13px;
    letter-spacing: 2px;
    height: 30px;
    line-height: 15px;
    padding: 10px 10px 10px 20px;
}


#main_popup2 .gray input,
label {
    float: left;
    color: #333;
    letter-spacing: -1px;
}

#main_popup2 .gray input {
    margin-left: 8px;
}

#main_popup2 .gray label {
    line-height: 12px;
    margin-left: 5px;
}

#main_popup2 button {
    border: none;
    padding: 0 10px;
    color: #333;
    font-size: 13px;
    line-height: 12px;
    background-color: #dfdfdf;
    letter-spacing: -1px;
}




/* m version basic css */

.m_contents3>h4 {
    padding: 5% 4%;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
}

.m_contents3 .m_caldu {
    width: 100%;
    background-color: #1E599A;
}

.m_contents3 .m_calcu_table {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: -1px;
}

.m_contents3 .m_calcu_table thead {
    font-weight: bold;
}

.m_contents3 .m_calcu_table tr {
    height: 70px;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.bold {
    font-weight: bold;
}

.m_contents3 .m_calcu_table tfoot {
    font-size: 12px;
    text-align: center;
}

.m_contents3 .m_calcu_table tfoot>tr>td>span {
    display: block;
    padding: 2%;
    color: #fff;
}

.m_contents3_inner_title {
    padding-top: 60px;
}

.m_contents3 .m_contents3_inner {
    width: 92%;
    margin: auto;
    height: auto;
    clear: both;
}

.m_contents3_inner02 {
    clear: both;
}

.m_contents3 .m_contents3_btn {
    display: block;
    clear: both;
    width: 98%;
    margin: 60px auto;
    padding: 16px;
    background-color: #1E599A;
    border: none;
    color: #fff;
    border-radius: 3px;
    letter-spacing: -1px;
}

.m_contents3_inner_title_right {
    font-size: 20px;
    font-weight: bold;
}

.m_contents3_inner_title_left {
    text-align: right;
    float: right;
    color: #707070;
    letter-spacing: -1px;
}

.m_contents3_inner_con {
    width: 100%
}

.m_contents3_inner_input {
    display: block;
    width: 100%;
    padding: 14px;
    margin-top: 6px;
}

.m_contents3_inner.second>h4 {
    font-size: 20px;
    color: #1E599A;
    margin-bottom: 40px;
}

.m_contents3_inner_box {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
    background-color: #F4F4F4;
}

.m_contents3_inner_box table {
    width: 100%;
}

.m_contents3_inner_box table td {
    padding: 3% 4%;
    border-bottom: 1px solid #DAD8D8;
}

.m_contents3_inner_box table thead td {
    background-color: #fff;
    font-weight: 600;
}

.m_contents3_inner_box table .highlight_tr {
    background-color: #1E599A;
    color: #fff;
}

.m_contents3_wrap {
    display: none;
}


/* mobile 소득공제 계산기 */

#m_contents3>.contents2 {
    width: 100%;
}

#m_contents3 .m_contents3_input_box {
    width: 100%;
    font-size: 14px;
}

#m_contents3>.m_contents3_input_box>input {
    width: 120%;
    margin: 20px 10px;
    left: -4%;
    font-size: 10px;
}

#m_contents3 .m_contents3_input_box a>i {
    float: none;
}

#m_contents3 .cal_btn {
    width: 94%;
    margin-bottom: 20px;
}

#m_contents3_value .m_contents3_inner_box a {
    display: block;
}


/* 기본타입 */

.m_contents3_inner_con input[type=text]::placeholder {
    text-align: right;
}


/* 파이어폭스용 */

.m_contents3_inner_con input[type=text]::-moz-placeholder {
    text-align: right;
}


/* IE용 (10까지 됨) 주의: 콜론이 하나 */

.m_contents3_inner_con input[type=text]:-ms-input-placeholder {
    text-align: right;
}


/* 그외 브라우저 */

.m_contents3_inner_con input[type=text]::-webkit-input-placeholder {
    text-align: right;
}

.logo .cont-logo{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
}

.logo .cont-logo .member_tab{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 80px;
}

.logo .cont-logo .member_tab ul li {
    float: left;
    margin-left: 10px;
}

.logo .cont-logo .member_tab ul li a{
    width: auto;
}

.pc_nav ul{display: flex;}
.pc_nav ul li {flex: 1;}

.invest_details_top{
    text-align: center;
}
.invest_details_bottom{
    margin-top: 50px;
}
.invest_details_bottom_inner{
    width: 92%;
    margin: auto;
}
.invest_details_top>form{
    margin: 60px 0;
    position: relative;
}
.invest_details_select{
    width: 31%; 
    margin-left: 8px;
    padding: 12px;
    border: 1px solid #DAD8D8;
}
.invest_details_top input{
    width: 65%;
    padding: 12px;
    border: 1px solid #DAD8D8;
}
.invest_details_top .inputBtn{
    width: auto;
    border: none;
    position: absolute;
    right: 1%;
    padding: 0;
}
.invest_details_h4{
    font-weight: bold;
    color: #1E599A;
    font-size: 20px;
    letter-spacing: -1px;
}
.invest_details_list{
    width: 92%;
    margin: 0 auto;
}
.invest_details_list ul{
    padding: 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: -1px;
}
.invest_details_list li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #DAD8D8;
    display: flex;
}
.invest_details_list_none.highlight{
    background-color: #abd1ff;
    color: #fff;
}
.invest_details_list .invest_details_list_left{
    flex: none;
    padding-left: 20px;
}
.invest_details_list .invest_details_list_right{
    margin-left: auto;
    padding-right: 20px;
}
.invest_details_list .invest_details_list_right.num{
    font-family: OpenSans;
}
.invest_details_btn{
    display: block;
    text-decoration: none;
    color: #1E599A;
    width: 90%;
    margin: 40px auto;
    padding: 8px;
    border: 1px solid #1E599A;
    border-radius: 2px;
    text-align: center;
    letter-spacing: -1px;
}
.process_line{
    width: 92%;
    height: 16px;
    background-color: #F4F4F4;
    margin: 0 auto;
    margin-bottom: 40px;
}
.none_data{
    text-align: center;
    font-size: 1.4em;
    padding: 60px 0;
}
.invest_details_list_bottom{
    background-color: #E9F3FF;
    letter-spacing: -1px;
}
.invest_details_list_bottom .invest_details_list_none{
    border: 1px solid #fff;
    
}
.invest_details_list_bottom .invest_details_list_clear{
    clear: both;
    border-bottom: 1px solid #fff; 
}
.invest_details_list_bottom .invest_details_list_none_clear{
    clear: both; 
    border: none;
    border-bottom: 1px solid #fff; 
}
.invest_details_list_bottom .invest_details_list_none .invest_details_list_left.top{
    display: block;
    color: #1E599A;
    text-align: center;
}
.invest_details_list_bottom .invest_details_list_none.purple{
    color: #1E599A; 
    text-align: center;
}
.invest_details_list_bottom .invest_details_list_left.width63{
    width: 63%; 
    border-right: 1px solid #fff;
}
.invest_details_list_bottom .invest_details_list_right.width37{
    width: 37%; 
    border-right: 1px solid #fff; 
    text-indent: 1em
}
.docu_download_wrap{
    width: 92%;
    margin: 0 auto;
}
.docu_download_wrap .docu_download_li{
    display: flex;
    border-bottom: 1px solid #DAD8D8;
}
.docu_download_wrap .docu_download_li.none {
    border: none;
}
.docu_download_wrap .docu_download_left{
    padding-left: 20px;
}
.docu_download_wrap .docu_download_left.line{
    line-height: 30px;
    flex: none;
}
.docu_download_wrap .docu_download_right{
    margin-right: 20px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #1E599A;
    display: inline-block;
    color: #1E599A;
    border-radius: 2px;
    letter-spacing: -1px;
    font-size: 16px;
    margin-left: auto;
}
.docu_download_right>button{
    border: none; 
    background-color: transparent; 
    color: #1E599A;
    width: 100%;
    height: 100%;
}
.docu_download_wrap li{
    padding: 10px 0;
}
.docu_download_wrap li>span{
    position: relative;
    top: 3px;
}
.details_wrap .details_listBtn{
    width: 124px;
    height: 48px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: 1px solid #1E599A;
    color: #1E599A;
    border-radius: 2px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
}

/* popup */
.w3-modal-content{
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background-color: #ffffff;
    max-width: 500px;
}

.w3-container{
    padding: 50px;
}
.w3-container h2{
    font-weight: bold;
    text-align: center;
}
.w3-container p{
    text-align: center;
    padding: 20px 10px;
}
.w3-container>a{
    display: block;
    text-decoration: none;
    width: 90%;
    background-color: #1e599a;
    padding: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.w3-button-x{
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 35px;
}

.w3-modal-button-x{
    text-align: right;
}

.w3-modal-button-x .w3-button-x{
    position: relative;
    cursor: pointer;
}

.status_red{color:#ff0000;}