@charset "utf-8";
@import url(reset.css);

#wrapper {
    margin: 150px 0 150px;
}

#wrapper article {
    margin: 0 auto 360px;
}

.h1 {
    width: 1200px;
    margin: 0 auto;
    padding: 140px 0 0px;
}

.h1 .line {
    width: 1px;
    height: 125px;
    background-color: #54676f;
    margin: 80px auto 100px;
}

#wrapper article h1 {
    font: 400 53px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1;
}

/**********************about***********************/

#wrapper .about {
    width: 1200px;
    text-align: center;
}

#wrapper .about img {
    width: 28%;
    box-shadow: 10px 20px 30px 0px rgba(60, 60, 60, 0.14);
    margin-bottom: 4%;
}

#wrapper .about .text {
    margin: 0 auto;
    width: 69%;
    text-align: justify;
}

#wrapper .about .desc {
    display: inline-block;
    margin-left: 1.2%;
}

#wrapper .about .desc p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font: 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    letter-spacing: .6px;
}

#wrapper p {
    font: lighter 16px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    z-index: 1000;
}

#wrapper .about .ko {
    margin: 50px 0 40px;
}

#wrapper .about .ko p {
    font: lighter 15px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    line-height: 1.9;
    letter-spacing: 0.1;
    margin-bottom: 14px;
}

#wrapper .about .eng p {
    font: lighter 14px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
}

/**********************client***********************/

#wrapper .client {
    width: 1200px;
}

#wrapper .client .imgline {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#wrapper .client .imgline img {
    margin: 0 auto;
    text-align: center;
}

#wrapper .client::after {
    content: '';
    display: table;
    clear: both;
}

/**********************contact***********************/

#wrapper .contact {
    width: 1200px;
    margin-bottom: 150px;
}

#wrapper .contact .h1 {
    margin-bottom: 100px;
}

#wrapper .contact .contents {
    margin: 0 auto;
}

#wrapper .contact .left {
    float: left;
    border-right: 1px solid #54676f;
    width: 38%;
    height: 140px;
}

#wrapper .contact .right {
    float: right;
    width: 54%;
}

#wrapper .contact i {
    margin-right: 20px;
    line-height: 2;
}

#wrapper .contact p {
    width: 90%;
    font: 16px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    letter-spacing: 1px;
    line-height: 2;
    display: inline-block;
    text-align: left;
}

#wrapper .contact .right .mail {
    margin-top: 1%;
}

#wrapper .contact .left p {
    font: 24px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    line-height: 5.7;
    text-align: center;
    padding-left: 10%;
    letter-spacing: 16px;
}

.map {
    clear: both;
    text-align: center;
    padding: 7% 0 0;
}

/*---------------------footer--------------------------*/

#wrapper::after {
    content: '';
    display: table;
    clear: both;
}

footer {
    height: 75px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    border-top: 1px solid #273034;
    box-shadow: 24px 2px 24px 4px rgba(0, 0, 0, 0.14);
    background-color: #273034;
}

.innerfooter {
    width: 1200px;
    margin: 0 auto;
}

footer img {
    width: 9%;
    float: left;
}

.innerfooter .info {
    /*    width: 434px;*/
    width: 36.5%;
    float: right;
    border-left: 1px solid #e0ad82;
    padding-left: 20px;
    border-right: 1px solid #e0ad82;
    padding-right: 20px;
    text-shadow: 0px 2px 1px #000;
}

footer p {
    color: #e0ad82;
    font: lighter 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    /*    text-align: left;*/
    letter-spacing: .4px;
    margin: 0 auto;
}
