﻿
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: bold;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
*/


*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow-x: hidden;
}

html,
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

.com_top_m,
#over_menu {
    padding: 0;
    margin: 0
}

body,
input,
textarea,
select,
table,
button {
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
}

.com_top_area .com_top_m li,
#main_visual li,
.left_flash #over_menu li,
.sec0301_board li,
.f_bottom li {
    list-style: none;
}

/* anchor - 지정순서 link, visited, hover, active */
a {
    text-decoration: none;
    color: #666666;
}

    a:link,
    a:visited {
        text-decoration: none;
    }

    a:hover,
    a:active {
        text-decoration: none;
        color: #000000;
    }

/* 숨김영역 */
#accessibility,
#accessibility_footer,
.skip,
hr,
legend {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

caption {
    display: none;
}


/* skipNavi*/
#skipNavi {
    display: block;
    height: 0;
}

    #skipNavi a {
        display: block;
        position: absolute;
        top: -500px;
        left: 0;
        overflow: hidden;
        width: 100%;
        z-index: 1000000000000;
        font-weight: bold;
    }

        #skipNavi a:active,
        #skipNavi a:focus {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            background: #fff;
            color: #fff;
            font-size: 1.3em;
            text-align: center;
        }

/* ie6에서 이미지 공백 0으로 조절 */
img {
    border: 0;
    margin: 0;
    padding: 0;
}

/* 이미지 인풋등 세로중앙정렬 */
input,
textarea,
select,
img {
    vertical-align: middle;
}

/* ie6 png 파일 투명처리 */
.png24 {
    tmp: expression(setPng24(this));
}

/* table caption 숨김*/
table caption {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearFix {
    *zoom: 1;
    *display: block;
}

    .clearFix:after {
        content: "";
        display: block;
        clear: both;
    }

.cf {
    *zoom: 1;
    *display: block;
}

    .cf:after {
        content: "";
        display: block;
        clear: both;
    }

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cl {
    clear: both;
}

.al {
    text-align: left !important;
}

.ar {
    text-align: right !important;
}

.at {
    vertical-align: top;
}

.ab {
    vertical-align: bottom;
}

.am {
    vertical-align: middle !important;
}

.ac {
    text-align: center !important;
}

.b {
    font-weight: bold !important;
}

.u {
    text-decoration: underline !important;
}

.underline {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 4px;
}



.animate02 {
    transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
}

.animate03 {
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
}

.animate04 {
    transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -webkit-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
}

.animate1 {
    transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
}

/* Scroll back to top */

@media (max-width: 812px) {
    .btn_back_top {
        position: fixed;
        bottom: 70px;
        left: 20px;
        background: #FF9800;
        background: rgba(255, 152, 0, 0.7);
        width: 50px;
        height: 50px;
        text-decoration: none;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        z-index: 99;
    }

        .btn_back_top #arrow {
            position: fixed;
            margin: 0;
            bottom: 82px;
            left: 36px;
            height: 18px;
            width: 18px;
            border-left: 5px solid #fff;
            border-bottom: 5px solid #fff;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

        .btn_back_top:hover {
            background: rgba(0, 0, 0, 0.9);
        }

            .btn_back_top:hover #arrow {
                bottom: 86px;
            }
}