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

#wrapper {
    max-width: 94%;
    max-height: auto;
    margin: 70px auto;
}

/***********************contents****************************/

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

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

#wrapper .about {
    width: 100%;
}

#wrapper .about img {
   width: 54%;
  box-shadow: 20px 2px 24px 4px rgba(60, 60, 60, 0.24);
}

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

#wrapper .about .photo {
    position: relative;
}

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

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

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

#wrapper .about .ko p {
    font: 18px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    letter-spacing: 1;
    line-height: 1.9;
}

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

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

#wrapper .client {
    width: 100%;
}

#wrapper .client h1 {
    width: 90%;
    margin: 0 auto;
}

#wrapper .client .imgline {
    width: 100%;
}

#wrapper .client .imgline img {
    width: 86%;
}

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

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

#wrapper .contact {
        width: 90%;
    margin-bottom: 50%;
}

#wrapper .contact .h1 {
    margin-bottom: 10%;
}

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

#wrapper .contact .left {
    float: none;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #273034;
    padding-bottom: 13%;
    width: 100%;
    height: 40px;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 20% auto 18%;
}

#wrapper .contact .right {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#wrapper .contact i {
    margin-right: 20px;
    display: inline-block;
    float: left;
    line-height: 2;
}

#wrapper .contact .mail {
    margin-bottom: 5%;
}

#wrapper .contact .location p {
    line-height: 1.7;
}

#wrapper .contents {
    width: 90%;
}

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

#wrapper .location p:last-child {
    margin-left: 10%;
}

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

.map {
    padding-top: 18%;
}

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

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

footer {
    left: 0;
    bottom: 0;    
    width: 100%;
    height: 2%;
    margin: 0 auto;
    padding: 3% 0;
    box-shadow: 24px 2px 24px 4px rgba(0, 0, 0, 0.14);
    background-color: #273034;
}

.innerfooter {
    width: 100%;
    margin: 0 auto;
}

footer img {
    display: none;
}

.innerfooter .line_footer_mobile {
    width: 94%;
    height: 1px;
    background-color: #e0ad82;
    margin: 0 auto;
    box-shadow: 1px 1px 1px 0 #000;
}

.innerfooter .info {
    /*    width: 434px;*/
    width: 94%;
    float: none;
    padding: 1.4% 0;
    border-right: none;
    border-left: none;
    margin: 0 auto;
}

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

footer p:nth-child(2),
footer p:nth-child(3) {
    display: none;
}