﻿* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #262626;
    background-color: #ededed;
    line-height: 1.6;
    font-size: 12px;
    font-family: '맑은 고딕','돋움', Verdana,Dotum,AppleSDGothicNeo-Medium,AppleGothic,sans-serif;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style:none;
}

select {
    padding: 2px;
}

img, fieldset, iframe {
    border: 0 none;
}

input, select, button {
    vertical-align: middle;
}

a {
    color: #262626;
    text-decoration: none;
}


/****************************************************************************************
    LAYOUT
*****************************************************************************************/

.wrap {
    width: 100%;
    position: absolute;
    overflow: auto;
}

.wrap .header {
    border-bottom: 1px solid #999;
}

.wrap .header .common {
    border-bottom: 4px solid #ffd86a;
    background-color: #2C2D30;
    overflow: hidden;
}

.wrap .header .logo {
    padding: 20px 0 20px 20px;
    float: left;
}

.wrap .header .time_wrapper {
    float: right;
    margin: 1rem;
}

.wrap .header .time_wrapper span {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
}

.container {
    width: 98%;
    margin: 0 auto;
    margin-top: 15px;
}

.container .container-left {
    width: 82%;
    float: left;
}

.container .content {
    padding: 5px 15px;
}

.container .jang_gubun {
    color: #fff;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    font-size: 14px;
}

/****************************************************************************************
    환율
*****************************************************************************************/

.col1 {
    float: left;
    margin-bottom: 0.8rem;
    width: 100%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    vertical-align: top;
    min-height: 242px;
}

.col1 .content {
    padding-bottom: 0;
}

.col1 .title {
    background-color: #e24125;
    padding: 7px 0 7px 25px;
}

.col1 .title .rate-date {
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    line-height: 19px;
}

.col1 ul.ul_layout {
    overflow: hidden;
}

.col1 ul.ul_layout li {
    float: left;
    width: 25%;
    min-width: 220px;
}

.col1 ul.ul_layout li .list-wrapper {
    width: 220px;
    margin: 0 auto;
}

.col1 ul.ul_layout li .list-wrapper .label img {
    vertical-align: bottom;
    margin: 5px 5px 8px 5px;
}

.col1 ul.ul_layout li .list-wrapper .label span {
    font-size: 1.7rem;
    font-weight: bold;
    color: #353535;
}

.col1 ul.ul_layout li .list-wrapper .value {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 1.7rem;
    font-weight: bold;
    color: #353535;
}

.col1 ul.ul_layout li .list-wrapper .exchange_unit {
    font-size: 1.3rem;
    color: #7c7c7c;
}

.col1 ul.ul_layout li .list-wrapper .fail-load-data .exchange,
.col1 ul.ul_layout li .list-wrapper .fail-load-data .exchange_unit {
    color: #ff0000;
}

.col1 .ex_chart {
    width: 100%;
    padding: 10px 0 0px 0;
}

.col1 .ex_chart img {
    width: 100%;
    height: 190px;
}

.col1 .reference {
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    color: #666;
}

.col1 .reference img {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


/****************************************************************************************
    주식
*****************************************************************************************/
.col2 {
    float: left;
    margin-bottom: 0.8rem;
    width: 100%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    vertical-align: top;
    min-height: 329px;
}

.col2 .title {
    background-color: #4392cf;
    padding: 7px 0 7px 25px;
}

.col2 .value {
    padding: 13px 0 13px 0;
}

.col2 ul.ul_layout {
    overflow: hidden;
}

.col2 ul.ul_layout li {
    margin-top: 0.5rem;
    float: left;
    width: 33.3%;
    min-width: 300px;
}

.col2 ul.ul_layout li .list-wrapper {
    margin: 0 auto;
}

.col2 .stock_chart {
    padding: 10px 10px 7px 3px;
}

.col2 .stock_chart img {
    width: 98%;
    height: 8rem;
    border: 1px solid #ccc;
    padding: 5px;
}

.col2 .corporation_name {
    font-size: 2.1rem;
    font-weight: bold;
}

.col2 .corporation_code {
    font-size: 1.2rem;
    font-weight: bold;
}

.col2 .st_info span {
    line-height: 2rem;
    display: inline-block;
}

.col2 .st_info .jisu {
    font-size: 2.5rem;
    font-weight: bold;
}

.col2 .st_info .ico {
    display: inline-block;
    margin-left: 0.5rem;
    width: 14px;
    height: 14px;
}

.col2 .st_info .change {
    font-size: 1.7rem;
    font-weight: bold;
}

.col2 .st_info .per {
    font-size: 1.3rem;
    font-weight: bold;
}

.col2 .up {
    color: #c70000;
}

.col2 .down {
    color: #1C8FF0;
}

.col2 .same {
    color: #333333;
}

.col2 .up .ico {
    background: url('../images/up.png') no-repeat;
}

.col2 .down .ico {
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.col2 .same .ico {
    background: url('../images/same.png') no-repeat;
}



/****************************************************************************************
    WORLD TIME
*****************************************************************************************/

.sub3 {
    float: left;
    width: 17%;
    min-width: 200px;
    margin-left: 1%;
}

.sub3 .subject {
    clear: both;
    background-color: #6f6f6f;
    padding: 7px 0 7px 25px;
}

.view {
    padding: 16px 15px 0 15px;
}

.sub3 .view {
    border: 1px solid #b4b4b4;
    background-color: #f7f7f7;
}

.sub3 .view ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 14px;
}

.sub3 .view ul li {
    float: left;
    width: 20%;
    min-width: 210px;
    margin-bottom: 10px;
}

.sub3 .view ul li .world-time-wrapper span {
    display: inline-block;
    color: #ca2f2f;
    font-size: 1.1rem;
    font-weight: bold;
}

.sub3 .view ul li .world-time-wrapper .time_year,
.sub3 .view ul li .world-time-wrapper .time_month,
.sub3 .view ul li .world-time-wrapper .time_date,
.sub3 .view ul li .world-time-wrapper .time_day {
    margin-top: 0.2rem;
    color: #2b2b2b;
    font-size: 0.8rem;
}

.sub3 .view ul li .world-time-wrapper .time_hours,
.sub3 .view ul li .world-time-wrapper .time_minutes,
.sub3 .view ul li .world-time-wrapper .time_seconds,
.sub3 .view ul li .world-time-wrapper .colon {
    font-size: 1.7rem;
    font-weight: bold;
    color: #262626;
}

@media (max-width: 1200px) {

    .container .container-left {
        width: 100%;
    }

    .sub3 {
        width: 100%;
        margin-left: 0%;
    }
}
